C# 클래스 BExIS.Xml.Models.Mapping.XmlMapper

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

메소드 설명
GetRoute ( string sourceXPath ) : XmlMappingRoute
GetRouteFromDestination ( string desitinationXPath ) : XmlMappingRoute
IsSourceElement ( string sourceXPath ) : bool
SourceExist ( string sourceXPath ) : bool
XmlMapper ( ) : System

메소드 상세

GetRoute() 공개 메소드

public GetRoute ( string sourceXPath ) : XmlMappingRoute
sourceXPath string
리턴 XmlMappingRoute

GetRouteFromDestination() 공개 메소드

public GetRouteFromDestination ( string desitinationXPath ) : XmlMappingRoute
desitinationXPath string
리턴 XmlMappingRoute

IsSourceElement() 공개 메소드

public IsSourceElement ( string sourceXPath ) : bool
sourceXPath string
리턴 bool

SourceExist() 공개 메소드

public SourceExist ( string sourceXPath ) : bool
sourceXPath string
리턴 bool

XmlMapper() 공개 메소드

public XmlMapper ( ) : System
리턴 System