Click or drag to resize

IReadOnlyQuoteComplexEntityMember Interface

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

The IReadOnlyQuoteComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAcceptState
Gets the AcceptState member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyRefusedState
Gets the RefusedState 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
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also