Abstract
Abstract base class representing a material used by a factory to create products.
Each material must have a distinct type associated with it, which is used by the FactoryDirector to dispatch the material to the correct factory.
The type constraint for the material's type identifier, defaulting to string.
string
Readonly
The unique type identifier for this material.
Abstract base class representing a material used by a factory to create products.
Each material must have a distinct type associated with it, which is used by the FactoryDirector to dispatch the material to the correct factory.