Skip to main content

Class VdpProductData

Namespace: Aurigma.DesignAtoms.VDP
Assembly: Aurigma.DesignAtoms.dll
Syntax
public 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

Constructors

VdpProductData

public VdpProductData(Product product, ItemsData firstItemsData)

Properties

Product

public Product Product { get; set; }

FirstItemsData

public ItemsData FirstItemsData { get; set; }
Was this page helpful?