Class UserConnection
public class UserConnection
- Inheritance
-
UserConnection
- Inherited Members
- Extension Methods
Constructors
UserConnection()
public UserConnection()
Properties
Connected
public DateTimeOffset Connected { get; set; }
Property Value
IsLeader
public bool IsLeader { get; set; }
Property Value
IsManager
public bool IsManager { get; set; }
Property Value
IsSupervisor
public bool IsSupervisor { get; set; }
Property Value
IsValidator
public bool IsValidator { get; set; }
Property Value
ToUser
public Guid ToUser { get; set; }