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 SourceAccessRight()
Create a new instance of AccessRight class.
Declaration
public AccessRight()
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 SourcePermissionDefinition
The AccessRight belongs to this definition.
Declaration
public PermissionDefinition PermissionDefinition { get; set; }
Property Value
Type | Description |
---|---|
PermissionDefinition |
Value
Getsthe access rights value
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |