C# Class Rock.Field.ConfigurationValue

Mostrar archivo Open project: NewSpring/Rock

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ConfigurationValue() public method

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

ConfigurationValue() public method

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

ConfigurationValue() public method

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.
return System