Class PurchaseProduct
Wraps a purchase product.
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 PurchaseProduct : Product
Properties
IsInventoried
Indicates whether the inventory should be tracked for this product.
Declaration
public bool IsInventoried { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsSerializable
Indicates whether the product is serializable.
Declaration
public bool IsSerializable { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsTaxable
Indicates whether the product is taxed.
Declaration
public bool IsTaxable { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
PrintBarcode
Indicates whether barcodes should be printed for this product.
Declaration
public bool PrintBarcode { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |