BExIS.Xml.Models.Mapping.XmlMappingHeader.AddToDestination C# (CSharp) Method

AddToDestination() public method

public AddToDestination ( string xpath, string prefix = "", string parentSequence = "" ) : void
xpath string
prefix string
parentSequence string
return void
        public void AddToDestination(string xpath, string prefix="", string parentSequence = "")
        {
            Destination = new Destination(xpath,parentSequence);
            Destination.Prefix = prefix;
        }