WebApiModulesAdministratorCustomFieldCustomField constructor
WebApiModulesAdministratorCustomFieldCustomField({
- String? customFieldId,
- String? moduleName,
- String? fieldName,
- String? customTableName,
- String? customFieldName,
- String? fieldType,
- String? controlType,
- int? stringLength,
- int? floatDecimalDigits,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesAdministratorCustomFieldCustomField({
this.customFieldId,
this.moduleName,
this.fieldName,
this.customTableName,
this.customFieldName,
this.fieldType,
this.controlType,
this.stringLength,
this.floatDecimalDigits,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});