Click or drag to resize

MaterialsRestored Class

Sent when one or more MSD material packages have been reconditioned, and restored for use in production
{
  "Materials": [
    {
      "UniqueIdentifier": "MAT4566556456",
      "InternalPartNumber": "IPN47788",
      "Manufacturer": "MOTOROLA",
      "ManufacturerPartNumber": "MOT231234",
      "Vendor": "Digikey",
      "VendorPartNumber": "DIG23452442",
      "ManufacturerLotCode": "LOT2016110588",
      "Created": "2018-09-28T12:47:59.1991055-04:00",
      "ManufactureDate": "2016-11-05T00:00:00",
      "ReceivedDate": "2017-05-06T00:00:00",
      "Units": null,
      "InitialQuantity": 1000.0,
      "Quantity": 887.0,
      "Status": "Active",
      "HazardousMaterialType": "RoHS",
      "MaterialData": {
        "$type": "CFX.Structures.MaterialPackageMSDData, CFX",
        "ExpirationDateTime": "2018-10-04T12:48:00.238139-04:00",
        "OriginalExposureDateTime": "2017-05-01T08:22:12",
        "LastExposureDateTime": "2018-09-28T12:48:00.238139-04:00",
        "RemainingExposureTime": "6.00:00:00",
        "MSDLevel": "MSL3",
        "MSDState": "Exposed"
      }
    },
    {
      "UniqueIdentifier": "MAT4566553421",
      "InternalPartNumber": "IPN45577",
      "Manufacturer": "FUJITSU",
      "ManufacturerPartNumber": "FJJT234243",
      "Vendor": "Digikey",
      "VendorPartNumber": "DIG543534537",
      "ManufacturerLotCode": "LOT2017080355",
      "Created": "2018-09-28T12:47:59.1991055-04:00",
      "ManufactureDate": "2017-08-03T00:00:00",
      "ReceivedDate": "2017-09-10T00:00:00",
      "Units": null,
      "InitialQuantity": 500.0,
      "Quantity": 151.0,
      "Status": "Active",
      "HazardousMaterialType": "NotHazardous",
      "MaterialData": {
        "$type": "CFX.Structures.MaterialPackageMSDData, CFX",
        "ExpirationDateTime": "2018-10-04T12:48:00.238139-04:00",
        "OriginalExposureDateTime": "2017-05-01T08:22:12",
        "LastExposureDateTime": "2018-09-28T12:48:00.238139-04:00",
        "RemainingExposureTime": "6.00:00:00",
        "MSDLevel": "MSL2A",
        "MSDState": "Exposed"
      }
    }
  ]
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.Management.MSDManagementMaterialsRestored

Namespace: CFX.Materials.Management.MSDManagement
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class MaterialsRestored : CFXMessage

The MaterialsRestored type exposes the following members.

Constructors
 NameDescription
Public methodMaterialsRestored Default constructor
Top
Properties
 NameDescription
Public propertyMaterials The materials which have been restored
Top
See Also