C# Class Rock.Attribute.WorkflowTextOrAttributeAttribute

Inheritance: FieldAttribute
Mostrar archivo Open project: NewSpring/Rock

Public Methods

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.

Method Details

WorkflowTextOrAttributeAttribute() public method

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 true [required].
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

WorkflowTextOrAttributeAttribute() public method

Initializes a new instance of the WorkflowAttributeAttribute class.
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 true [required].
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