Click or drag to resize

OperatorDeactivated Class

Indicates that an activated operator is no longer active or responsible at a process endpoint
{
  "Operator": {
    "OperatorIdentifier": "ea9da45d-9b1f-4e6a-974f-df06aeede42f",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionOperatorDeactivated

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

The OperatorDeactivated type exposes the following members.

Constructors
 NameDescription
Public methodOperatorDeactivated 
Top
Properties
 NameDescription
Public propertyOperator A structure which defines the Operator (optional)
Top
See Also