LogisticsDocumentLine Properties |
The LogisticsDocumentLine 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.) | |
| ConfirmedQuantity |
Gets or sets the confirmed quantity. Can be null. Inheritors that do not support confirmed quantity always return null.
| |
| ConfirmedQuantityBase |
Gets or sets the confirmed quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
| |
| ConfirmedStandardQuantityBase |
Gets or sets the confirmed standard quantity base. Can be null. Inheritors that do not support confirmed quantity always return null.
| |
| CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) | |
| Document |
Gets the document of the document child.
(Inherited from DocumentChild.) | |
| 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.
(Inherited from EntityObject.) | |
| 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.) | |
| LineAmount |
Gets or sets the line amount.
| |
| LineNumber |
Gets the line number.
(Inherited from DocumentLine.) | |
| LineStore |
Gets or sets the line store. Some logistics lines does not support line store and this property will alwais return null/ghost object.
| |
| LogisticDocument |
Gets the logistics document of the line.
| |
| Lot |
Gets or sets the lot. Some logistics lines does not support lots and this property will alwais return null/ghost object.
| |
| 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.) | |
| ObjectState |
Gets the state of the domain object.
(Inherited from EditableDomainObject.) | |
| Product |
Gets or sets the product.
| |
| ProductVariant |
Gets or sets the product variant. Some logistics lines does not support product variants and this property will alwais return null/ghost object.
| |
| Quantity |
Gets or sets the quantity.
| |
| QuantityBase |
Gets the quantity base.
| |
| QuantityUnit |
Gets or sets the quantity measurement unit.
| |
| Repository |
The repository used to persist the entity object.
(Inherited from EnterpriseOneEntityObject.) | |
| SerialNumber |
Gets or sets the serial number. Some logistics lines does not support serial numbers and this property will alwais return null/ghost object.
| |
| StandardQuantityBase |
Gets the standard quantity base.
| |
| StoreBin |
Gets or sets the store bin. Some logistics lines does not support store bins and this property will alwais return null/ghost object.
| |
| SupportsConfirmedQuantity |
Gets a value indicating whether the line supports confirmed quantity.
| |
| SupportsLineAmount |
Gets a value indicating whether the line supports line amount.
| |
| SupportsUnitAmount |
Gets a value indicating whether the line supports unit amount.
| |
| Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) | |
| UnitAmount |
Gets or sets the unit amount of the logistics line. This can be unit price or unit cost.
|