![]() | IEntityCollectionBase Interface |
Namespace: EBP.Api.Interfaces.Entity
The IEntityCollectionBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompleteName |
Gets the complete name
|
![]() | Count |
Count of entity items
|
![]() | Definition |
Gets the entity definition
|
![]() | Description |
Gets/Sets the description of the entity collection.
|
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionIEntity.) |
![]() | Item |
Get or set an entity by its index
|
![]() | OwnerEntity |
Gets the entity that own the most top collection
|
![]() | ParentEntity |
Gets the parent entity item if this collection is a children collection of an entity item.
|
![]() | ReadOnly |
Gets/Sets if the collection is read only
|
Name | Description | |
---|---|---|
![]() | Add |
Create a new entity item and add it to the collection
|
![]() | Add(IEntity) |
Add an existing item to collection
|
![]() | BeginModification |
Begin a global Modification. Allow UI to disable binding.
|
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionIEntity.) |
![]() | Contains |
Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
|
![]() | CopyTo(T, Int32) | (Inherited from ICollectionIEntity.) |
![]() | CopyTo(IEntityCollectionBase, Boolean) |
Copy the content of a collection to another
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | EndModification |
End the global Modification. Allow UI to enable binding.
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIEntity.) |
![]() | GetFlatEnumerable |
Returns an flat enumerator for the collection
|
![]() | IndexOf |
Retrieve the relative index of an entity item
|
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionIEntity.) |