Click or drag to resize

OperatorActivated Class

Indicates that an operator is now active at or responsible for a process endpoint. Having multiple operators (each needs to be activated and deactivated separately) or an absence of an operator is possible.
{
  "Operator": {
    "OperatorIdentifier": "42b7a5cc-3bbd-4010-8a01-1c5851b9a2a3",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionOperatorActivated

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

The OperatorActivated type exposes the following members.

Constructors
 NameDescription
Public methodOperatorActivated 
Top
Properties
 NameDescription
Public propertyOperator A structure which defines the Operator.
Top
See Also