Interface ISimplePrincipal
public interface ISimplePrincipal
- Extension Methods
Properties
IsAdministrator
bool IsAdministrator { get; }
Property Value
IsDeveloper
bool IsDeveloper { get; }
Property Value
IsOperator
bool IsOperator { get; }
Property Value
OrganizationId
Guid? OrganizationId { get; }
Property Value
- Guid?
RoleIds
Guid[] RoleIds { get; }
Property Value
- Guid[]
UserId
Guid? UserId { get; }
Property Value
- Guid?