C# 클래스 Rock.Field.ConfigurationValue

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ConfigurationValue ( ) : System

Initializes a new instance of the ConfigurationValue class.

ConfigurationValue ( string value ) : System

Initializes a new instance of the ConfigurationValue class.

ConfigurationValue ( string name, string description, string value ) : System

Initializes a new instance of the ConfigurationValue class.

메소드 상세

ConfigurationValue() 공개 메소드

Initializes a new instance of the ConfigurationValue class.
public ConfigurationValue ( ) : System
리턴 System

ConfigurationValue() 공개 메소드

Initializes a new instance of the ConfigurationValue class.
public ConfigurationValue ( string value ) : System
value string The value.
리턴 System

ConfigurationValue() 공개 메소드

Initializes a new instance of the ConfigurationValue class.
public ConfigurationValue ( string name, string description, string value ) : System
name string The name (used as the heading label when rendering markup).
description string The description.
value string The value.
리턴 System