projects/m2-core/src/lib/model/users/Account.ts
| Public askAPasswordChangeOnNextLogIn |
Type : boolean
|
| Public Optional askAPasswordChangeOnNextLogInFormatted |
Type : string
|
| Public Optional checked |
Type : boolean
|
| Public dateCreated |
Type : number
|
| Public Optional dateCreatedFormatted |
Type : string
|
| Public email |
Type : string
|
| Public Optional fio |
Type : string
|
| Public firstName |
Type : string
|
| Public groups |
Type : number[]
|
| Public Optional groupsFormatted |
Type : string
|
| Public Optional hasNonworkingCalendar |
Type : boolean
|
| Public id |
Type : number
|
| Public identitySource |
Type : IdentitySource
|
| Public Optional identitySourceFormatted |
Type : string
|
| Public image |
Type : number
|
| Public Optional imageData |
Type : string
|
| Public ip |
Type : string
|
| Public Optional isActivatedFormatted |
Type : string
|
| Public isDisabled |
Type : boolean
|
| Public Optional isDisabledFormatted |
Type : string
|
| Public isLoggedIn |
Type : boolean
|
| Public Optional isLoggedInFormatted |
Type : string
|
| Public Optional itemRef |
Type : NavigationParams
|
| Public lastLoginDate |
Type : number
|
| Public Optional lastLoginDateFormatted |
Type : string
|
| Public lastName |
Type : string
|
| Public login |
Type : string
|
| Public middleName |
Type : string
|
| Public notifyOfApplicationStatusChangesByEmail |
Type : boolean
|
| Public Optional notifyOfApplicationStatusChangesByEmailFormatted |
Type : string
|
| Public Optional partiallyApplied |
Type : boolean
|
| Public spamAllowed |
Type : boolean
|
| Public Optional spamAllowedFormatted |
Type : string
|
| Public Optional tip |
Type : string
|
| Public viceLogin |
Type : string
|
| Public webLogonDenied |
Type : boolean
|
| Public Optional webLogonDeniedFormatted |
Type : string
|
| Public Abstract displayName |
Type : string
|
| Public format |
format()
|
|
Returns :
void
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(user: Account, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Navigation
Parameters :
Returns :
NavigationParams
|
| Static isGroup | ||||||
isGroup(subject: SecuritySubject)
|
||||||
|
Parameters :
Returns :
boolean
|
| searchParam | ||||||
getsearchParam()
|
||||||
setsearchParam(value: string)
|
||||||
|
Parameters :
Returns :
void
|
| isActivated | ||||||
getisActivated()
|
||||||
setisActivated(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| displayName | ||||||
getdisplayName()
|
||||||
setdisplayName(value: string)
|
||||||
|
Parameters :
Returns :
void
|