C# Класс Rock.Attribute.WorkflowTextOrAttributeAttribute

Наследование: FieldAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

WorkflowTextOrAttributeAttribute() публичный Метод

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.
Результат System

WorkflowTextOrAttributeAttribute() публичный Метод

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.
Результат System