C# Class DotNetXri.Client.Xml.XRDType

Inheritance: SimpleXMLElement
Exibir arquivo Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method Description
XRDType ( ) : System
XRDType ( XRDType s ) : System
XRDType ( string type ) : System
getType ( ) : string
setType ( string type ) : void

Method Details

XRDType() public method

public XRDType ( ) : System
return System

XRDType() public method

public XRDType ( XRDType s ) : System
s XRDType
return System

XRDType() public method

public XRDType ( string type ) : System
type string
return System

getType() public method

public getType ( ) : string
return string

setType() public method

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