Table of Contents

Class UserConnected

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class UserConnected : Change, IChange
Inheritance
UserConnected
Implements
Inherited Members
Extension Methods

Constructors

UserConnected(Guid, bool, bool, bool, bool, DateTimeOffset)

public UserConnected(Guid toUserId, bool isLeader, bool isManager, bool isSupervisor, bool isValidator, DateTimeOffset connected)

Parameters

toUserId Guid
isLeader bool
isManager bool
isSupervisor bool
isValidator bool
connected DateTimeOffset

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

ToUserId

public Guid ToUserId { get; set; }

Property Value

Guid