Class SerialNumberInventoryAdjustment
Wraps a serial number adjustment. (i.e. An adjustment to an existing serial number)
Inherited Members
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class SerialNumberInventoryAdjustment : JTObject
Constructors
SerialNumberInventoryAdjustment(Int32, Boolean)
Used to create a new serial number inventory adjustment or update an existing serial number inventory adjustment, depending on the isNewSerialNumberInventoryAdjustment_ parameter. The SerialNumber property will be set to an unitialized SerialNumber object.
Declaration
public SerialNumberInventoryAdjustment(int serialNumberInventoryAdjustmentOrSerialNumberId_, bool isNewSerialNumberInventoryAdjustment_)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | serialNumberInventoryAdjustmentOrSerialNumberId_ | Identifies the existing adjustment. |
| System.Boolean | isNewSerialNumberInventoryAdjustment_ | Indicates whether this object will be used to create a new SerialNumberInventoryAdjustment in which case the id refers to the SerialNumber to which the adjustment applies, or if it's going to be used to update an existing SerialNumberInventoryAdjustment, in which case the id refers to that adjustment. |
Properties
AdjustmentDate
The delivery date.
Declaration
public DateTime AdjustmentDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
Description
Unit cost.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Quantity
Quantity of the product.
Declaration
public decimal Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
SerialNumber
Serial number.
Declaration
public SerialNumber SerialNumber { get; }
Property Value
| Type | Description |
|---|---|
| SerialNumber |
SerialNumberInventoryAdjustmentId
Identifies the serial number inventory adjustment.
Declaration
public int SerialNumberInventoryAdjustmentId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |