C# Class DotNetXri.Client.Xml.SEPPath

Inheritance: SEPElement
Mostrar archivo Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

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

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

SEPPath() public method

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

getPath() public method

public getPath ( ) : string
return string

setPath() public method

public setPath ( string path ) : void
path string
return void