C# Class DotNetXri.Client.Xml.SEPPath

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

Méthodes publiques

Méthode Description
SEPPath ( ) : System.Xml
SEPPath ( string path, string match, bool select ) : System.Xml
ToString ( ) : string
clone ( ) : Object
fromXML ( XmlNode root ) : SEPPath
getPath ( ) : string
setPath ( string path ) : void

Method Details

SEPPath() public méthode

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

SEPPath() public méthode

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

getPath() public méthode

public getPath ( ) : string
Résultat string

setPath() public méthode

public setPath ( string path ) : void
path string
Résultat void