C# Class Rock.Security.SecurityActionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
SecurityActionAttribute ( string action, string description ) : System

Initializes a new instance of the SecurityActionAttribute class.

Method Details

SecurityActionAttribute() public méthode

Initializes a new instance of the SecurityActionAttribute class.
public SecurityActionAttribute ( string action, string description ) : System
action string The action.
description string The description.
Résultat System