WebApiModulesUtilitiesUserProfileUserProfile constructor
WebApiModulesUtilitiesUserProfileUserProfile({
- String? webUserId,
- String? userName,
- String? userId,
- String? loginName,
- int? browseDefaultRows,
- int? gridDefaultRows,
- String? applicationTheme,
- String? homeMenuGuid,
- String? homeMenuPath,
- String? languageId,
- String? language,
- String? successSoundId,
- String? successSound,
- String? successBase64Sound,
- String? errorSoundId,
- String? errorSound,
- String? errorBase64Sound,
- String? notificationSoundId,
- String? notificationSound,
- String? notificationBase64Sound,
- String? favoritesJson,
- int? firstDayOfWeek,
- bool? mainMenuPinned,
- bool? webAdministrator,
- String? quikActivitySetting,
- String? emailSignature,
- String? newPassword,
- String? oldPassword,
- String? locale,
- String? availabilityPreference,
- bool? availabilityAllWarehouses,
- String? emailApp,
- bool? addRentalWorksUserSignature,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesUserProfileUserProfile({
this.webUserId,
this.userName,
this.userId,
this.loginName,
this.browseDefaultRows,
this.gridDefaultRows,
this.applicationTheme,
this.homeMenuGuid,
this.homeMenuPath,
this.languageId,
this.language,
this.successSoundId,
this.successSound,
this.successBase64Sound,
this.errorSoundId,
this.errorSound,
this.errorBase64Sound,
this.notificationSoundId,
this.notificationSound,
this.notificationBase64Sound,
this.favoritesJson,
this.firstDayOfWeek,
this.settingsNavigationMenuVisible,
this.reportsNavigationMenuVisible,
this.mainMenuPinned,
this.webAdministrator,
this.quikActivitySetting,
this.emailSignature,
this.newPassword,
this.oldPassword,
this.locale,
this.availabilityPreference,
this.availabilityAllWarehouses,
this.emailApp,
this.addRentalWorksUserSignature,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});