Click or drag to resize

BlockMaterialsResponse Class

Response to a request block one or more instances of material from use in production
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  },
  "MaterialsPackagesNotBlocked": []
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementBlockMaterialsResponse

Namespace: CFX.Materials.Management
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class BlockMaterialsResponse : CFXMessage

The BlockMaterialsResponse type exposes the following members.

Constructors
 NameDescription
Public methodBlockMaterialsResponse Default Constructor
Top
Properties
 NameDescription
Public propertyMaterialsPackagesNotBlocked In the case that some of the material packages identified in the request could not be blocked, the Result property will be set to PartialSuccess, and this property will contain a list of the identifiers that could not be blocked.
Public propertyResult The result of the request
Top
See Also