C# Class Rock.Data.BoundFieldTypeAttribute

Inheritance: System.Attribute
Show file Open project: NewSpring/Rock

Public Methods

Method Description
BoundFieldTypeAttribute ( Type boundFieldType ) : System

Initializes a new instance of the BoundFieldTypeAttribute class.

Method Details

BoundFieldTypeAttribute() public method

Initializes a new instance of the BoundFieldTypeAttribute class.
public BoundFieldTypeAttribute ( Type boundFieldType ) : System
boundFieldType System.Type Type of the bound field.
return System