Click or drag to resize

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

The IReadOnlyDealGeneralOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyConstructionSite
Gets the construction site options
Public propertyCostCalculationType
Gets the CostCalculationType member value
Public propertyDeal
Gets the deal options
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyExcludePurchaseAmount
Gets the ExcludePurchaseAmount member value
Public propertyExcludeStockAmount
Gets the ExcludeStockAmount member value
Public propertyIncludePickStockAmount
Gets the IncludePickStockAmount member value
Public propertyVerticalView
Gets the VerticalView 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