Click or drag to resize

IReadOnlyExceedAmountOptionsComplexEntityMemberBase Interface

Represents options used for an extended exceed amount control

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 IReadOnlyExceedAmountOptionsComplexEntityMemberBase : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyExceedAmountOptionsComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyActionOnAmountExceeded
Gets the ActionOnAmountExceeded member value
Public propertyActionOnCommitmentDateExceeded
Gets the ActionOnCommitmentDateExceeded member value
Public propertyAmountControlEvent
Gets the AmountControlEvent member value
Public propertyCurrentAmountToCompare
Gets the CurrentAmountToCompare member value
Public propertyDocumentAmountBeforeBlockDocument
Gets the DocumentAmountBeforeBlockDocument member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyExtendedCurrentAmountCalculation
Gets the ExtendedCurrentAmountCalculation member value
Public propertyMaximumDelayBeforeBlockDocument
Gets the MaximumDelayBeforeBlockDocument member value
Public propertySettlementDateWarnFromDocument
Gets the SettlementDateWarnFromDocument member value
Public propertyThresholdBeforeExceedAmount
Gets the ThresholdBeforeExceedAmount member value
Public propertyWarnFromDocument
Gets the WarnFromDocument member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also