Class repFieldStatePermissions
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class returns the permissions for a field for a specifc state.
public class repFieldStatePermissions
- Inheritance
-
repFieldStatePermissions
- Inherited Members
- Extension Methods
Properties
EditAllowed
Returns if editing is allowed for this field in all records.
public bool EditAllowed { get; }
Property Value
EditAllowedScript
Returns a script expression that determines if editing is allowed.
public string EditAllowedScript { get; }
Property Value
EditPrivateAllowed
Returns if editing is allowed for this field in private records.
public bool EditPrivateAllowed { get; }
Property Value
FilterAllowed
Returns if the user may filter on this field.
public bool FilterAllowed { get; }
Property Value
ViewAllowed
Returns if viewing is allowed for this field in all records.
public bool ViewAllowed { get; }
Property Value
ViewAllowedScript
Returns a script expression that determines if viewing is allowed.
public string ViewAllowedScript { get; }
Property Value
ViewPrivateAllowed
Returns if viewing is allowed for this field in private records.
public bool ViewPrivateAllowed { get; }