The BrightstarEntityCollection<(Of <(<'T>)>)> generic type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BrightstarEntityCollection<(Of <(<'T>)>)>(IQueryProvider, Expression) | Initializes a new instance of the BrightstarEntityCollection<(Of <(<'T>)>)> class | |
| BrightstarEntityCollection<(Of <(<'T>)>)>(BrightstarEntityContext, BrightstarEntityObject, String, Boolean) |
Creates a new entity collection
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
| |
| AddRange |
Adds all items in the enumeration to this collection
| |
| AddToLoadedObjects | ||
| Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
| |
| Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
| |
| CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
| |
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load |
Loads the entity collection from the store
| |
| Remove |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
| |
| RemoveFromLoadedObjects | ||
| Set |
Updates this collection to only contain the specified items
| |
| SetLoadedObjects | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
| |
| ElementType | (Inherited from QueryableBase<(Of <(<'T>)>)>.) | |
| Expression | (Inherited from QueryableBase<(Of <(<'T>)>)>.) | |
| IsInverseProperty |
Get the boolean flag that indicates if the collection is built from an inverse property
| |
| IsLoaded |
Returns a flag indicating if the object collection is currently loaded
| |
| IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
| |
| LoadedObjects |
Get an enumeration over the loaded Brightstar EntityFramework objects managed by this collection
| |
| LoadedObjectsCount |
Returns the number of loaded objects managed by this collection
| |
| ParentIdentity |
Get the URI identifier of the parent of the collection
| |
| PropertyIdentity |
Get the URI identifier of the property used to build the collection
| |
| Provider | (Inherited from QueryableBase<(Of <(<'T>)>)>.) |
Events
| Name | Description | |
|---|---|---|
| CollectionChanged |
Occurs when items are added to or removed from the collection or the collection is reset
|