Initializes a new instance of the Product class with the specified Surface collection.
Namespace:
Aurigma.DesignAtoms.Model
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public Product( string id, string name, Collection<Surface> surfaces )
Type: System.String
The product ID.Type: System.String
The product name.Type: Collection<Surface>
A collection of surfaces (product pages).