Click or drag to resize

GetRecipeRequest Class

This message is used to request a process endpoint for the details of a named recipe. The response includes details of the recipe, depending on the classification of the process.
{
  "RecipeName": "RECIPE3234",
  "Revision": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetRecipeRequest

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class GetRecipeRequest : CFXMessage

The GetRecipeRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetRecipeRequest 
Top
Properties
 NameDescription
Public propertyRecipeName The name of the recipe to be retrieved (may include full path, if applicable)
Public propertyRevision Version number, e.g. “2.0” (Optional)
Top
See Also