Class VdpProductData
Inheritance
System.Object
VdpProductData
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: Aurigma.DesignAtoms.VDP
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class VdpProductData
Constructors
VdpProductData(Product, ItemsData)
Declaration
public VdpProductData(Product product, ItemsData firstItemsData)
Parameters
| Type | Name | Description |
|---|---|---|
| Product | product | |
| ItemsData | firstItemsData |
Properties
FirstItemsData
Declaration
public ItemsData FirstItemsData { get; set; }
Property Value
| Type | Description |
|---|---|
| ItemsData |
Product
Declaration
public Product Product { get; set; }
Property Value
| Type | Description |
|---|---|
| Product |