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

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

공개 메소드들

메소드 설명
AddToAttributes ( XmlNode xmlNode ) : void
AddToAttributes ( string name, string value ) : void
AddToDestination ( string xpath, string prefix = "", string parentSequence = "" ) : void
AddToPackages ( XmlNode xmlNode ) : void
AddToPackages ( string abbr, string url ) : void
AddToSchemas ( XmlNode xmlNode ) : void
AddToSchemas ( string abbr, string url ) : void
XmlMappingHeader ( ) : System

메소드 상세

AddToAttributes() 공개 메소드

public AddToAttributes ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
리턴 void

AddToAttributes() 공개 메소드

public AddToAttributes ( string name, string value ) : void
name string
value string
리턴 void

AddToDestination() 공개 메소드

public AddToDestination ( string xpath, string prefix = "", string parentSequence = "" ) : void
xpath string
prefix string
parentSequence string
리턴 void

AddToPackages() 공개 메소드

public AddToPackages ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
리턴 void

AddToPackages() 공개 메소드

public AddToPackages ( string abbr, string url ) : void
abbr string
url string
리턴 void

AddToSchemas() 공개 메소드

public AddToSchemas ( XmlNode xmlNode ) : void
xmlNode System.Xml.XmlNode
리턴 void

AddToSchemas() 공개 메소드

public AddToSchemas ( string abbr, string url ) : void
abbr string
url string
리턴 void

XmlMappingHeader() 공개 메소드

public XmlMappingHeader ( ) : System
리턴 System