Click or drag to resize

IDealGeneralOptionsComplexEntityMember Interface

Deal Options ComplexEntityMember

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 IDealGeneralOptionsComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IDealGeneralOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyConstructionSite
Gets the construction site options
Public propertyCostCalculationType
Gets or sets the type of calculation for the cost of purchase documents

List of authorized values in DealCostCalculationTypes

Public propertyCostCalculationTypeMember
Gets the type of calculation for the cost of purchase documents

List of authorized values in DealCostCalculationTypes

Public propertyDeal
Gets the deal options
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyExcludePurchaseAmount
Gets or sets if purchase documents are exluded from amount.
Public propertyExcludePurchaseAmountMember
Gets if purchase documents are exluded from amount.
Public propertyExcludeStockAmount
Gets or sets if stock documents are exluded from amount.
Public propertyExcludeStockAmountMember
Gets if stock documents are exluded from amount.
Public propertyIncludePickStockAmount
Gets or sets the include pick stock amount.
Public propertyIncludePickStockAmountMember
Gets the include pick stock amount.
Public propertyVerticalView
Gets or sets if the tab view is vertical.
Public propertyVerticalViewMember
Gets if the tab view is vertical.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also