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

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

공개 메소드들

메소드 설명
SEPMediaType ( ) : System.Xml
SEPMediaType ( string mediaType, string match, bool select ) : System.Xml
ToString ( ) : string
clone ( ) : Object
fromXML ( XmlNode root ) : SEPMediaType
getMediaType ( ) : string
setMediaType ( string mediaType ) : void

메소드 상세

SEPMediaType() 공개 메소드

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

SEPMediaType() 공개 메소드

public SEPMediaType ( string mediaType, string match, bool select ) : System.Xml
mediaType string
match string
select bool
리턴 System.Xml

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

clone() 공개 메소드

public clone ( ) : Object
리턴 Object

fromXML() 공개 정적인 메소드

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

getMediaType() 공개 메소드

public getMediaType ( ) : string
리턴 string

setMediaType() 공개 메소드

public setMediaType ( string mediaType ) : void
mediaType string
리턴 void