src/core/user-profile/user-profile.service.ts
Methods |
Accessors |
constructor(initialValues: T, profileType: string, profileName: string, profileKey: string)
|
Public hasValue | ||||
hasValue(key)
|
||||
Indicates if this user profile contains a value for the given key
Parameters :
Returns :
boolean
boolean |
Public setValue | ||||||
setValue(key, value)
|
||||||
Updates a value of the user's profile locally
Parameters :
Returns :
void
|
Public toObject |
toObject()
|
A simple object representation of this User Profile
Returns :
T
T |
userProfleKey |
getuserProfleKey()
|
The User Profile Key
Returns :
string
|
userProfileType |
getuserProfileType()
|
The User Profile Type
Returns :
SmartUserProfileType | string
|
userProfileName |
getuserProfileName()
|
The User Profile name
Returns :
string
|