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