Table of Contents

Class repTablePermissions

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the group/state specific table permissions.

public class repTablePermissions
Inheritance
repTablePermissions
Inherited Members
Extension Methods

Properties

DeleteAllowed

Returns if deleting all records is allowed.

public bool DeleteAllowed { get; }

Property Value

bool

DeleteAllowedScript

Returns a script expression that determins if deleting a record is allowed.

public string DeleteAllowedScript { get; }

Property Value

string

DeletePrivateAllowed

Returns if deleting private records is allowed.

public bool DeletePrivateAllowed { get; }

Property Value

bool

EditAllowed

Returns if editing all records is allowed.

public bool EditAllowed { get; }

Property Value

bool

EditAllowedScript

Returns a script expression that determins if editing is allowed.

public string EditAllowedScript { get; }

Property Value

string

EditPrivateAllowed

Returns if editing is allowed for private records.

public bool EditPrivateAllowed { get; }

Property Value

bool

InsertAllowed

Returns if inserting records is allowed.

public bool InsertAllowed { get; }

Property Value

bool

InsertAllowedScript

Returns a script expression that determins if inserting is allowed.

public string InsertAllowedScript { get; }

Property Value

string

ViewAllowed

Returns if viewing of all records is allowed.

public bool ViewAllowed { get; }

Property Value

bool

ViewConditions

Returns a SQL expression used to filter the allowed visible records.

public string ViewConditions { get; }

Property Value

string

ViewPrivateAllowed

Returns if viewing of private records is allowed.

public bool ViewPrivateAllowed { get; }

Property Value

bool