WarehouseOrderLine Properties |
The WarehouseOrderLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) |
![]() | Id |
The unique Id of the entity object
(Inherited from EntityObject.) |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) |
![]() | IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) |
![]() | ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | LineNo | Unique consecutive line number within the order. [Required] |
![]() | Lot | The lot of the product, which should be operated. null for operations, which are not lot-specific, or when any lot can be used. [Filter(multi eq)] |
![]() | NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) |
![]() | Notes | Notes for this WarehouseOrderLine. |
![]() | ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) |
![]() | Product | The product, which should be operated. [Required] [Filter(multi eq)] |
![]() | Quantity | The quantity of the product, which should be operated. [Required] [Default(0)] |
![]() | QuantityUnit | The measurement unit of Quantity. [Required] [Filter(multi eq)] |
![]() | Repository | Provides access to WarehouseOrderLinesRepository repository methods |
![]() | SerialNumber | The serial number of the product, which should be operated. null for operations, which are not serial number-specific, or when any serial number can be used. [Filter(multi eq)] |
![]() | TaskType | The type of the task (operation), which should be performed. MOV=Move; INB=Inbound; OUT=Outbound; INS=Inspect; PCK=Packing/Unpacking; CNT=Count. [Required] |
![]() | ToUnit | Destination measurement unit. null for operations, which do not specify destination measurement unit. [Filter(multi eq)] |
![]() | ToWarehouseLocation | Destination warehouse location. null for operations, which do not specify destination location. [Filter(multi eq)] |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |
![]() | WarehouseLocation | Location, where the opeartion should be performed. null for operations, which do not require location. [Filter(multi eq)] |
![]() | WarehouseOrder | The WarehouseOrder to which this WarehouseOrderLine belongs. [Required] [Filter(multi eq)] [Owner] |
![]() | WarehouseWorker | The human or robot worker, which should execute the line. null means that the line is shared among all workers, assigned to the order. [Filter(multi eq)] |
![]() | WarehouseZone | The warehouse zone, in which the operation should be performed. null for operations which do not require specific zone. [Filter(multi eq)] |