Click or drag to resize

IReadOnlyDocumentLinesCustomizationEntityCollection Interface

Collection for document lines customization entities

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyDocumentLinesCustomizationEntityCollection : IReadOnlyEntityCollection<IReadOnlyDocumentLinesCustomizationEntity>, 
	IReadOnlyEntityCollectionBase, IEnumerable<IReadOnlyEntity>, IEnumerable, IDisposable, 
	IEquatable<IProxy>

The IReadOnlyDocumentLinesCustomizationEntityCollection type exposes the following members.

Properties
  NameDescription
Public propertyCompleteName
Gets the complete name
(Inherited from IReadOnlyEntityCollectionBase.)
Public propertyDefinition
Gets the entity definition
(Inherited from IReadOnlyEntityCollectionBase.)
Public propertyDescription
Gets the description of the entity collection.
(Inherited from IReadOnlyEntityCollectionBase.)
Public propertyItem
Gets an entity by its index
(Inherited from IReadOnlyEntityCollectionT.)
Public propertyOwnerEntity
Gets the entity that own the most top collection
(Inherited from IReadOnlyEntityCollectionBase.)
Public propertyParentEntity
Gets the parent entity item if this collection is a children collection of an entity item.
(Inherited from IReadOnlyEntityCollectionBase.)
Public propertyReadOnly
Gets if the collection is read only
(Inherited from IReadOnlyEntityCollectionBase.)
Top
Methods
  NameDescription
Public methodContains
Check if an entity item exists in the collection (ignored if deleted and not ShowAll)
(Inherited from IReadOnlyEntityCollectionBase.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator for the collection
(Inherited from IReadOnlyEntityCollectionT.)
Public methodGetFlatEnumerable
Return a flat enumerable for the collection. Includes the children
(Inherited from IReadOnlyEntityCollectionT.)
Public methodIndexOf
Retrieve the relative index of an entity item
(Inherited from IReadOnlyEntityCollectionBase.)
Top
See Also