Skip to main content

IUserInfo

Interface representing user information.

Namespace: ControlBee.Interfaces

Extends: INotifyPropertyChanged

Properties

NameTypeDescription
IdintThe unique database ID of the user.
UserIdstringThe login ID of the user.
NamestringThe display name of the user.
LevelintThe access level of the user.
LevelNamestringThe display name for the user's access level.

See Also