C# Class SharpArchitecture.MultiTenant.Framework.NHibernate.MultiTenantSessionFactoryKeyProvider

Inheritance: ISessionFactoryKeyProvider
Afficher le fichier Open project: yellowfeather/SharpArchitecture-MultiTenant

Méthodes publiques

Méthode Description
GetKey ( ) : string
GetKeyFrom ( object anObject ) : string
IsRepositoryForMultiTenantEntity ( Type type ) : bool
MultiTenantSessionFactoryKeyProvider ( ITenantContext tenantContext ) : System

Method Details

GetKey() public méthode

public GetKey ( ) : string
Résultat string

GetKeyFrom() public méthode

public GetKeyFrom ( object anObject ) : string
anObject object
Résultat string

IsRepositoryForMultiTenantEntity() public méthode

public IsRepositoryForMultiTenantEntity ( Type type ) : bool
type System.Type
Résultat bool

MultiTenantSessionFactoryKeyProvider() public méthode

public MultiTenantSessionFactoryKeyProvider ( ITenantContext tenantContext ) : System
tenantContext ITenantContext
Résultat System