C# 클래스 Rock.Attribute.ValueListFieldAttribute

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

공개 메소드들

메소드 설명
ValueListFieldAttribute ( string name = "", string description = "", bool required = true, string defaultValue = "", string valuePrompt = "", string definedTypeGuid = "", string customValues = "", string category = "", int order, string key = null ) : System

Initializes a new instance of the DefinedValueFieldAttribute class.

비공개 메소드들

메소드 설명
ValueListFieldAttribute ( string name = "", string description = "", bool required = true, string defaultValue = "", string valuePrompt = "", string definedTypeGuid = "", string customValues = "", string category = "", int order, string key = null, string fieldTypeClass = null ) : System

Initializes a new instance of the ValueListFieldAttribute class.

메소드 상세

ValueListFieldAttribute() 공개 메소드

Initializes a new instance of the DefinedValueFieldAttribute class.
public ValueListFieldAttribute ( string name = "", string description = "", bool required = true, string defaultValue = "", string valuePrompt = "", string definedTypeGuid = "", string customValues = "", string category = "", int order, string key = null ) : System
name string The name.
description string The description.
required bool if set to true [required].
defaultValue string The default value.
valuePrompt string The text to display as a prompt in the label textbox.
definedTypeGuid string An Optional Defined Type Guid to select values from, otherwise values will be free-form text fields..
customValues string Optional list of options to use for the values. Format is either 'value1,value2,value3,...', or 'value1:text1,value2:text2,value3:text3,...'.
category string The category.
order int The order.
key string The key.
리턴 System