Show / Hide Table of Contents

Class PurchaseProduct

Wraps a purchase product.

Inheritance
System.Object
JTObject
Product
PurchaseProduct
Inherited Members
Product.VariantCount
Product.ProductId
Product.ProductLineId
Product.ProductLineName
Product.ProductFamilyId
Product.ProductFamilyName
Product.UnitOfMeasureId
Product.UnitOfMeasureName
Product.ProductName
Product.ProductAttributeTypes
Product.IsInactive
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
Back to top Generated by DocFX