C# Class DotNetXri.Client.Xml.XRDS

Inheritance: Serializable
显示文件 Open project: AArnott/dotnetxri Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
XRDS ( ) : System
XRDS ( XmlElement oElem, bool bKeepXRIDDOMs ) : System
add ( XRD oDescriptor ) : void
add ( XRDS oDescriptor ) : void
addAll ( XRDS other ) : void
clearDOM ( ) : void
dump ( ) : string
fromDOM ( XmlElement oElem, bool bKeepXRIDDOMs ) : void
getDescriptorAt ( int n ) : XRD
getFinalXRD ( ) : XRD
getFinalXRDS ( ) : XRDS
getNumChildren ( ) : int
getNumXRD ( ) : int
getNumXRDS ( ) : int
getRedirect ( ) : string
getRef ( ) : string
getXRDSAt ( int n ) : XRDS
isXRDAt ( int n ) : bool
isXRDSAt ( int n ) : bool
replaceFinalXRD ( XRDS children ) : void
reset ( ) : void
serializeDescriptorDOM ( ) : string
setRedirect ( string redirect ) : void
setRef ( string _ref ) : void
toDOM ( XmlDocument oDoc ) : XmlElement

Protected Methods

Method Description
removeChildAt ( int i ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

XRDS() public method

public XRDS ( ) : System
return System

XRDS() public method

public XRDS ( XmlElement oElem, bool bKeepXRIDDOMs ) : System
oElem System.Xml.XmlElement
bKeepXRIDDOMs bool
return System

add() public method

public add ( XRD oDescriptor ) : void
oDescriptor XRD
return void

add() public method

public add ( XRDS oDescriptor ) : void
oDescriptor XRDS
return void

addAll() public method

public addAll ( XRDS other ) : void
other XRDS
return void

clearDOM() public method

public clearDOM ( ) : void
return void

dump() public method

public dump ( ) : string
return string

fromDOM() public method

public fromDOM ( XmlElement oElem, bool bKeepXRIDDOMs ) : void
oElem System.Xml.XmlElement
bKeepXRIDDOMs bool
return void

getDescriptorAt() public method

public getDescriptorAt ( int n ) : XRD
n int
return XRD

getFinalXRD() public method

public getFinalXRD ( ) : XRD
return XRD

getFinalXRDS() public method

public getFinalXRDS ( ) : XRDS
return XRDS

getNumChildren() public method

public getNumChildren ( ) : int
return int

getNumXRD() public method

public getNumXRD ( ) : int
return int

getNumXRDS() public method

public getNumXRDS ( ) : int
return int

getRedirect() public method

public getRedirect ( ) : string
return string

getRef() public method

public getRef ( ) : string
return string

getXRDSAt() public method

public getXRDSAt ( int n ) : XRDS
n int
return XRDS

isXRDAt() public method

public isXRDAt ( int n ) : bool
n int
return bool

isXRDSAt() public method

public isXRDSAt ( int n ) : bool
n int
return bool

removeChildAt() protected method

protected removeChildAt ( int i ) : void
i int
return void

replaceFinalXRD() public method

public replaceFinalXRD ( XRDS children ) : void
children XRDS
return void

reset() public method

public reset ( ) : void
return void

serializeDescriptorDOM() public method

public serializeDescriptorDOM ( ) : string
return string

setRedirect() public method

public setRedirect ( string redirect ) : void
redirect string
return void

setRef() public method

public setRef ( string _ref ) : void
_ref string
return void

toDOM() public method

public toDOM ( XmlDocument oDoc ) : XmlElement
oDoc System.Xml.XmlDocument
return System.Xml.XmlElement