WebApiModulesHomeControlsInventoryCompatibleInventoryCompatible constructor
WebApiModulesHomeControlsInventoryCompatibleInventoryCompatible({
- String? inventoryCompatibleId,
- String? inventoryId,
- String? iCode,
- String? description,
- String? compatibleWithInventoryId,
- String? compatibleWithICode,
- String? compatibleWithDescription,
- String? compatibleWithClassification,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInventoryCompatibleInventoryCompatible({
this.inventoryCompatibleId,
this.inventoryId,
this.iCode,
this.description,
this.compatibleWithInventoryId,
this.compatibleWithICode,
this.compatibleWithDescription,
this.compatibleWithClassification,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});