C# Класс Rock.Field.Helper

Helper class for use with IFieldType classes
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetConfiguredValues() публичный статический Метод

Gets the values.
public static GetConfiguredValues ( ConfigurationValue>.Dictionary configurationValues ) : string>.Dictionary
configurationValues ConfigurationValue>.Dictionary The configuration values.
Результат string>.Dictionary

InstantiateFieldType() публичный статический Метод

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)
Результат IFieldType