Show / Hide Table of Contents

Class Product

Base class for purchase and sell products.

Inheritance
System.Object
JTObject
Product
PurchaseProduct
SellProduct
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 Product : JTObject

Properties

IsInactive

Indicates whether or not this product has been inactivated.

Declaration
public bool IsInactive { get; }
Property Value
Type Description
System.Boolean

ProductAttributeTypes

Set of ProductAttributeTypes associated with this product.

Declaration
public ProductAttributeTypeContainer ProductAttributeTypes { get; }
Property Value
Type Description
ProductAttributeTypeContainer

ProductFamilyId

Id of the associated ProductFamily.

Declaration
public int ProductFamilyId { get; }
Property Value
Type Description
System.Int32

ProductFamilyName

Name of the associated ProductFamily.

Declaration
public string ProductFamilyName { get; }
Property Value
Type Description
System.String

ProductId

Product id.

Declaration
public int ProductId { get; }
Property Value
Type Description
System.Int32

ProductLineId

Id of the associated ProductLine.

Declaration
public int ProductLineId { get; }
Property Value
Type Description
System.Int32

ProductLineName

Name of the associated ProductLine.

Declaration
public string ProductLineName { get; }
Property Value
Type Description
System.String

ProductName

Product name.

Declaration
public string ProductName { get; }
Property Value
Type Description
System.String

UnitOfMeasureId

Id of the UnitOfMeasure used for this product.

Declaration
public int UnitOfMeasureId { get; }
Property Value
Type Description
System.Int32

UnitOfMeasureName

Name of the UnitOfMeasure used for this product.

Declaration
public string UnitOfMeasureName { get; }
Property Value
Type Description
System.String

VariantCount

Number of ProductVariants associated with the product.

Declaration
public int VariantCount { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX