Skip to main content

Class TableRight

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

Inheritance

objectTableRight

Inherited Members

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

Constructors

TableRight()

Default constructor - defaults any enum props to 0.

Properties

Mask

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

Property Value

ETableRight?

See Also

TableRight.Mask_String

Mask_String

Returns the bitflag of permissions. Raw string enum value.

Property Value

string

See Also

TableRight.Mask

Reason

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

Property Value

string