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, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsPresentationLayerFormPresentationLayerForm({
this.presentationLayerFormId,
this.presentationLayerId,
this.formType,
this.formTitle,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});