C# Class Rock.Data.FieldTypeAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: NewSpring/Rock Class Usage Examples

Public Methods

Method Description
FieldTypeAttribute ( string fieldTypeGuid, string configKey = null, string configValue = null ) : System

Initializes a new instance of the FieldTypeAttribute class.

Method Details

FieldTypeAttribute() public method

Initializes a new instance of the FieldTypeAttribute class.
public FieldTypeAttribute ( string fieldTypeGuid, string configKey = null, string configValue = null ) : System
fieldTypeGuid string The field type unique identifier.
configKey string The configuration key.
configValue string The configuration value.
return System