Show / Hide Table of Contents

Class AccessRight

Encapsulates a SAF System Object data.

Inheritance
System.Object
AccessRight
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Security
Assembly: Sartorius.SAF.dll
Syntax
[Serializable]
public class AccessRight

Constructors

View Source

AccessRight()

Create a new instance of AccessRight class.

Declaration
public AccessRight()
View Source

AccessRight(Int32)

Creates a new instance of AccessRight class.

Declaration
public AccessRight(int value)
Parameters
Type Name Description
System.Int32 value

The acces rights value.

Properties

View Source

PermissionDefinition

The AccessRight belongs to this definition.

Declaration
public PermissionDefinition PermissionDefinition { get; set; }
Property Value
Type Description
PermissionDefinition
View Source

Value

Getsthe access rights value

Declaration
public int Value { get; }
Property Value
Type Description
System.Int32

Extension Methods

AccessRightExtensions.CanAdd(AccessRight)
AccessRightExtensions.CanAddValue(AccessRight)
AccessRightExtensions.CanDelete(AccessRight)
AccessRightExtensions.CanDeleteValue(AccessRight)
AccessRightExtensions.CanEdit(AccessRight)
AccessRightExtensions.CanEditValue(AccessRight)
AccessRightExtensions.CanRead(AccessRight)
CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX