C# Класс Revenj.DatabasePersistence.Postgres.PostgresObjectFactory

Наследование: IPostgresConverterRepository, IPostgresConverterFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CustomizeName() публичный Метод

public CustomizeName ( Type type, string property, string name ) : void
type System.Type
property string
name string
Результат void

GetInstanceFactory() публичный Метод

public GetInstanceFactory ( Type type ) : Func
type System.Type
Результат Func

GetName() публичный Метод

public GetName ( MemberInfo property ) : string
property MemberInfo
Результат string

GetSerializationFactory() публичный Метод

public GetSerializationFactory ( Type type ) : string>.Func
type System.Type
Результат string>.Func

RegisterConverter() публичный Метод

public RegisterConverter ( Type type, IPostgresTypeConverter converter ) : void
type System.Type
converter IPostgresTypeConverter
Результат void