Click or drag to resize

MaterialsUninstalled Class

Sent by a process endpoint when one or more materials (see note) are removed from a production unit. This message is typically sent at the completion of a production unit or group of units at the endpoint, or, at the end of each stage.
{
  "TransactionId": "8d152f92-425d-4b5e-8c8a-da6a00f93c1b",
  "UninstalledMaterials": [
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 1,
      "QuantityUninstalled": 3.0,
      "Reason": "DefectiveMaterial",
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": [
        {
          "ReferenceDesignator": "R1",
          "InstallationTime": "2018-10-10T08:34:40.1054186-04:00"
        },
        {
          "ReferenceDesignator": "R2",
          "InstallationTime": "2018-10-10T08:34:40.1054186-04:00"
        },
        {
          "ReferenceDesignator": "R3",
          "InstallationTime": "2018-10-10T08:34:40.1054186-04:00"
        }
      ]
    },
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 2,
      "QuantityUninstalled": 3.0,
      "Reason": "DefectiveMaterial",
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": [
        {
          "ReferenceDesignator": "R1",
          "InstallationTime": "2018-10-10T08:34:40.1054186-04:00"
        },
        {
          "ReferenceDesignator": "R2",
          "InstallationTime": "2018-10-10T08:34:40.1054186-04:00"
        },
        {
          "ReferenceDesignator": "R3",
          "InstallationTime": "2018-10-10T08:34:40.1054186-04:00"
        }
      ]
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.AssemblyMaterialsUninstalled

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

The MaterialsUninstalled type exposes the following members.

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