Table of Contents

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

bool

EditAllowedScript

Returns a script expression that determines if editing is allowed.

public string EditAllowedScript { get; }

Property Value

string

EditPrivateAllowed

Returns if editing is allowed for this field in private records.

public bool EditPrivateAllowed { get; }

Property Value

bool

FilterAllowed

Returns if the user may filter on this field.

public bool FilterAllowed { get; }

Property Value

bool

ViewAllowed

Returns if viewing is allowed for this field in all records.

public bool ViewAllowed { get; }

Property Value

bool

ViewAllowedScript

Returns a script expression that determines if viewing is allowed.

public string ViewAllowedScript { get; }

Property Value

string

ViewPrivateAllowed

Returns if viewing is allowed for this field in private records.

public bool ViewPrivateAllowed { get; }

Property Value

bool