C# Class SilverlightMappingToolBasic.Compendium.CompendiumStorage

Inheritance: INodesReader
Mostra file Open project: chris-tomich/Glyma

Public Methods

Method Description
CompendiumStorage ( ) : System
GetAllNodes ( ) : INode[]
Load ( XmlReader xml ) : void
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 ) : void
xml System.Xml.XmlReader
return void

Load() public method

public Load ( string uri ) : void
uri string
return void