C# 클래스 Rock.Attribute.BooleanFieldAttribute

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

공개 메소드들

메소드 설명
BooleanFieldAttribute ( string name, string description = "", bool defaultValue = false, string category = "", int order, string key = null ) : System

Initializes a new instance of the BooleanFieldAttribute class.

BooleanFieldAttribute ( string name, string trueText, string falseText, string description = "", bool defaultValue = false, string category = "", int order, string key = null ) : System

Initializes a new instance of the BooleanFieldAttribute class.

메소드 상세

BooleanFieldAttribute() 공개 메소드

Initializes a new instance of the BooleanFieldAttribute class.
public BooleanFieldAttribute ( string name, string description = "", bool defaultValue = false, string category = "", int order, string key = null ) : System
name string The name.
description string The description.
defaultValue bool if set to true [default value].
category string The category.
order int The order.
key string The key. (null means derive from name)
리턴 System

BooleanFieldAttribute() 공개 메소드

Initializes a new instance of the BooleanFieldAttribute class.
public BooleanFieldAttribute ( string name, string trueText, string falseText, string description = "", bool defaultValue = false, string category = "", int order, string key = null ) : System
name string The name.
trueText string The true text.
falseText string The false text.
description string The description.
defaultValue bool if set to true [default value].
category string The category.
order int The order.
key string The key.
리턴 System