C# Class Revenj.DatabasePersistence.Postgres.PostgresObjectFactory

Inheritance: IPostgresConverterRepository, IPostgresConverterFactory
Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Méthode Description
CustomizeName ( Type type, string property, string name ) : void
GetInstanceFactory ( Type type ) : Func
GetName ( MemberInfo property ) : string
GetSerializationFactory ( Type type ) : string>.Func
RegisterConverter ( Type type, IPostgresTypeConverter converter ) : void

Method Details

CustomizeName() public méthode

public CustomizeName ( Type type, string property, string name ) : void
type System.Type
property string
name string
Résultat void

GetInstanceFactory() public méthode

public GetInstanceFactory ( Type type ) : Func
type System.Type
Résultat Func

GetName() public méthode

public GetName ( MemberInfo property ) : string
property MemberInfo
Résultat string

GetSerializationFactory() public méthode

public GetSerializationFactory ( Type type ) : string>.Func
type System.Type
Résultat string>.Func

RegisterConverter() public méthode

public RegisterConverter ( Type type, IPostgresTypeConverter converter ) : void
type System.Type
converter IPostgresTypeConverter
Résultat void