IUserInfo
Interface representing user information.
Namespace: ControlBee.Interfaces
Extends: INotifyPropertyChanged
Properties
| Name | Type | Description |
|---|---|---|
Id | int | The unique database ID of the user. |
UserId | string | The login ID of the user. |
Name | string | The display name of the user. |
Level | int | The access level of the user. |
LevelName | string | The display name for the user's access level. |