Метод | Описание | |
---|---|---|
GetConfiguredValues ( ConfigurationValue>.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
|
public static GetConfiguredValues ( ConfigurationValue>.Dictionary |
||
configurationValues | ConfigurationValue>.Dictionary | The configuration values. |
Результат | string>.Dictionary |
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) |
Результат | IFieldType |