Table of Contents

Class CmdsUserConnection

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class CmdsUserConnection
Inheritance
CmdsUserConnection
Inherited Members

Constructors

CmdsUserConnection()

public CmdsUserConnection()

Properties

CanBeLeader

public bool CanBeLeader { get; set; }

Property Value

bool

CanBeManager

public bool CanBeManager { get; set; }

Property Value

bool

CanBeSupervisor

public bool CanBeSupervisor { get; set; }

Property Value

bool

CanBeValidator

public bool CanBeValidator { get; set; }

Property Value

bool

Email

public string Email { get; set; }

Property Value

string

FullName

public string FullName { get; set; }

Property Value

string

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

Phone

public string Phone { get; set; }

Property Value

string

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid