Class PurchaseProductVariantInventoryAdjustment
Wraps a purchase product variant inventory adjustment. (i.e. An adjustment to the available qantity of a given purchase product variant)
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class PurchaseProductVariantInventoryAdjustment : JTObject
Constructors
PurchaseProductVariantInventoryAdjustment(PurchaseProductVariant)
Used to create a new purchase product variant inventory adjustment.
Declaration
public PurchaseProductVariantInventoryAdjustment(PurchaseProductVariant purchaseProductVariant_)
Parameters
| Type | Name | Description |
|---|---|---|
| PurchaseProductVariant | purchaseProductVariant_ | Variant to use to create the adjustment. |
PurchaseProductVariantInventoryAdjustment(Int32)
Used to update an existing purchase product variant inventory adjustment. The PurchaseProductVariant property will be set to an unitialized PurchaseProductVariant object.
Declaration
public PurchaseProductVariantInventoryAdjustment(int purchaseProductVariantInventoryAdjustmentId_)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | purchaseProductVariantInventoryAdjustmentId_ | Identifies the adjustment to be updated. |
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 |
PurchaseProductVariant
Serial number.
Declaration
public PurchaseProductVariant PurchaseProductVariant { get; }
Property Value
| Type | Description |
|---|---|
| PurchaseProductVariant |
PurchaseProductVariantInventoryAdjustmentId
Identifies the purchase product variant inventory adjustment.
Declaration
public int PurchaseProductVariantInventoryAdjustmentId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Quantity
Quantity of the product.
Declaration
public decimal Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |