Click or drag to resize

BlockMaterialsRequest Class

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

A request to block one or more particular lots or instances of material from use in production.
{
  "Locations": [
    {
      "LocationIdentifier": "23143433",
      "LocationName": "SLOT45",
      "MaterialPackage": null,
      "CarrierInformation": null
    },
    {
      "LocationIdentifier": "23143454",
      "LocationName": "SLOT46",
      "MaterialPackage": null,
      "CarrierInformation": null
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementBlockMaterialsRequest

Namespace:  CFX.Materials.Management
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class BlockMaterialsRequest : CFXMessage

The BlockMaterialsRequest type exposes the following members.

Properties
  NameDescription
Public propertyBlocker
The person responsible for initiating this block
Public propertyComments
Human readable comments describing the nature of the block (optional)
Public propertyMaterialPackageIdentifiers
A list of the unique identifiers of the material packages to be blocked
Public propertyReason
An enumeration describing the reason for the block
Top
See Also