Click or drag to resize

MaterialsUnapplied Class

Sent when material is unapplied or removed from a production unit, as in the case of paste being wiped clean, for example.
{
  "TransactionId": "f5f4d00c-c346-4a5b-a98c-4be22aec2d49",
  "UnappliedMaterials": [
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 1,
      "QuantityUninstalled": 3.55,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": []
    },
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 2,
      "QuantityUninstalled": 3.55,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": []
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.ApplicationMaterialsUnapplied

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

The MaterialsUnapplied type exposes the following members.

Constructors
 NameDescription
Public methodMaterialsUnapplied Default constructor.
Top
Properties
 NameDescription
Public propertyTransactionId The id of the work transaction with which this message is associated.
Public propertyUnappliedMaterials A list of materials which have been uninstalled.
Top
See Also