Class CountUserConnections
public class CountUserConnections : Query<int>, IQuery<int>, IUserConnectionCriteria
- Inheritance
-
CountUserConnections
- Implements
- Inherited Members
- Extension Methods
Constructors
CountUserConnections()
public CountUserConnections()
Properties
Connected
public DateTimeOffset? Connected { get; set; }
Property Value
IsLeader
public bool? IsLeader { get; set; }
Property Value
- bool?
IsManager
public bool? IsManager { get; set; }
Property Value
- bool?
IsSupervisor
public bool? IsSupervisor { get; set; }
Property Value
- bool?
IsValidator
public bool? IsValidator { get; set; }
Property Value
- bool?