C# Class DotNetXri.Client.Xml.SEPType

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

Méthodes publiques

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

Method Details

SEPType() public méthode

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

SEPType() public méthode

public SEPType ( string type, string match, bool select ) : System.Xml
type 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 ) : SEPElement
root System.Xml.XmlNode
Résultat SEPElement

getType() public méthode

public getType ( ) : string
Résultat string

match() public méthode

public match ( string match ) : bool
match string
Résultat bool

setType() public méthode

public setType ( string type ) : void
type string
Résultat void