C# Class Rock.Field.Helper

Helper class for use with IFieldType classes
Mostrar archivo Open project: NewSpring/Rock

Public Methods

Method Description
GetConfiguredValues ( ConfigurationValue>.Dictionary configurationValues ) : string>.Dictionary

Gets the values.

InstantiateFieldType ( string assembly, string typeName ) : IFieldType

Instantiates an instance of a specific field type based on the assembly and class name of the field type

Method Details

GetConfiguredValues() public static method

Gets the values.
public static GetConfiguredValues ( ConfigurationValue>.Dictionary configurationValues ) : string>.Dictionary
configurationValues ConfigurationValue>.Dictionary The configuration values.
return string>.Dictionary

InstantiateFieldType() public static method

Instantiates an instance of a specific field type based on the assembly and class name of the field type
public static InstantiateFieldType ( string assembly, string typeName ) : IFieldType
assembly string Assembly Name (i.e. Rock)
typeName string Class Name (i.e. Rock.Field.Types.Text)
return IFieldType