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

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

공개 메소드들

메소드 설명
SEPType ( ) : System.Xml
SEPType ( string type, string match, bool select ) : System.Xml
ToString ( ) : string
clone ( ) : Object
fromXML ( XmlNode root ) : SEPElement
getType ( ) : string
match ( string match ) : bool
setType ( string type ) : void

메소드 상세

SEPType() 공개 메소드

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

SEPType() 공개 메소드

public SEPType ( string type, string match, bool select ) : System.Xml
type string
match string
select bool
리턴 System.Xml

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

clone() 공개 메소드

public clone ( ) : Object
리턴 Object

fromXML() 공개 정적인 메소드

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

getType() 공개 메소드

public getType ( ) : string
리턴 string

match() 공개 메소드

public match ( string match ) : bool
match string
리턴 bool

setType() 공개 메소드

public setType ( string type ) : void
type string
리턴 void