Click or drag to resize

RecipeValidationTopicData Class

** NOTE: ADDED in CFX 2.0 **

Represents the information of a recipe that needs to be validated by ValidateTopicRequest.
Inheritance Hierarchy
SystemObject
  CFX.StructuresValidationData
    CFX.Structures.ValidationRecipeValidationTopicData

Namespace: CFX.Structures.Validation
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public class RecipeValidationTopicData : ValidationData

The RecipeValidationTopicData type exposes the following members.

Constructors
 NameDescription
Public methodRecipeValidationTopicData 
Top
Properties
 NameDescription
Public propertyLane The optional number of the production lane where the recipe should be activated
Public propertyRecipeName The name of the recipe (may include full path, if applicable)
Public propertyRevision An optional version number, e.g. “2.0”
Public propertyStage A structure describing basic information about the stage.
Top
See Also