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