Skip to main content

Class FieldRight

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FieldRight. Wraps a field right together with an explanatory reason.

Inheritance

objectFieldRight

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FieldRight()

Default constructor - defaults any enum props to 0.

Properties

Mask

Returns the bitflag of permissions. NULL if unknown enum value.

Property Value

EFieldRight?

See Also

FieldRight.Mask_String

Mask_String

Returns the bitflag of permissions. Raw string enum value.

Property Value

string

See Also

FieldRight.Mask

Reason

Contains a string that explains why the right is not available. The reason is blank if HasAll is true.

Property Value

string