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