C# Class Rock.Security.SecurityActionAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method Description
SecurityActionAttribute ( string action, string description ) : System

Initializes a new instance of the SecurityActionAttribute class.

Method Details

SecurityActionAttribute() public method

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