C# Class DotNetXri.Client.Xml.Redirect

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

Méthodes publiques

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

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

Redirect() public méthode

public Redirect ( XmlElement oElem ) : System.Xml
oElem System.Xml.XmlElement
Résultat System.Xml

Redirect() public méthode

public Redirect ( string sValue ) : System.Xml
sValue string
Résultat System.Xml

getAppend() public méthode

public getAppend ( ) : string
Résultat string

getPriority() public méthode

public getPriority ( ) : int?
Résultat int?

setAppend() public méthode

public setAppend ( string append ) : void
append string
Résultat void

setPriority() public méthode

public setPriority ( int priority ) : void
priority int
Résultat void