WebApiModulesHomeControlsInventoryMaterialInventoryMaterial constructor
WebApiModulesHomeControlsInventoryMaterialInventoryMaterial({
- String? inventoryMaterialId,
- String? inventoryId,
- String? materialId,
- String? description,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInventoryMaterialInventoryMaterial({
this.inventoryMaterialId,
this.inventoryId,
this.materialId,
this.description,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});