Click or drag to resize

MaterialsUninstalled Class

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

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": "9ad7e32d-b1ac-4813-b0e4-28d20b9aefba",
  "UninstalledMaterials": [
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 1,
      "QuantityUninstalled": 3.0,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": [
        {
          "ReferenceDesignator": "R1",
          "InstallationTime": "2018-03-29T08:29:20.6413886-04:00"
        },
        {
          "ReferenceDesignator": "R2",
          "InstallationTime": "2018-03-29T08:29:20.6413886-04:00"
        },
        {
          "ReferenceDesignator": "R3",
          "InstallationTime": "2018-03-29T08:29:20.6413886-04:00"
        }
      ]
    },
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 2,
      "QuantityUninstalled": 3.0,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "UninstalledComponents": [
        {
          "ReferenceDesignator": "R1",
          "InstallationTime": "2018-03-29T08:29:20.6413886-04:00"
        },
        {
          "ReferenceDesignator": "R2",
          "InstallationTime": "2018-03-29T08:29:20.6413886-04:00"
        },
        {
          "ReferenceDesignator": "R3",
          "InstallationTime": "2018-03-29T08:29:20.6413886-04:00"
        }
      ]
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.AssemblyMaterialsUninstalled

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

The MaterialsUninstalled type exposes the following members.

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