C# 클래스 DotNetXri.Client.Xml.SEPPath

상속: SEPElement
파일 보기 프로젝트 열기: AArnott/dotnetxri 1 사용 예제들

공개 메소드들

메소드 설명
SEPPath ( ) : System.Xml
SEPPath ( string path, string match, bool select ) : System.Xml
ToString ( ) : string
clone ( ) : Object
fromXML ( XmlNode root ) : SEPPath
getPath ( ) : string
setPath ( string path ) : void

메소드 상세

SEPPath() 공개 메소드

public SEPPath ( ) : System.Xml
리턴 System.Xml

SEPPath() 공개 메소드

public SEPPath ( string path, string match, bool select ) : System.Xml
path string
match string
select bool
리턴 System.Xml

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

clone() 공개 메소드

public clone ( ) : Object
리턴 Object

fromXML() 공개 정적인 메소드

public static fromXML ( XmlNode root ) : SEPPath
root System.Xml.XmlNode
리턴 SEPPath

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

setPath() 공개 메소드

public setPath ( string path ) : void
path string
리턴 void