WebApiModulesUtilitiesUserProfileUserProfile constructor
const
WebApiModulesUtilitiesUserProfileUserProfile({
- String? webUserId,
- String? userName,
- String? userId,
- String? loginName,
- int? browseDefaultRows,
- int? gridDefaultRows,
- String? applicationTheme,
- String? homeMenuGuid,
- String? homeMenuPath,
- String? languageId,
- String? language,
- int? soundProfileId,
- String? soundProfileName,
- String? favoritesJson,
- int? firstDayOfWeek,
- bool? showUnreservedQuotes,
- bool? mainMenuPinned,
- bool? webAdministrator,
- String? quikActivitySetting,
- String? emailSignature,
- String? newPassword,
- String? oldPassword,
- String? locale,
- String? availabilityPreference,
- bool? availabilityAllWarehouses,
- String? emailApp,
- bool? addRentalWorksUserSignature,
- String? quikSearchMode,
- bool? autoPrintContract,
- bool? showRentalItemsOutOnly,
- 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 WebApiModulesUtilitiesUserProfileUserProfile({
this.webUserId,
this.userName,
this.userId,
this.loginName,
this.browseDefaultRows,
this.gridDefaultRows,
this.applicationTheme,
this.homeMenuGuid,
this.homeMenuPath,
this.languageId,
this.language,
this.soundProfileId,
this.soundProfileName,
this.favoritesJson,
this.firstDayOfWeek,
this.settingsNavigationMenuVisible,
this.reportsNavigationMenuVisible,
this.showUnreservedQuotes,
this.mainMenuPinned,
this.webAdministrator,
this.quikActivitySetting,
this.emailSignature,
this.newPassword,
this.oldPassword,
this.locale,
this.availabilityPreference,
this.availabilityAllWarehouses,
this.emailApp,
this.addRentalWorksUserSignature,
this.quikSearchMode,
this.autoPrintContract,
this.showRentalItemsOutOnly,
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,
});