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
DeleteAllowedScript
Returns a script expression that determins if deleting a record is allowed.
public string DeleteAllowedScript { get; }
Property Value
DeletePrivateAllowed
Returns if deleting private records is allowed.
public bool DeletePrivateAllowed { get; }
Property Value
EditAllowed
Returns if editing all records is allowed.
public bool EditAllowed { get; }
Property Value
EditAllowedScript
Returns a script expression that determins if editing is allowed.
public string EditAllowedScript { get; }
Property Value
EditPrivateAllowed
Returns if editing is allowed for private records.
public bool EditPrivateAllowed { get; }
Property Value
InsertAllowed
Returns if inserting records is allowed.
public bool InsertAllowed { get; }
Property Value
InsertAllowedScript
Returns a script expression that determins if inserting is allowed.
public string InsertAllowedScript { get; }
Property Value
ViewAllowed
Returns if viewing of all records is allowed.
public bool ViewAllowed { get; }
Property Value
ViewConditions
Returns a SQL expression used to filter the allowed visible records.
public string ViewConditions { get; }
Property Value
ViewPrivateAllowed
Returns if viewing of private records is allowed.
public bool ViewPrivateAllowed { get; }