Click or drag to resize

IReadOnlyPickUpStatesComplexEntityMember Interface

Pick up states complex entity member

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

The IReadOnlyPickUpStatesComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyIsPickUpStateEnabled
Gets the IsPickUpStateEnabled member value
Public propertyPickUpState1
Gets the PickUpState1 member value
Public propertyPickUpState10
Gets the PickUpState10 member value
Public propertyPickUpState2
Gets the PickUpState2 member value
Public propertyPickUpState3
Gets the PickUpState3 member value
Public propertyPickUpState4
Gets the PickUpState4 member value
Public propertyPickUpState5
Gets the PickUpState5 member value
Public propertyPickUpState6
Gets the PickUpState6 member value
Public propertyPickUpState7
Gets the PickUpState7 member value
Public propertyPickUpState8
Gets the PickUpState8 member value
Public propertyPickUpState9
Gets the PickUpState9 member value
Public propertyPickUpTrackingAndLocationMandatoryOnState10
Gets the PickUpTrackingAndLocationMandatoryOnState10 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