Click or drag to resize

RecipeModified Class

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

Sent by a process endpoint to indicate that a change has been made to a specified named recipe.
{
  "RecipeName": "RECIPE3234",
  "Revision": "D",
  "ModifiedBy": {
    "OperatorIdentifier": "da85fb6e-dca5-4a7e-9f7d-041384286a81",
    "ActorType": "Human",
    "FullName": "Bill Smith",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  },
  "Reason": "PositionalCorrection",
  "Notes": null
}
Inheritance Hierarchy

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class RecipeModified : CFXMessage

The RecipeModified type exposes the following members.

Properties
  NameDescription
Public propertyModifiedBy
The operator who performed the modification.
Public propertyNotes
Any additional notes provided by the user who performed the modification.
Public propertyReason
The reason for the modification.
Public propertyRecipeName
The name of the recipe
Public propertyRevision
Version number, e.g. “2.0”
Top
See Also