Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SilverlightMappingToolBasic
CompendiumMapProcessor
XmlModel
CompendiumStorage
C# Class SilverlightMappingToolBasic.CompendiumMapProcessor.XmlModel.CompendiumStorage
Inheritance:
INodesReader
Datei anzeigen
Open project: chris-tomich/Glyma
Public Methods
Method
Description
CompendiumStorage
( ) :
System
GetAllNodes
( ) :
INode[]
Load
(
XmlReader
xml
,
string
documentLibraryUrl
) :
bool
Load
(
string
uri
) :
void
Method Details
CompendiumStorage()
public
method
public
CompendiumStorage
( ) :
System
return
System
GetAllNodes()
public
method
public
GetAllNodes
( ) :
INode[]
return
INode[]
Load()
public
method
public
Load
(
XmlReader
xml
,
string
documentLibraryUrl
) :
bool
xml
System.Xml.XmlReader
documentLibraryUrl
string
return
bool
Load()
public
method
public
Load
(
string
uri
) :
void
uri
string
return
void