C# Class Paralect.Transitions.AssemblyQualifiedDataTypeRegistry

TODO: Add caching
Inheritance: IDataTypeRegistry
Mostrar archivo Open project: paralect/Paralect.Domain Class Usage Examples

Public Methods

Method Description
GetType ( string typeId ) : Type
GetTypeId ( Type type ) : string

Method Details

GetType() public method

public GetType ( string typeId ) : Type
typeId string
return System.Type

GetTypeId() public method

public GetTypeId ( Type type ) : string
type System.Type
return string