Click or drag to resize

ValidateOperatorRequest Class

Request that an operator take action now or be responsible for a process endpoint. The opposite endpoint can accept or reject this. Can be used if the MES has advanced user management. Multiple operators must be requested separately.
{
  "Operator": {
    "OperatorIdentifier": "42b7a5cc-3bbd-4010-8a01-1c5851b9a2a3",
    "ActorType": "Human",
    "LastName": "Smith",
    "FirstName": "Bill",
    "LoginName": "bill.smith@domain1.com"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.InformationSystem.OperatorValidationValidateOperatorRequest

Namespace: CFX.InformationSystem.OperatorValidation
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ValidateOperatorRequest : CFXMessage

The ValidateOperatorRequest type exposes the following members.

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