Table of Contents

Class ProductMixingOutputDefinition

Namespace
S1API.Products
Assembly
S1API.dll

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

name string

The non-empty output name.

productKind ProductKind

The logical kind of the generated output.

price float

The finite generated-output price.

Properties

Name

Gets the generated display name.

public string Name { get; }

Property Value

string

Price

Gets the generated price.

public float Price { get; }

Property Value

float

ProductKind

Gets the explicit output logical kind.

public ProductKind ProductKind { get; }

Property Value

ProductKind