C# 클래스 Aqueduct.Configuration.Converter.TypeConverter

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib 1 사용 예제들

공개 메소드들

메소드 설명
ParseType ( string typeName ) : Type
RegisterAlias ( string alias, Type type ) : void
TypeConverter ( ) : System
TypeConverter ( Type>.Dictionary typeAliases ) : System

비공개 메소드들

메소드 설명
AddDefaultAliases ( ) : void
AddGerenicAliases ( ) : void
GetNonGenericType ( string typeName ) : Type
ResolveGenericAliases ( string typeName ) : string
TryGetAliasedType ( string type, Type &aliasType ) : bool

메소드 상세

ParseType() 공개 메소드

public ParseType ( string typeName ) : Type
typeName string
리턴 System.Type

RegisterAlias() 공개 메소드

public RegisterAlias ( string alias, Type type ) : void
alias string
type System.Type
리턴 void

TypeConverter() 공개 메소드

public TypeConverter ( ) : System
리턴 System

TypeConverter() 공개 메소드

public TypeConverter ( Type>.Dictionary typeAliases ) : System
typeAliases Type>.Dictionary
리턴 System