WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview constructor
WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview({
- String? id,
- String? sessionId,
- String? parentId,
- String? grandParentId,
- String? inventoryId,
- String? warehouseId,
- double? quantity,
- String? note,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsInventorySearchPreviewInventorySearchPreview({
this.id,
this.sessionId,
this.parentId,
this.grandParentId,
this.inventoryId,
this.warehouseId,
this.quantity,
this.note,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});