Click or drag to resize

IApproachChargeEntryFormFactoryArgs Interface

Approach entryform factory args

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IApproachChargeEntryFormFactoryArgs : IEntryFormFactoryArgs, 
	IDisposable, IEquatable<IProxy>

The IApproachChargeEntryFormFactoryArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrencyTotalApproachChargeAlreadyDistributedAmount
Total approach charge already distributed amount in currency
Public propertyCurrencyTotalChargeToDistributeAmount
Total charge to distribute amount in currency
Public propertyDistributionBase
Freight document distribution base
Public propertyEntityId
Gets or sets the entity identifier to load (null for a new entity).
(Inherited from IEntryFormFactoryArgs.)
Public propertyFreightDocumentCurrencyId
Freight document currency id
Public propertyFreightDocumentDate
Freight document date
Public propertyFreightDocumentNumber
Freight document number
Public propertyFreightDocumentType
Freight document type
Public propertyFreightInvoiceId
Freight invoice id
Public propertyIsShippingDistributedOnPurchaseChargeAmount
Gets wether the document is distributed on itself
Public propertyTotalApproachChargeAlreadyDistributedAmount
Total approach charge already distributed amount
Public propertyTotalChargeToDistributeAmount
Total charge to distribute amount
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also