ObjectCollectionTObject Methods |
The ObjectCollectionTObject generic type exposes the following members.
Name | Description | |
---|---|---|
Add(IEnumerableTObject) |
Adds new object to the collection.
| |
Add(TObject) |
Adds new object to the collection.
| |
Clear |
Clears the current items in the collection.
| |
Clone |
Creates the clone of the collection.
| |
CloneCollection |
Creates the clone of this collection.
(Overrides AbstractObjectCollectionCloneCollection.) | |
CombineWith |
Combines current instance with other properties (modifies current instace!).
List properties are merged from all the participating typeinfos, other properties are taken as first non-null value (non-null is determined by nullValues collection).
(Inherited from AbstractHierarchicalObjectTObject.) | |
CompareTo |
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from AbstractObjectCollection.) | |
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) | |
CreateChild |
Creates the child collection based on the given provider
| |
CreateNewObject |
Creates new object for this collection.
| |
CreateQueryProvider |
Creates a LINQ query provider for this collection
| |
Disconnect |
Disconnects the collection from the database
(Inherited from AbstractObjectCollection.) | |
EnsureItems |
Ensures the specified number of items in the item list.
| |
GetCompleteWhereCondition |
Gets the complete where condition for the collection
(Inherited from AbstractObjectCollection.) | |
GetData |
Gets the data for the collection.
| |
GetEmptyObject |
Gets an empty object for this collection
| |
GetEnumerator |
Gets the enumerator for the collection.
| |
GetEnumeratorInternal |
Gets the enumerator for the collection.
| |
GetFullData |
Gets the data set of the data behind this collection
| |
GetItem |
Gets the item on the specified index.
| |
GetNameWhereCondition |
Gets the where condition for the given object name.
| |
GetObjectByNameInternal |
Gets the object by its name, internal representation that gets data from database
| |
GetObjectEnumerator |
Gets the object enumerator for the collection
| |
GetObjectName(Object) |
Returns the name of the given object
| |
GetObjectName(TObject) |
Registers new object in this collection.
| |
GetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetPropertyType |
Gets the type of the given property
(Inherited from AbstractHierarchicalObjectTObject.) | |
GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
HasSetter |
Returns true if given property has a setter
(Inherited from AbstractHierarchicalObjectTObject.) | |
MakeEmpty |
Makes the collection empty.
(Inherited from AbstractObjectCollection.) | |
Reconnect |
Reconnects the collection to the database
(Inherited from AbstractObjectCollection.) | |
RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumns |
Registers the Columns of this object
(Overrides AbstractSimpleDataContainerTObjectRegisterColumns.) | |
RegisterProperties |
Registers the properties of this object
(Overrides AbstractHierarchicalObjectTObjectRegisterProperties.) | |
RegisterProperty(String, FuncTObject, Object) |
Registers the given property to the object
(Inherited from AbstractHierarchicalObjectTObject.) | |
RegisterProperty(String, Object, FuncTObject, Object, Object) |
Registers the given parameterized property to the object.
(Inherited from AbstractHierarchicalObjectTObject.) | |
Remove(IEnumerableTObject) |
Removes the specified object from the collection.
| |
Remove(TObject) |
Removes the specified object from the collection.
| |
SetProperty |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
TryGetProperty(String, Object) |
Gets the context property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
TryGetProperty(String, Object, Boolean) |
Returns value of property.
(Inherited from AbstractHierarchicalObjectTObject.) | |
TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) | |
UseData |
Initializes the collection with the given source data
| |
ValidateItem |
Validates whether the item can be member of the collection (collection can work with it). Returns true if item is valid.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
BatchTObject |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetNamedEnumeratorT |
Name enumerator over a collection
(Defined by DataExtensions.) | |
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.) | |
ToHashSetTObject |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToListTObject, TTo |
Converts the given collection to a list of values
(Defined by BaseExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |