C# 클래스 Unosquare.TenantCore.TenantResolverBase

Base Tenant Resolver functionality with internal Tenant List
파일 보기 프로젝트 열기: unosquare/tenantcore

보호된 프로퍼티들

프로퍼티 타입 설명
Tenants List

공개 메소드들

메소드 설명
Add ( ITenant tenant ) : void

Adds a new tenant to resolver

GetTenants ( ) : List

Retrieves the Tenants in the resolver

보호된 메소드들

메소드 설명
TenantResolverBase ( IEnumerable tenants, string databaseIdentifier = null ) : System.Collections.Generic

Instances a new resolver with a tenant list

TenantResolverBase ( string databaseIdentifier = null ) : System.Collections.Generic

Instances a new Resolver without tenants

메소드 상세

Add() 공개 메소드

Adds a new tenant to resolver
public Add ( ITenant tenant ) : void
tenant ITenant The tenant instance
리턴 void

GetTenants() 공개 메소드

Retrieves the Tenants in the resolver
public GetTenants ( ) : List
리턴 List

TenantResolverBase() 보호된 메소드

Instances a new resolver with a tenant list
protected TenantResolverBase ( IEnumerable tenants, string databaseIdentifier = null ) : System.Collections.Generic
tenants IEnumerable The list of tenants
databaseIdentifier string The Database Identifier
리턴 System.Collections.Generic

TenantResolverBase() 보호된 메소드

Instances a new Resolver without tenants
protected TenantResolverBase ( string databaseIdentifier = null ) : System.Collections.Generic
databaseIdentifier string The Database Identifier
리턴 System.Collections.Generic

프로퍼티 상세

Tenants 보호되어 있는 프로퍼티

The Tenants repository
protected List Tenants
리턴 List