C# 클래스 Rock.Field.Helper

Helper class for use with IFieldType classes
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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