Table of Contents

Class CountUserConnections

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
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

DateTimeOffset?

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?