TreeNodeRepository Methods |
The TreeNodeRepository type exposes the following members.
Methods
| Name | Description |
---|
 | AddCollection |
Registers the given collection of objects within the repository.
|
 | Disconnect |
Disconnects the collections from the database
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | GetCollection |
Returns the collection of objects indexed by object type, e.g. "cms.user".
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | GetEnumerator |
Gets the enumerator for the collection.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | GetNicePropertyName |
Gets the property name for the original name of the collection
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | GetObjectName |
Returns the name of the given object
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | GetProperty |
Gets the property value.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | GetRootDocument |
Gets the root document from the database.
|
 | LoadCollection |
Loads the given collection.
(Overrides InfoObjectRepositoryTCollection, TObject, TSettingsLoadCollection(TSettings).) |
 | NewCollection |
Creates new collection for the data.
(Overrides InfoObjectRepositoryTCollection, TObject, TSettingsNewCollection(String).) |
 | NewCombinedCollection |
Creates new combined collection for the data.
(Overrides InfoObjectRepositoryTCollection, TObject, TSettingsNewCombinedCollection.) |
 | Reconnect |
Reconnects the collection to the database
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | RegisterNiceName |
Registers the nice name of the collection
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
 | TryGetProperty |
Returns value of property.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
Top
See Also