Click or drag to resize

ISaleQuoteComplexEntityMemberBase Interface

Base complex member for sale quote and amendment state options

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

The ISaleQuoteComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyAcceptState
AcceptState

List of authorized values (StateX) in IQuoteComplexEntityMember

(Inherited from IQuoteComplexEntityMember.)
Public propertyAcceptStateMember
AcceptState

List of authorized values (StateX) in IQuoteComplexEntityMember

(Inherited from IQuoteComplexEntityMember.)
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyLocalizableState1
State1 in different languages
Public propertyLocalizableState10
State10 in different languages
Public propertyLocalizableState2
State2 in different languages
Public propertyLocalizableState3
State3 in different languages
Public propertyLocalizableState4
State4 in different languages
Public propertyLocalizableState5
State5 in different languages
Public propertyLocalizableState6
State6 in different languages
Public propertyLocalizableState7
State7 in different languages
Public propertyLocalizableState8
State8 in different languages
Public propertyLocalizableState9
State9 in different languages
Public propertyRefusedState
Gets or sets the refused state
(Inherited from IQuoteComplexEntityMember.)
Public propertyRefusedStateMember
Gets the refused state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState1
Gets or sets the 1st state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState10
Gets or sets the 10th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState10Member
Gets the 10th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState1Member
Gets the 1st state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState2
Gets or sets the 2nd state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState2Member
Gets the 2nd state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState3
Gets or sets the 3th state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState3Member
Gets the 3th state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState4
Gets or sets the 4th state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState4Member
Gets the 4th state
(Inherited from IQuoteComplexEntityMember.)
Public propertyState5
Gets or sets the 5th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState5Member
Gets the 5th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState6
Gets or sets the 6th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState6Member
Gets the 6th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState7
Gets or sets the 7th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState7Member
Gets the 7th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState8
Gets or sets the 8th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState8Member
Gets the 8th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState9
Gets or sets the 9th state>
(Inherited from IQuoteComplexEntityMember.)
Public propertyState9Member
Gets the 9th state>
(Inherited from IQuoteComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also