KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Client.ORM.UserDescription Class Reference

The short public user description More...

Inheritance diagram for KlusterKite.NodeManager.Client.ORM.UserDescription:
KlusterKite.Security.Attributes.IUser KlusterKite.NodeManager.Client.ORM.User

Properties

DateTimeOffset ActiveTill [get, set]
 Gets or sets a date, till which user is active. After this date the user will be blocked. Null for unlimited work. More...
 
DateTimeOffset BlockedTill [get, set]
 Gets or sets a date, till which user is temporary blocked. After this date the user will be blocked. Null for unlimited work. More...
 
bool IsBlocked [get, set]
 Gets or sets a value indicating whether current user is currently manually blocked More...
 
bool IsDeleted [get, set]
 Gets or sets a value indicating whether current user is currently manually blocked More...
 
string Login [get, set]
 Gets or sets the user login More...
 
- Properties inherited from KlusterKite.Security.Attributes.IUser
string UserId [get]
 Gets the string representation of the user id (login or other representation) More...
 

Detailed Description

The short public user description

Definition at line 23 of file UserDescription.cs.

Property Documentation

◆ ActiveTill

DateTimeOffset KlusterKite.NodeManager.Client.ORM.UserDescription.ActiveTill
getset

Gets or sets a date, till which user is active. After this date the user will be blocked. Null for unlimited work.

Definition at line 30 of file UserDescription.cs.

◆ BlockedTill

DateTimeOffset KlusterKite.NodeManager.Client.ORM.UserDescription.BlockedTill
getset

Gets or sets a date, till which user is temporary blocked. After this date the user will be blocked. Null for unlimited work.

Definition at line 37 of file UserDescription.cs.

◆ IsBlocked

bool KlusterKite.NodeManager.Client.ORM.UserDescription.IsBlocked
getset

Gets or sets a value indicating whether current user is currently manually blocked

Definition at line 44 of file UserDescription.cs.

◆ IsDeleted

bool KlusterKite.NodeManager.Client.ORM.UserDescription.IsDeleted
getset

Gets or sets a value indicating whether current user is currently manually blocked

Definition at line 51 of file UserDescription.cs.

◆ Login

string KlusterKite.NodeManager.Client.ORM.UserDescription.Login
getset

Gets or sets the user login

Definition at line 58 of file UserDescription.cs.


The documentation for this class was generated from the following file: