C# Class XSpect.MetaTweet.Objects.RavenStorageObjectIdConverter

Inheritance: ITypeConverter
Show file Open project: takeshik/metatweet-old

Public Methods

Method Description
CanConvertFrom ( Type sourceType ) : System.Boolean
ConvertFrom ( Object value ) : String
ConvertFrom ( String tag, Object value, System.Boolean allowNull ) : String
ConvertTo ( String value ) : Object

Method Details

CanConvertFrom() public method

public CanConvertFrom ( Type sourceType ) : System.Boolean
sourceType System.Type
return System.Boolean

ConvertFrom() public method

public ConvertFrom ( Object value ) : String
value Object
return String

ConvertFrom() public method

public ConvertFrom ( String tag, Object value, System.Boolean allowNull ) : String
tag String
value Object
allowNull System.Boolean
return String

ConvertTo() public method

public ConvertTo ( String value ) : Object
value String
return Object