C# Class DotNetXri.Client.Saml.Attribute

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

Méthodes publiques

Méthode Description
Attribute ( ) : System.Xml
Attribute ( XmlElement oElem ) : System.Xml
ToString ( ) : string
dump ( ) : string
fromDOM ( XmlElement oElem ) : void
getName ( ) : string
getValue ( ) : string
reset ( ) : void
setName ( string sVal ) : void
setValue ( string sVal ) : void
toDOM ( XmlDocument oDoc ) : XmlElement

Method Details

Attribute() public méthode

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

Attribute() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

dump() public méthode

public dump ( ) : string
Résultat string

fromDOM() public méthode

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

getName() public méthode

public getName ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : string
Résultat string

reset() public méthode

public reset ( ) : void
Résultat void

setName() public méthode

public setName ( string sVal ) : void
sVal string
Résultat void

setValue() public méthode

public setValue ( string sVal ) : void
sVal string
Résultat void

toDOM() public méthode

public toDOM ( XmlDocument oDoc ) : XmlElement
oDoc System.Xml.XmlDocument
Résultat System.Xml.XmlElement