Click or drag to resize

RecipeIdentifier Class

** NOTE: ADDED in CFX 1.4 **

Represents a collection of instructions used by a piece of automated equipment to perform a function (typically upon a production unit) during production. The RecipeLean does not deliver the Recipe data but RecipeName and Revision only. For the full Recipe data, please see Recipe.
Inheritance Hierarchy
SystemObject
  CFX.StructuresRecipeIdentifier

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class RecipeIdentifier

The RecipeIdentifier type exposes the following members.

Constructors
 NameDescription
Public methodRecipeIdentifier Default Constructor
Top
Properties
 NameDescription
Public propertyRecipeName The name of the recipe (may include full path, if applicable)
Public propertyRevision An optional version number, e.g. “2.0”
Top
See Also