Show / Hide Table of Contents

Class ProductVariant

Base class for purchase and sell product variants.

Inheritance
System.Object
JTObject
ProductVariant
PurchaseProductVariant
SellProductVariant
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 ProductVariant : JTObject

Properties

ProductAttributeValues

Set of values for the ProductAttributeTypes associated with this ProductVariant.

Declaration
public ProductAttributeValueContainer ProductAttributeValues { get; }
Property Value
Type Description
ProductAttributeValueContainer

ProductId

Identifies the associated Product.

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

ProductName

Name of the associated Product.

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

ProductVariantId

Identifies this ProductVariant.

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

ProductVariantName

Descriptive name of this Product Variant that takes into account any attributes, measures or description.

Declaration
public string ProductVariantName { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX