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

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

공개 메소드들

메소드 설명
Convert ( XmlNode xmlNode ) : Destination
Destination ( string xPath, string parentSequence ) : System
Destination ( string xPath, string parentSequence, string prefix, string namespaceUri ) : System

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( XmlNode xmlNode ) : Destination
xmlNode System.Xml.XmlNode
리턴 Destination

Destination() 공개 메소드

public Destination ( string xPath, string parentSequence ) : System
xPath string
parentSequence string
리턴 System

Destination() 공개 메소드

public Destination ( string xPath, string parentSequence, string prefix, string namespaceUri ) : System
xPath string
parentSequence string
prefix string
namespaceUri string
리턴 System