C# Class Rock.Web.UI.Controls.BoolField

Inheritance: RockBoundField
Show file Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
BoolField ( ) : System

Initializes a new instance of the BoolField class.

Protected Methods

Method Description
FormatDataValue ( object dataValue, bool encode ) : string

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.

Method Details

BoolField() public method

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

FormatDataValue() protected method

Formats the specified field value for a cell in the T:System.Web.UI.WebControls.BoundField object.
protected FormatDataValue ( object dataValue, bool encode ) : string
dataValue object The field value to format.
encode bool true to encode the value; otherwise, false.
return string