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

Inheritance: ISessionFactoryKeyProvider
Datei anzeigen Open project: yellowfeather/SharpArchitecture-MultiTenant

Public Methods

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

Method Details

GetKey() public method

public GetKey ( ) : string
return string

GetKeyFrom() public method

public GetKeyFrom ( object anObject ) : string
anObject object
return string

IsRepositoryForMultiTenantEntity() public method

public IsRepositoryForMultiTenantEntity ( Type type ) : bool
type System.Type
return bool

MultiTenantSessionFactoryKeyProvider() public method

public MultiTenantSessionFactoryKeyProvider ( ITenantContext tenantContext ) : System
tenantContext ITenantContext
return System