KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Security.Attributes.PrivilegeDescriptionAttribute Class Reference

Describes privilege More...

Inheritance diagram for KlusterKite.Security.Attributes.PrivilegeDescriptionAttribute:

Public Member Functions

 PrivilegeDescriptionAttribute (string description, params string[] actions)
 Initializes a new instance of the PrivilegeDescriptionAttribute class. More...
 

Properties

string Description [get]
 Gets the description of the privilege More...
 
EnPrivilegeTarget Target [get, set]
 Gets or sets the target to grant privilege to More...
 
string [] Actions [get, set]
 Gets or sets the possible actions extensions More...
 

Detailed Description

Describes privilege

Definition at line 17 of file PrivilegeDescriptionAttribute.cs.

Constructor & Destructor Documentation

◆ PrivilegeDescriptionAttribute()

KlusterKite.Security.Attributes.PrivilegeDescriptionAttribute.PrivilegeDescriptionAttribute ( string  description,
params string []  actions 
)

Initializes a new instance of the PrivilegeDescriptionAttribute class.

Parameters
descriptionthe description of the privilege
actionsThe possible actions extensions

Definition at line 28 of file PrivilegeDescriptionAttribute.cs.

Property Documentation

◆ Actions

string [] KlusterKite.Security.Attributes.PrivilegeDescriptionAttribute.Actions
getset

Gets or sets the possible actions extensions

Definition at line 47 of file PrivilegeDescriptionAttribute.cs.

◆ Description

string KlusterKite.Security.Attributes.PrivilegeDescriptionAttribute.Description
get

Gets the description of the privilege

Definition at line 37 of file PrivilegeDescriptionAttribute.cs.

◆ Target

EnPrivilegeTarget KlusterKite.Security.Attributes.PrivilegeDescriptionAttribute.Target
getset

Gets or sets the target to grant privilege to

Definition at line 42 of file PrivilegeDescriptionAttribute.cs.


The documentation for this class was generated from the following file: