C# Class DotNetXri.Client.Xml.SEPMediaType

Inheritance: SEPElement
Exibir arquivo Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method Description
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

Method Details

SEPMediaType() public method

public SEPMediaType ( ) : System.Xml
return System.Xml

SEPMediaType() public method

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

ToString() public method

public ToString ( ) : string
return string

clone() public method

public clone ( ) : Object
return Object

fromXML() public static method

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

getMediaType() public method

public getMediaType ( ) : string
return string

setMediaType() public method

public setMediaType ( string mediaType ) : void
mediaType string
return void