Method | Description | |
---|---|---|
GetRoute ( string sourceXPath ) : XmlMappingRoute | ||
GetRouteFromDestination ( string desitinationXPath ) : XmlMappingRoute | ||
IsSourceElement ( string sourceXPath ) : bool | ||
SourceExist ( string sourceXPath ) : bool | ||
XmlMapper ( ) : System |
public GetRoute ( string sourceXPath ) : XmlMappingRoute | ||
sourceXPath | string | |
return | XmlMappingRoute |
public GetRouteFromDestination ( string desitinationXPath ) : XmlMappingRoute | ||
desitinationXPath | string | |
return | XmlMappingRoute |
public IsSourceElement ( string sourceXPath ) : bool | ||
sourceXPath | string | |
return | bool |
public SourceExist ( string sourceXPath ) : bool | ||
sourceXPath | string | |
return | bool |