Table of Contents

Interface ISimplePrincipal

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface ISimplePrincipal
Extension Methods

Properties

IsAdministrator

bool IsAdministrator { get; }

Property Value

bool

IsDeveloper

bool IsDeveloper { get; }

Property Value

bool

IsOperator

bool IsOperator { get; }

Property Value

bool

OrganizationId

Guid? OrganizationId { get; }

Property Value

Guid?

RoleIds

Guid[] RoleIds { get; }

Property Value

Guid[]

UserId

Guid? UserId { get; }

Property Value

Guid?