Click or drag to resize

ValidateOperatorResponse Class

Response to a request that the operator's login was successful or not.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.InformationSystem.OperatorValidationValidateOperatorResponse

Namespace: CFX.InformationSystem.OperatorValidation
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class ValidateOperatorResponse : CFXMessage

The ValidateOperatorResponse type exposes the following members.

Constructors
 NameDescription
Public methodValidateOperatorResponse 
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also