FwStandardModulesAdministratorAlertAlertLogic constructor
FwStandardModulesAdministratorAlertAlertLogic({
- String? alertId,
- String? alertName,
- String? moduleName,
- bool? actionNew,
- bool? actionEdit,
- bool? actionDelete,
- String? alertSubject,
- String? alertBody,
- bool? inactive,
- List<
FwStandardModulesAdministratorAlertAlertCondition> ? alertConditionList, - String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
FwStandardModulesAdministratorAlertAlertLogic({
this.alertId,
this.alertName,
this.moduleName,
this.actionNew,
this.actionEdit,
this.actionDelete,
this.alertSubject,
this.alertBody,
this.inactive,
this.alertConditionList,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});