Click or drag to resize

LogisticsDocumentLine Properties

The LogisticsDocumentLine 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 propertyConfirmedQuantity
Gets or sets the confirmed quantity. Can be null. Inheritors that do not support confirmed quantity always return null.
Public propertyConfirmedQuantityBase
Gets or sets the confirmed quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
Public propertyConfirmedStandardQuantityBase
Gets or sets the confirmed standard quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDocument
Gets the document of the document child.
(Inherited from DocumentChild.)
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.
(Inherited from EntityObject.)
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 propertyLineAmount
Gets or sets the line amount.
Public propertyLineNumber
Gets the line number.
(Inherited from DocumentLine.)
Public propertyLineStore
Gets or sets the line store. Some logistics lines does not support line store and this property will alwais return null/ghost object.
Public propertyLogisticDocument
Gets the logistics document of the line.
Public propertyLot
Gets or sets the lot. Some logistics lines does not support lots and this property will alwais return null/ghost object.
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 propertyObjectState
Gets the state of the domain object.
(Inherited from EditableDomainObject.)
Public propertyProduct
Gets or sets the product.
Public propertyProductVariant
Gets or sets the product variant. Some logistics lines does not support product variants and this property will alwais return null/ghost object.
Public propertyQuantity
Gets or sets the quantity.
Public propertyQuantityBase
Gets the quantity base.
Public propertyQuantityUnit
Gets or sets the quantity measurement unit.
Public propertyRepository
The repository used to persist the entity object.
(Inherited from EnterpriseOneEntityObject.)
Public propertySerialNumber
Gets or sets the serial number. Some logistics lines does not support serial numbers and this property will alwais return null/ghost object.
Public propertyStandardQuantityBase
Gets the standard quantity base.
Public propertyStoreBin
Gets or sets the store bin. Some logistics lines does not support store bins and this property will alwais return null/ghost object.
Public propertySupportsConfirmedQuantity
Gets a value indicating whether the line supports confirmed quantity.
Public propertySupportsLineAmount
Gets a value indicating whether the line supports line amount.
Public propertySupportsUnitAmount
Gets a value indicating whether the line supports unit amount.
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUnitAmount
Gets or sets the unit amount of the logistics line. This can be unit price or unit cost.
Top
See Also