C# Class Rock.Workflow.ActionCategoryAttribute

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ActionCategoryAttribute class.
public ActionCategoryAttribute ( ) : System
Résultat System

ActionCategoryAttribute() public méthode

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