C# 클래스 Rock.Attribute.WorkflowTextOrAttributeAttribute

상속: FieldAttribute
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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