Click or drag to resize

IItemAccountEntityCollection Interface

ItemAccount Entity Collection

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.Item
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IItemAccountEntityCollection : IAccountEntityCollectionBase<IItemAccountEntity>, 
	IEntityCollection<IAccountEntityBase>, IEntityCollectionBase, ICollection<IEntity>, 
	IEnumerable<IEntity>, IEnumerable, IDisposable, IEquatable<IProxy>

The IItemAccountEntityCollection type exposes the following members.

Properties
  NameDescription
Public propertyCompleteName
Gets the complete name
(Inherited from IEntityCollectionBase.)
Public propertyCount
Count of entity items
(Inherited from IEntityCollectionBase.)
Public propertyDefinition
Gets the definition entity
(Inherited from IEntityCollectionT.)
Public propertyDescription
Gets/Sets the description of the entity collection.
(Inherited from IEntityCollectionBase.)
Public propertyIsReadOnly (Inherited from ICollectionIEntity.)
Public propertyItem
Get or set an entity by its index
(Inherited from IEntityCollectionT.)
Public propertyOwnerEntity
Gets the entity that own the most top collection
(Inherited from IEntityCollectionBase.)
Public propertyParentEntity
Gets the parent entity item if this collection is a children collection of an entity item.
(Inherited from IEntityCollectionBase.)
Public propertyReadOnly
Gets/Sets if the collection is read only
(Inherited from IEntityCollectionBase.)
Top
Methods
  NameDescription
Public methodAdd
Create a new entity item and add it to the collection
(Inherited from IEntityCollectionT.)
Public methodAdd(IEntity)
Add an existing item to collection
(Inherited from IEntityCollectionBase.)
Public methodBeginModification
Begin a global Modification. Allow UI to disable binding.
(Inherited from IEntityCollectionBase.)
Public methodClear (Inherited from ICollectionIEntity.)
Public methodContains
Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
(Inherited from IEntityCollectionBase.)
Public methodCopyTo(T, Int32) (Inherited from ICollectionIEntity.)
Public methodCopyTo(IEntityCollectionBase, Boolean)
Copy the content of a collection to another
(Inherited from IEntityCollectionBase.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEndModification
End the global Modification. Allow UI to enable binding.
(Inherited from IEntityCollectionBase.)
Public methodGetEnumerator
Returns an enumerator for the collection
(Inherited from IEntityCollectionT.)
Public methodGetFlatEnumerable
Return a flat enumerable for the collection. Includes the children
(Inherited from IEntityCollectionT.)
Public methodIndexOf
Retrieve the relative index of an entity item
(Inherited from IEntityCollectionBase.)
Public methodRemove (Inherited from ICollectionIEntity.)
Top
See Also