C# Class Payroll.Infrastructure.RavenDbEmployeeRepository.EmployeeIdConverter

Inheritance: ITypeConverter
Show file Open project: ravendb/docs

Public Methods

Method Description
CanConvertFrom ( Type sourceType ) : bool
ConvertFrom ( string tag, object value, bool allowNull ) : string
ConvertTo ( string value ) : object

Method Details

CanConvertFrom() public method

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

ConvertFrom() public method

public ConvertFrom ( string tag, object value, bool allowNull ) : string
tag string
value object
allowNull bool
return string

ConvertTo() public method

public ConvertTo ( string value ) : object
value string
return object