C# Class DotNetXri.Client.Xml.SEPType

Inheritance: SEPElement
显示文件 Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

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

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

SEPType() public method

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

getType() public method

public getType ( ) : string
return string

match() public method

public match ( string match ) : bool
match string
return bool

setType() public method

public setType ( string type ) : void
type string
return void