Class SearchUserConnections
public class SearchUserConnections : Query<IEnumerable<UserConnectionMatch>>, IQuery<IEnumerable<UserConnectionMatch>>, IUserConnectionCriteria
- Inheritance
-
SearchUserConnections
- Implements
- Inherited Members
- Extension Methods
Constructors
SearchUserConnections()
public SearchUserConnections()
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?