C# Class NodeService.CompendiumStorage

Inheritance: INodesReader
Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Méthodes publiques

Méthode Description
CompendiumStorage ( ) : System
GetAllNodes ( ) : INode[]
Load ( XmlReader xml, string documentLibraryUrl ) : bool
Load ( string uri ) : void

Method Details

CompendiumStorage() public méthode

public CompendiumStorage ( ) : System
Résultat System

GetAllNodes() public méthode

public GetAllNodes ( ) : INode[]
Résultat INode[]

Load() public méthode

public Load ( XmlReader xml, string documentLibraryUrl ) : bool
xml System.Xml.XmlReader
documentLibraryUrl string
Résultat bool

Load() public méthode

public Load ( string uri ) : void
uri string
Résultat void