C# Class DotNetXri.Client.Xml.SEPMediaType

Inheritance: SEPElement
Afficher le fichier Open project: AArnott/dotnetxri Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SEPMediaType ( ) : System.Xml
Résultat System.Xml

SEPMediaType() public méthode

public SEPMediaType ( string mediaType, string match, bool select ) : System.Xml
mediaType string
match string
select bool
Résultat System.Xml

ToString() public méthode

public ToString ( ) : string
Résultat string

clone() public méthode

public clone ( ) : Object
Résultat Object

fromXML() public static méthode

public static fromXML ( XmlNode root ) : SEPMediaType
root System.Xml.XmlNode
Résultat SEPMediaType

getMediaType() public méthode

public getMediaType ( ) : string
Résultat string

setMediaType() public méthode

public setMediaType ( string mediaType ) : void
mediaType string
Résultat void