Click or drag to resize

GetRecipeRequest Class

[This is preliminary documentation and is subject to change.]

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class GetRecipeRequest : CFXMessage

The GetRecipeRequest type exposes the following members.

Properties
  NameDescription
Public propertyRecipeName
The name of the recipe to be retrieved
Public propertyRevision
Version number, e.g. “2.0”
Top
See Also