C# Класс SharpArchitecture.MultiTenant.Framework.NHibernate.MultiTenantSessionFactoryKeyProvider

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

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

Метод Описание
GetKey ( ) : string
GetKeyFrom ( object anObject ) : string
IsRepositoryForMultiTenantEntity ( Type type ) : bool
MultiTenantSessionFactoryKeyProvider ( ITenantContext tenantContext ) : System

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

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

public GetKey ( ) : string
Результат string

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

public GetKeyFrom ( object anObject ) : string
anObject object
Результат string

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

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

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

public MultiTenantSessionFactoryKeyProvider ( ITenantContext tenantContext ) : System
tenantContext ITenantContext
Результат System