WebApiModulesSettingsPresentationLayerFormPresentationLayerForm constructor
WebApiModulesSettingsPresentationLayerFormPresentationLayerForm({
- String? presentationLayerFormId,
- String? presentationLayerId,
- String? formType,
- String? formTitle,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes,
Implementation
WebApiModulesSettingsPresentationLayerFormPresentationLayerForm({
this.presentationLayerFormId,
this.presentationLayerId,
this.formType,
this.formTitle,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
});