Interface IUserConnectionCriteria
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public interface IUserConnectionCriteria
- Extension Methods
-
Properties
Connected
DateTimeOffset? Connected { get; set; }
Property Value
- DateTimeOffset?
Filter
QueryFilter Filter { get; set; }
Property Value
- QueryFilter
IsLeader
bool? IsLeader { get; set; }
Property Value
- bool?
IsManager
bool? IsManager { get; set; }
Property Value
- bool?
IsSupervisor
bool? IsSupervisor { get; set; }
Property Value
- bool?
IsValidator
bool? IsValidator { get; set; }
Property Value
- bool?