WebApiModulesUtilitiesControlsBrowseActiveViewFieldsBrowseActiveViewFields constructor
WebApiModulesUtilitiesControlsBrowseActiveViewFieldsBrowseActiveViewFields({
- int? id,
- String? webUserId,
- String? officeLocationId,
- String? moduleName,
- String? activeViewFields,
- String? dateStamp,
- String? exportFields,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesControlsBrowseActiveViewFieldsBrowseActiveViewFields({
this.id,
this.webUserId,
this.officeLocationId,
this.moduleName,
this.activeViewFields,
this.dateStamp,
this.exportFields,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});