|
|
The ModelItemEnumerableCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ModelItemEnumerableCollection |
Default constructor for ModelItemEnumerableCollection
|
Methods
| Name | Description | |
|---|---|---|
|
|
CopyTo |
Enumerates over the collection and copies the items into to
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator that can iterate through the collection.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Overrides Object..::..ToString()()()().) |
|
|
Where(SearchCondition) |
Filters the items based on a search condition
|
|
|
Where(SearchConditionCollection) |
Filters the instances based on a set of search conditions
|
|
|
WhereInstanceGuid |
Filters the instances to those with given InstanceGuid
|
Properties
| Name | Description | |
|---|---|---|
|
|
Empty |
Returns an empty ModelItemEnumerableCollection
|
|
|
First |
Returns the first item in the enumeration, returns null if the collection is empty
|