Table of Contents

Class RoleSummary

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

Constructors

RoleSummary()

public RoleSummary()

Properties

GroupIdentifier

public Guid GroupIdentifier { get; set; }

Property Value

Guid

GroupName

public string GroupName { get; set; }

Property Value

string

GroupTenantCode

public string GroupTenantCode { get; set; }

Property Value

string

GroupTenantIdentifier

public Guid GroupTenantIdentifier { get; set; }

Property Value

Guid

GroupTenantName

public string GroupTenantName { get; set; }

Property Value

string

GroupTenantTitle

public string GroupTenantTitle { get; set; }

Property Value

string

GroupType

public string GroupType { get; set; }

Property Value

string

RoleAssigned

public DateTimeOffset RoleAssigned { get; set; }

Property Value

DateTimeOffset

RoleName

public string RoleName { get; set; }

Property Value

string

UserEmail

public string UserEmail { get; set; }

Property Value

string

UserFirstName

public string UserFirstName { get; set; }

Property Value

string

UserFullName

public string UserFullName { get; set; }

Property Value

string

UserHasPassword

public int UserHasPassword { get; set; }

Property Value

int

UserIdentifier

public Guid UserIdentifier { get; set; }

Property Value

Guid

UserIsArchived

public bool? UserIsArchived { get; set; }

Property Value

bool?

UserLastName

public string UserLastName { get; set; }

Property Value

string