Click or drag to resize

UnblockMaterialLocationsResponse Class

Response to UnblockMaterialLocationsRequest
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "BLOCKED OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionUnblockMaterialLocationsResponse

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

The UnblockMaterialLocationsResponse type exposes the following members.

Constructors
 NameDescription
Public methodUnblockMaterialLocationsResponse Default constructor
Top
Properties
 NameDescription
Public propertyResult The result of the request
Top
See Also