C# Class NodeService.XmlCompendiumNode

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

Méthodes publiques

Méthode Description
AddDescriptor ( IDescriptor descriptor ) : void
AddNote ( string note ) : void
ConsumeNodeXml ( XmlReader xml, string domainNodeId, string documentLibraryUrl ) : void
Equals ( IStorageElement secondElement ) : bool
RemoveDescriptor ( IDescriptor descriptor ) : void
RemoveNote ( string note ) : void
XmlCompendiumNode ( ) : System
XmlCompendiumNode ( INodeType nodeType ) : System
XmlCompendiumNode ( XmlReader compendiumNodeXml, string domainNodeId, string documentLibraryUrl ) : System

Method Details

AddDescriptor() public méthode

public AddDescriptor ( IDescriptor descriptor ) : void
descriptor IDescriptor
Résultat void

AddNote() public méthode

public AddNote ( string note ) : void
note string
Résultat void

ConsumeNodeXml() public méthode

public ConsumeNodeXml ( XmlReader xml, string domainNodeId, string documentLibraryUrl ) : void
xml System.Xml.XmlReader
domainNodeId string
documentLibraryUrl string
Résultat void

Equals() public méthode

public Equals ( IStorageElement secondElement ) : bool
secondElement IStorageElement
Résultat bool

RemoveDescriptor() public méthode

public RemoveDescriptor ( IDescriptor descriptor ) : void
descriptor IDescriptor
Résultat void

RemoveNote() public méthode

public RemoveNote ( string note ) : void
note string
Résultat void

XmlCompendiumNode() public méthode

public XmlCompendiumNode ( ) : System
Résultat System

XmlCompendiumNode() public méthode

public XmlCompendiumNode ( INodeType nodeType ) : System
nodeType INodeType
Résultat System

XmlCompendiumNode() public méthode

public XmlCompendiumNode ( XmlReader compendiumNodeXml, string domainNodeId, string documentLibraryUrl ) : System
compendiumNodeXml System.Xml.XmlReader
domainNodeId string
documentLibraryUrl string
Résultat System