Table of Contents

Class CollectUserConnections

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectUserConnections : Query<IEnumerable<UserConnectionModel>>, IQuery<IEnumerable<UserConnectionModel>>, IUserConnectionCriteria
Inheritance
CollectUserConnections
Implements
Inherited Members
Extension Methods

Constructors

CollectUserConnections()

public CollectUserConnections()

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?