The EntityCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EntityCollection |
Initializes a new instance of the EntityCollection class.
|
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| BlockReentrancy | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| CheckReentrancy | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| Clear | Removes all elements from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| ClearItems |
Removes all entities from the collection.
(Overrides ObservableCollection<(Of <(T>)>)..::.ClearItems()()().) | |
| Contains | Determines whether an element is in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| CopyTo | Copies the entire Collection<(Of <(T>)>) to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from Collection<(Of <(Entity>)>).) | |
| 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.) | |
| GetEntity |
Gets the entity that wraps the specified object, or null if such entity doesn't exist.
| |
| GetEntityAt |
Gets the entity at the specified index.
| |
| GetEnumerator | Returns an enumerator that iterates through the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| 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.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| Insert | Inserts an element into the Collection<(Of <(T>)>) at the specified index. (Inherited from Collection<(Of <(Entity>)>).) | |
| InsertItem |
Inserts an entity to the collection at the specified index and sets it as owned by this EntityCollection.
(Overrides ObservableCollection<(Of <(T>)>)..::.InsertItem(Int32, T).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| MoveItem |
Moves the entity at the specified index to a new location in the collection.
(Overrides ObservableCollection<(Of <(T>)>)..::.MoveItem(Int32, Int32).) | |
| OnCollectionChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| OnPropertyChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| Remove | Removes the first occurrence of a specific object from the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| RemoveAt | Removes the element at the specified index of the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| RemoveItem |
Removes the entity at the specified index of the collection and sets it as not owned by this EntityCollection.
(Overrides ObservableCollection<(Of <(T>)>)..::.RemoveItem(Int32).) | |
| SetItem |
Replaces the entity at the specified index.
(Overrides ObservableCollection<(Of <(T>)>)..::.SetItem(Int32, T).) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| Item |
Gets the entity at the specified index.
| |
| Items | Gets a List<(Of <(T>)>) wrapper around the Collection<(Of <(T>)>). (Inherited from Collection<(Of <(Entity>)>).) | |
| ParentEntity |
Gets the parent entity of this collection.
| |
| ParentManager |
Gets the parent manager of this collection.
|
Events
| Name | Description | |
|---|---|---|
| CollectionChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| PropertyChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IList..::.Add | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.Contains | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection..::.CopyTo | (Inherited from Collection<(Of <(Entity>)>).) | |
| IEnumerable..::.GetEnumerator | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.IndexOf | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.Insert | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.IsFixedSize | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection<(Of <(T>)>)..::.IsReadOnly | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.IsReadOnly | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection..::.IsSynchronized | (Inherited from Collection<(Of <(Entity>)>).) | |
| IList..::.Item | (Inherited from Collection<(Of <(Entity>)>).) | |
| INotifyPropertyChanged..::.PropertyChanged | (Inherited from ObservableCollection<(Of <(Entity>)>).) | |
| IList..::.Remove | (Inherited from Collection<(Of <(Entity>)>).) | |
| ICollection..::.SyncRoot | (Inherited from Collection<(Of <(Entity>)>).) |