C# Class BExIS.Xml.Models.Mapping.XmlMapper

Show file Open project: BEXIS2/Core Class Usage Examples

Public Methods

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

Method Details

GetRoute() public method

public GetRoute ( string sourceXPath ) : XmlMappingRoute
sourceXPath string
return XmlMappingRoute

GetRouteFromDestination() public method

public GetRouteFromDestination ( string desitinationXPath ) : XmlMappingRoute
desitinationXPath string
return XmlMappingRoute

IsSourceElement() public method

public IsSourceElement ( string sourceXPath ) : bool
sourceXPath string
return bool

SourceExist() public method

public SourceExist ( string sourceXPath ) : bool
sourceXPath string
return bool

XmlMapper() public method

public XmlMapper ( ) : System
return System