The ReadOnlyEntityCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReadOnlyEntityCollection |
Initializes a new instance of the ReadOnlyEntityCollection class.
|
Methods
Name | Description | |
---|---|---|
AddItem |
Delegates adding of an item to the bound managed item collection.
| |
AddNewItem |
Delegates adding of a new item created based on the specified parameters to the bound managed item collection.
| |
ClearItems |
Delegates clearing of all items from the bound managed item collection.
| |
Contains | (Inherited from ReadOnlyCollection<(Of <(Entity>)>).) | |
CopyTo | (Inherited from ReadOnlyCollection<(Of <(Entity>)>).) | |
CreateNewItem |
Called when a new item is created in the collection by calling InsertNewItem method and the event handlers of the NewItem event haven't set up the new item themselves.
Inheriters should return their own item type based on the parameters list provided.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from ReadOnlyCollection<(Of <(Entity>)>).) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | (Inherited from ReadOnlyCollection<(Of <(Entity>)>).) | |
InsertItem |
Delegates inserting of an item to the bound managed item collection.
| |
InsertNewItem |
Delegates inserting of a new item created based on the specified parameters to the bound managed item collection.
| |
MemberwiseClone | (Inherited from Object.) | |
OnCollectionChanged | (Inherited from ReadOnlyObservableCollection<(Of <(Entity>)>).) | |
OnNewItem |
Raises the NewItem event when a new item is created in the collection by calling InsertNewItem method to allow the event handlers to create their own item type. If the event handlers do not set up a new item (using the Item property setter of the event arguments) creates a new item by calling CreateNewItem method.
| |
OnPropertyChanged | (Inherited from ReadOnlyObservableCollection<(Of <(Entity>)>).) | |
RemoveItem |
Delegates removing of an item from the bound managed item collection.
| |
RemoveItemAt |
Delegates removing of an item from the bound managed item collection.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollection<(Of <(Entity>)>).) | |
Item |
Gets the entity at the specified index.
| |
Items | (Inherited from ReadOnlyCollection<(Of <(Entity>)>).) | |
ParentManager |
Gets the parent manager of this collection.
|
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from ReadOnlyObservableCollection<(Of <(Entity>)>).) | |
NewItem |
Occurs when a new item is created in the collection by calling InsertNewItem method to allow the event handlers to create their own item type.
| |
PropertyChanged | (Inherited from ReadOnlyObservableCollection<(Of <(Entity>)>).) |