Class ProductMixingOutputDefinition
Describes the logical identity and price of a generated custom mixed product.
public sealed class ProductMixingOutputDefinition
- Inheritance
-
ProductMixingOutputDefinition
- Inherited Members
- Extension Methods
Constructors
ProductMixingOutputDefinition(string, ProductKind, float)
Creates an output definition.
public ProductMixingOutputDefinition(string name, ProductKind productKind, float price)
Parameters
namestringThe non-empty output name.
productKindProductKindThe logical kind of the generated output.
pricefloatThe finite generated-output price.
Properties
Name
Gets the generated display name.
public string Name { get; }
Property Value
Price
Gets the generated price.
public float Price { get; }
Property Value
ProductKind
Gets the explicit output logical kind.
public ProductKind ProductKind { get; }