C# Class Microsoft.WindowsAzure.CAT.ServiceBusExplorer.ConversionHelper

Mostrar archivo Open project: paolosalvatori/ServiceBusExplorer Class Usage Examples

Public Methods

Method Description
MapCLRTypeToEDMType ( Type type ) : string
MapEDMTypeToCLRType ( string type, string value, bool isNull ) : object
MapStringTypeToCLRType ( string type, object value ) : object

Private Methods

Method Description
ConversionHelper ( ) : System

Method Details

MapCLRTypeToEDMType() public static method

public static MapCLRTypeToEDMType ( Type type ) : string
type System.Type
return string

MapEDMTypeToCLRType() public static method

public static MapEDMTypeToCLRType ( string type, string value, bool isNull ) : object
type string
value string
isNull bool
return object

MapStringTypeToCLRType() public static method

public static MapStringTypeToCLRType ( string type, object value ) : object
type string
value object
return object