Click or drag to resize

OperatorActivated Class

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

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": "8d24755a-36bf-4bb3-8736-71790f9a1f48",
    "ActorType": "Human",
    "FullName": "Bill Smith",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionOperatorActivated

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

The OperatorActivated type exposes the following members.

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