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

Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode Description
GetRoute ( string sourceXPath ) : XmlMappingRoute
GetRouteFromDestination ( string desitinationXPath ) : XmlMappingRoute
IsSourceElement ( string sourceXPath ) : bool
SourceExist ( string sourceXPath ) : bool
XmlMapper ( ) : System

Method Details

GetRoute() public méthode

public GetRoute ( string sourceXPath ) : XmlMappingRoute
sourceXPath string
Résultat XmlMappingRoute

GetRouteFromDestination() public méthode

public GetRouteFromDestination ( string desitinationXPath ) : XmlMappingRoute
desitinationXPath string
Résultat XmlMappingRoute

IsSourceElement() public méthode

public IsSourceElement ( string sourceXPath ) : bool
sourceXPath string
Résultat bool

SourceExist() public méthode

public SourceExist ( string sourceXPath ) : bool
sourceXPath string
Résultat bool

XmlMapper() public méthode

public XmlMapper ( ) : System
Résultat System