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.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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