Click or drag to resize

ITradeDocumentAssortCriteriaComplexEntityMemberT Interface

Base class used to define assorting typed criteria

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.TradeDocument
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface ITradeDocumentAssortCriteriaComplexEntityMember<T> : ITradeDocumentAssortCriteriaComplexEntityMemberBase, 
	IComplexEntityMember, IDisposable, IEquatable<IProxy>
where T : IReadOnlyEntityMemberBase

Type Parameters

T
Criteria member type

The ITradeDocumentAssortCriteriaComplexEntityMemberT type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyMember
Member representing the criteria
Public propertyMemberMember
Member representing the criteria
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also