WebApiModulesAdministratorCustomFieldCustomField constructor
const
WebApiModulesAdministratorCustomFieldCustomField({
- String? customFieldId,
- String? moduleName,
- String? fieldName,
- String? customTableName,
- String? customFieldName,
- String? fieldType,
- String? controlType,
- int? stringLength,
- int? floatDecimalDigits,
- String? validationModule,
- String? validationFieldId,
- String? validationFieldName,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesAdministratorCustomFieldCustomField({
this.customFieldId,
this.moduleName,
this.fieldName,
this.customTableName,
this.customFieldName,
this.fieldType,
this.controlType,
this.stringLength,
this.floatDecimalDigits,
this.validationModule,
this.validationFieldId,
this.validationFieldName,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});