Class WorkflowElementCategoryAttribute
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Determines the category of the workflow element this attribute is bound to.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class WorkflowElementCategoryAttribute : Attribute, _Attribute
- Inheritance
-
WorkflowElementCategoryAttribute
- Implements
- Inherited Members
Constructors
- WorkflowElementCategoryAttribute(ElementCategory)
Initializes a new instance of the WorkflowElementCategoryAttribute class with the specified category.
Fields
- Default
Specifies the default value for the WorkflowElementCategoryAttribute. This field is read-only.
Properties
- Category
Gets the category of the workflow element this attribute is bound to.