DocumentAttachmentRepository Methods |
The DocumentAttachmentRepository type exposes the following members.
Methods
| Name | Description |
---|
| Add |
Adds new object to the collection.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
| AddCollection |
Registers the given collection of objects within the repository.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
| 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.) |
| 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.) |
| ReplaceCollection |
Registers the given collection of objects within the repository.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
| SetupCollection |
Sets up the collection using the given settings
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
| StoreCollection |
Stores the collection into inner lists
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
| SubmitChanges |
Submits the changes to the database.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
| TryGetProperty |
Returns value of property.
(Inherited from InfoObjectRepositoryTCollection, TObject, TSettings.) |
TopSee Also