C# Class DotNetXri.Client.Xml.XRDType

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

Méthodes publiques

Méthode Description
XRDType ( ) : System
XRDType ( XRDType s ) : System
XRDType ( string type ) : System
getType ( ) : string
setType ( string type ) : void

Method Details

XRDType() public méthode

public XRDType ( ) : System
Résultat System

XRDType() public méthode

public XRDType ( XRDType s ) : System
s XRDType
Résultat System

XRDType() public méthode

public XRDType ( string type ) : System
type string
Résultat System

getType() public méthode

public getType ( ) : string
Résultat string

setType() public méthode

public setType ( string type ) : void
type string
Résultat void