Show / Hide Table of Contents

Class SellProductVariant

Wraps a sell product variant.

Inheritance
System.Object
JTObject
ProductVariant
SellProductVariant
Inherited Members
ProductVariant.ProductVariantId
ProductVariant.ProductId
ProductVariant.ProductName
ProductVariant.ProductVariantName
ProductVariant.ProductAttributeValues
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 SellProductVariant : ProductVariant

Constructors

SellProductVariant(Int32)

Defines a reference to an existing SellProductVariant by id.

Declaration
public SellProductVariant(int sellProductVariantId_)
Parameters
Type Name Description
System.Int32 sellProductVariantId_

Identifies the SellProductVariant.

SellProductVariant(Int32, IEnumerable<ProductAttributeValue>)

Defines a reference to a SellProductVariant given a SellProduct and set of ProductAttributeValues.

Declaration
public SellProductVariant(int sellProductId_, IEnumerable<ProductAttributeValue> productAttributeValues_)
Parameters
Type Name Description
System.Int32 sellProductId_

Identifies the SellProduct.

System.Collections.Generic.IEnumerable<ProductAttributeValue> productAttributeValues_

The values of the associated ProductAttributeTypes that define this variant.

Back to top Generated by DocFX