Click or drag to resize

IReadOnlyDealOptionsComplexEntityMemberBase Interface

Deal general options complex entity member base

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

The IReadOnlyDealOptionsComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyAcceptState
Gets the AcceptState member value
Public propertyDocumentHistoryView
Gets the DocumentHistoryView member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyHideTransferedDocumentInStatistics
Gets the HideTransferedDocumentInStatistics member value
Public propertyState1
Gets the State1 member value
Public propertyState10
Gets the State10 member value
Public propertyState2
Gets the State2 member value
Public propertyState3
Gets the State3 member value
Public propertyState4
Gets the State4 member value
Public propertyState5
Gets the State5 member value
Public propertyState6
Gets the State6 member value
Public propertyState7
Gets the State7 member value
Public propertyState8
Gets the State8 member value
Public propertyState9
Gets the State9 member value
Public propertyViewDocumentLines
Gets the ViewDocumentLines 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