C# Class Internals.Mapping.DynamicObjectMapperCache

Inheritance: ObjectMapperCache
Mostrar archivo Open project: phatboyg/Internals

Public Methods

Method Description
DynamicObjectMapperCache ( ) : System
GetDictionaryConverter ( Type type ) : DictionaryConverter
GetObjectConverter ( Type type ) : ObjectConverter

Method Details

DynamicObjectMapperCache() public method

public DynamicObjectMapperCache ( ) : System
return System

GetDictionaryConverter() public method

public GetDictionaryConverter ( Type type ) : DictionaryConverter
type System.Type
return DictionaryConverter

GetObjectConverter() public method

public GetObjectConverter ( Type type ) : ObjectConverter
type System.Type
return ObjectConverter