Inheritance: XmlMappingPath
Beispiel #1
0
 public void AddToDestination(string xpath, string prefix="", string parentSequence = "")
 {
     Destination = new Destination(xpath,parentSequence);
     Destination.Prefix = prefix;
 }