C# Class Aqueduct.Configuration.Converter.TypeConverter

ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Public Methods

Method Description
ParseType ( string typeName ) : Type
RegisterAlias ( string alias, Type type ) : void
TypeConverter ( ) : System
TypeConverter ( Type>.Dictionary typeAliases ) : System

Private Methods

Method Description
AddDefaultAliases ( ) : void
AddGerenicAliases ( ) : void
GetNonGenericType ( string typeName ) : Type
ResolveGenericAliases ( string typeName ) : string
TryGetAliasedType ( string type, Type &aliasType ) : bool

Method Details

ParseType() public method

public ParseType ( string typeName ) : Type
typeName string
return System.Type

RegisterAlias() public method

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

TypeConverter() public method

public TypeConverter ( ) : System
return System

TypeConverter() public method

public TypeConverter ( Type>.Dictionary typeAliases ) : System
typeAliases Type>.Dictionary
return System