C# Class Rock.Workflow.ActionCategoryAttribute

Inheritance: System.Attribute
Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
ActionCategoryAttribute ( ) : System

Initializes a new instance of the ActionCategoryAttribute class.

ActionCategoryAttribute ( string categoryName ) : System

Initializes a new instance of the ActionCategoryAttribute class.

Method Details

ActionCategoryAttribute() public method

Initializes a new instance of the ActionCategoryAttribute class.
public ActionCategoryAttribute ( ) : System
return System

ActionCategoryAttribute() public method

Initializes a new instance of the ActionCategoryAttribute class.
public ActionCategoryAttribute ( string categoryName ) : System
categoryName string Name of the category.
return System