Click or drag to resize

IUnpaidSaleSettlementLineEntityCollection Methods

The IUnpaidSaleSettlementLineEntityCollection type exposes the following members.

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