BindingRepository Methods |
The BindingRepository type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds new object to the collection.
(Inherited from InfoObjectRepository.) | |
AddCollection(String) |
Registers the given collection of objects within the repository. Includes all the objects of given type.
(Inherited from InfoObjectRepository.) | |
AddCollection(String, String, String, String, Int32, String) |
Registers the given collection of objects within the repository.
(Inherited from InfoObjectRepository.) | |
AddCollection(String, String, String, String, Int32, String, Int32) |
Registers the given collection of objects within the repository.
(Inherited from InfoObjectRepository.) | |
Disconnect |
Disconnects the collections from the database
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
GetCollection |
Returns the collection of objects indexed by object type, e.g. "cms.user".
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
GetEnumerator |
Gets the enumerator for the collection.
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
GetNicePropertyName |
Gets the property name for the original name of the collection
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
GetObjectName |
Returns the name of the given object
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
GetProperty |
Gets the property value.
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
LoadCollection |
Loads the given collection.
(Inherited from InfoObjectRepository.) | |
NewCollection |
Creates new collection for the data.
(Inherited from InfoObjectRepository.) | |
NewCollectionInternal |
Creates a new collection
(Overrides InfoObjectRepositoryNewCollectionInternal(String).) | |
NewCombinedCollection |
Creates new combined collection for the data.
(Inherited from InfoObjectRepository.) | |
Reconnect |
Reconnects the collection to the database
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
RegisterNiceName |
Registers the nice name of the collection
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) | |
ReplaceCollection |
Registers the given collection of objects within the repository.
(Inherited from InfoObjectRepository.) | |
SubmitChanges |
Submits the changes to the database.
(Inherited from InfoObjectRepository.) | |
TryGetProperty |
Returns value of property.
(Inherited from ObjectRepositoryTCollection, TObject, TSettings.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |