WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview constructor
const
WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview({
- int? id,
- String? sessionId,
- String? parentId,
- String? grandParentId,
- String? inventoryId,
- String? warehouseId,
- double? quantity,
- String? note,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview({
this.id,
this.sessionId,
this.parentId,
this.grandParentId,
this.inventoryId,
this.warehouseId,
this.quantity,
this.note,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});