Click or drag to resize

WarehouseOrderLine Properties

The WarehouseOrderLine type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLineNo
Unique consecutive line number within the order. [Required]
Public propertyLot
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)]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNotes
Notes for this WarehouseOrderLine.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyProduct
The product, which should be operated. [Required] [Filter(multi eq)]
Public propertyQuantity
The quantity of the product, which should be operated. [Required] [Default(0)]
Public propertyQuantityUnit
The measurement unit of Quantity. [Required] [Filter(multi eq)]
Public propertyRepository
Provides access to WarehouseOrderLinesRepository repository methods
Public propertySerialNumber
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)]
Public propertyTaskType
The type of the task (operation), which should be performed. MOV=Move; INB=Inbound; OUT=Outbound; INS=Inspect; PCK=Packing/Unpacking; CNT=Count. [Required]
Public propertyToUnit
Destination measurement unit. null for operations, which do not specify destination measurement unit. [Filter(multi eq)]
Public propertyToWarehouseLocation
Destination warehouse location. null for operations, which do not specify destination location. [Filter(multi eq)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyWarehouseLocation
Location, where the opeartion should be performed. null for operations, which do not require location. [Filter(multi eq)]
Public propertyWarehouseOrder
The WarehouseOrder to which this WarehouseOrderLine belongs. [Required] [Filter(multi eq)] [Owner]
Public propertyWarehouseWorker
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)]
Public propertyWarehouseZone
The warehouse zone, in which the operation should be performed. null for operations which do not require specific zone. [Filter(multi eq)]
Top
See Also