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: 1.7.3
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