Table of Contents

Class TGroupPermission

Namespace
InSite.Application.Contacts.Read
Assembly
Shift.Sdk.dll
public class TGroupPermission
Inheritance
TGroupPermission
Inherited Members
Extension Methods

Constructors

TGroupPermission()

public TGroupPermission()

Properties

AllowAdministrate

public bool AllowAdministrate { get; set; }

Property Value

bool

AllowConfigure

public bool AllowConfigure { get; set; }

Property Value

bool

AllowCreate

public bool AllowCreate { get; set; }

Property Value

bool

AllowDelete

public bool AllowDelete { get; set; }

Property Value

bool

AllowExecute

public bool AllowExecute { get; set; }

Property Value

bool

AllowRead

public bool AllowRead { get; set; }

Property Value

bool

AllowTrialAccess

public bool AllowTrialAccess { get; set; }

Property Value

bool

AllowWrite

public bool AllowWrite { get; set; }

Property Value

bool

Group

public virtual QGroup Group { get; set; }

Property Value

QGroup

GroupIdentifier

public Guid GroupIdentifier { get; set; }

Property Value

Guid

ObjectIdentifier

public Guid ObjectIdentifier { get; set; }

Property Value

Guid

ObjectType

public string ObjectType { get; set; }

Property Value

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

PermissionGranted

public DateTimeOffset? PermissionGranted { get; set; }

Property Value

DateTimeOffset?

PermissionGrantedBy

public Guid? PermissionGrantedBy { get; set; }

Property Value

Guid?

PermissionIdentifier

public Guid PermissionIdentifier { get; set; }

Property Value

Guid

PermissionMask

public int PermissionMask { get; set; }

Property Value

int