Click or drag to resize

IReadOnlyPurchaseQuoteComplexEntityMember Interface

Purchase QuoteComplexEntityMember

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

The IReadOnlyPurchaseQuoteComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAcceptState
Gets the AcceptState member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyRefusedState
Gets the RefusedState member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState1
Gets the State1 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState10
Gets the State10 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState2
Gets the State2 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState3
Gets the State3 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState4
Gets the State4 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState5
Gets the State5 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState6
Gets the State6 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState7
Gets the State7 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState8
Gets the State8 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Public propertyState9
Gets the State9 member value
(Inherited from IReadOnlyQuoteComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also