Class ItemRight
Abstract parent class - introduces the concept "IsActive" which is used by both FunctionRight and FieldRight
Inherited Members
Namespace: SuperOffice.CRM.Security
Assembly: SoCore.dll
Syntax
public abstract class ItemRight : GenericRight
Constructors
ItemRight()
Abstract parent class - introduces the concept "IsActive" which is used by both FunctionRight and FieldRight
Declaration
protected ItemRight()
Properties
IsActive
Generic value. Exact meaning depends on the sub-class used.
Declaration
public abstract bool IsActive { get; }
Property Value
Type | Description |
---|---|
bool |