C# Class Payroll.Infrastructure.RavenDbEmployeeRepository.EmployeeIdConverter

Inheritance: ITypeConverter
Afficher le fichier Open project: ravendb/docs

Méthodes publiques

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

Method Details

CanConvertFrom() public méthode

public CanConvertFrom ( Type sourceType ) : bool
sourceType System.Type
Résultat bool

ConvertFrom() public méthode

public ConvertFrom ( string tag, object value, bool allowNull ) : string
tag string
value object
allowNull bool
Résultat string

ConvertTo() public méthode

public ConvertTo ( string value ) : object
value string
Résultat object