RecordedMaterialItemId Property |
The Id of the
Item representing the raw material to be recorded against a parent transaction.
If the material is not known to pre-exist in the system, this property should be left "null", and the NewItem
property used instead to create a new
Item.
If this property is set to a non-null value, the NewItem property may be left as null.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Nullable<Guid> ItemId { get; set; }
Public Property ItemId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> ItemId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member ItemId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidSee Also