C# 클래스 Tailspin.Surveys.Data.DataModels.TenantManager

상속: IDisposable
파일 보기 프로젝트 열기: Azure-Samples/guidance-identity-management-for-multitenant-apps 1 사용 예제들

공개 메소드들

메소드 설명
CreateAsync ( Tenant tenant ) : Task
DeleteTenantAsync ( Tenant tenant ) : Task
Dispose ( ) : void
FindByIssuerValueAsync ( string issuerValue ) : Task
TenantManager ( ApplicationDbContext dbContext, IHttpContextAccessor contextAccessor ) : System
UpdateTenantAsync ( Tenant tenant ) : Task

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ThrowIfDisposed ( ) : void

메소드 상세

CreateAsync() 공개 메소드

public CreateAsync ( Tenant tenant ) : Task
tenant Tenant
리턴 Task

DeleteTenantAsync() 공개 메소드

public DeleteTenantAsync ( Tenant tenant ) : Task
tenant Tenant
리턴 Task

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FindByIssuerValueAsync() 공개 메소드

public FindByIssuerValueAsync ( string issuerValue ) : Task
issuerValue string
리턴 Task

TenantManager() 공개 메소드

public TenantManager ( ApplicationDbContext dbContext, IHttpContextAccessor contextAccessor ) : System
dbContext ApplicationDbContext
contextAccessor IHttpContextAccessor
리턴 System

UpdateTenantAsync() 공개 메소드

public UpdateTenantAsync ( Tenant tenant ) : Task
tenant Tenant
리턴 Task