Show / Hide Table of Contents

Class ItemRight

Abstract parent class - introduces the concept "IsActive" which is used by both FunctionRight and FieldRight

Inheritance
object
GenericRight
ItemRight
FieldRight
FunctionRight
Inherited Members
GenericRight._reason
GenericRight.HasAll
GenericRight.HasNone
GenericRight.IgnoreReason
GenericRight.Reason
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top