Click or drag to resize

IThirdPriceListFlatEntityCollection Interface

CustomerPriceList FlatEntityCollection

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.PriceList
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IThirdPriceListFlatEntityCollection : IFlatEntityCollection<IDetailPriceListEntityBase>, 
	IFlatEntityCollectionBase, ICollection<IEntity>, IEnumerable<IEntity>, 
	IEnumerable, IDisposable, IEquatable<IProxy>

The IThirdPriceListFlatEntityCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionIEntity.)
Public propertyIsReadOnly (Inherited from ICollectionIEntity.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IFlatEntityCollectionT.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionIEntity.)
Public methodClear (Inherited from ICollectionIEntity.)
Public methodContains (Inherited from ICollectionIEntity.)
Public methodCopyTo (Inherited from ICollectionIEntity.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIEntity.)
Public methodRemove (Inherited from ICollectionIEntity.)
Top
See Also