Click or drag to resize

OperatorDeactivated Class

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

Indicates that an activated operator is no longer active or responsible at a process endpoint
{
  "Operator": {
    "OperatorIdentifier": "de1f03c5-b432-4603-b0d8-39c97469fe86",
    "ActorType": "Human",
    "FullName": "Bill Smith",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionOperatorDeactivated

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

The OperatorDeactivated type exposes the following members.

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