Method | Description | |
---|---|---|
WorkflowTextOrAttributeAttribute ( string textLabel, string attributeLabel, string description, bool required, string defaultValue, string category, int order, string key, string fieldTypeClassNames ) : System |
Initializes a new instance of the WorkflowAttributeAttribute class.
|
|
WorkflowTextOrAttributeAttribute ( string textLabel, string attributeLabel, string description = "", bool required = true, string defaultValue = "", string category = "", int order, string key = null, string fieldTypeClassNames = null, int rows = 1 ) : System |
Initializes a new instance of the WorkflowAttributeAttribute class.
|
public WorkflowTextOrAttributeAttribute ( string textLabel, string attributeLabel, string description, bool required, string defaultValue, string category, int order, string key, string fieldTypeClassNames ) : System | ||
textLabel | string | The text label. |
attributeLabel | string | The attribute label. |
description | string | The description. |
required | bool | if set to |
defaultValue | string | The default value. |
category | string | The category. |
order | int | The order. |
key | string | The key. |
fieldTypeClassNames | string | The field type class names. |
return | System |
public WorkflowTextOrAttributeAttribute ( string textLabel, string attributeLabel, string description = "", bool required = true, string defaultValue = "", string category = "", int order, string key = null, string fieldTypeClassNames = null, int rows = 1 ) : System | ||
textLabel | string | The text label. |
attributeLabel | string | The attribute label. |
description | string | The description. |
required | bool | if set to |
defaultValue | string | The default value. |
category | string | The category. |
order | int | The order. |
key | string | The key. |
fieldTypeClassNames | string | The field type class names. |
rows | int | The rows. |
return | System |