C# Class DotNetXri.Client.Xml.Redirect

Inheritance: SimpleXMLElement
Datei anzeigen Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method Description
Redirect ( ) : System.Xml
Redirect ( XmlElement oElem ) : System.Xml
Redirect ( string sValue ) : System.Xml
getAppend ( ) : string
getPriority ( ) : int?
setAppend ( string append ) : void
setPriority ( int priority ) : void

Method Details

Redirect() public method

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

Redirect() public method

public Redirect ( XmlElement oElem ) : System.Xml
oElem System.Xml.XmlElement
return System.Xml

Redirect() public method

public Redirect ( string sValue ) : System.Xml
sValue string
return System.Xml

getAppend() public method

public getAppend ( ) : string
return string

getPriority() public method

public getPriority ( ) : int?
return int?

setAppend() public method

public setAppend ( string append ) : void
append string
return void

setPriority() public method

public setPriority ( int priority ) : void
priority int
return void