Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ProductFields" /> class with SKU related fields of type <see cref="Tableware" /> .
 /// </summary>
 /// <param name="instance">The content item of type Tableware that is a target of the extended API.</param>
 public ProductFields(Tableware instance)
 {
     mInstance = instance;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TablewareFields" /> class with the specified content item of type Tableware.
 /// </summary>
 /// <param name="instance">The content item of type Tableware that is a target of the extended API.</param>
 public TablewareFields(Tableware instance)
 {
     mInstance = instance;
 }