Table of Contents

Class CollectPermissions

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CollectPermissions : Query<IEnumerable<PermissionModel>>, IQuery<IEnumerable<PermissionModel>>, IPermissionCriteria
Inheritance
CollectPermissions
Implements
Inherited Members
Extension Methods

Constructors

CollectPermissions()

public CollectPermissions()

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?

GroupIdentifier

public Guid? GroupIdentifier { get; set; }

Property Value

Guid?

GroupName

public string GroupName { get; set; }

Property Value

string

ObjectIdentifier

public Guid? ObjectIdentifier { get; set; }

Property Value

Guid?

ObjectName

public string ObjectName { get; set; }

Property Value

string

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?

PermissionMask

public int? PermissionMask { get; set; }

Property Value

int?