Click or drag to resize

MaterialsApplied Class

Sent when material is applied to a production unit, such as glue, adhesives, coatings, solder, paste, etc.
{
  "TransactionId": "ce68a27a-af0b-42c2-a4b3-1066196a9f4a",
  "AppliedMaterials": [
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 1,
      "QuantityInstalled": 3.57,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "CarrierLocation": null,
      "InstalledComponents": []
    },
    {
      "UnitIdentifier": "PANEL23423432",
      "UnitPositionNumber": 2,
      "QuantityInstalled": 3.45,
      "Material": {
        "UniqueIdentifier": "MAT4566556456",
        "InternalPartNumber": "IPN47788",
        "Quantity": 887.0
      },
      "CarrierLocation": null,
      "InstalledComponents": []
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Production.ApplicationMaterialsApplied

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

The MaterialsApplied type exposes the following members.

Constructors
 NameDescription
Public methodMaterialsApplied Default constructor.
Top
Properties
 NameDescription
Public propertyAppliedMaterials A list of the specific materials which were applied.
Public propertyTransactionId The id of the work transaction with which this message is associated.
Top
See Also