Class OperationAccessHelper
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class OperationAccessHelper : AccessHelper<OperationAccess>
- Inheritance
-
OperationAccessHelper
- Inherited Members
-
- Extension Methods
-
Constructors
OperationAccessHelper(OperationAccess)
public OperationAccessHelper(OperationAccess value)
Parameters
value OperationAccess
Fields
LegacyDeleteVerbs
public string[] LegacyDeleteVerbs
Field Value
- string[]
LegacyReadVerbs
public string[] LegacyReadVerbs
Field Value
- string[]
LegacyWriteVerbs
public string[] LegacyWriteVerbs
Field Value
- string[]
StandardDeleteVerbs
public string[] StandardDeleteVerbs
Field Value
- string[]
StandardReadVerbs
public string[] StandardReadVerbs
Field Value
- string[]
StandardWriteVerbs
public string[] StandardWriteVerbs
Field Value
- string[]
Properties
Abbreviations
protected override Dictionary<OperationAccess, string> Abbreviations { get; }
Property Value
- Dictionary<OperationAccess, string>
Administrate
public bool Administrate { get; }
Property Value
- bool
public bool Configure { get; }
Property Value
- bool
Create
public bool Create { get; }
Property Value
- bool
Delete
public bool Delete { get; }
Property Value
- bool
EmptyValue
protected override OperationAccess EmptyValue { get; }
Property Value
- OperationAccess
Read
public bool Read { get; }
Property Value
- bool
Write
public bool Write { get; }
Property Value
- bool