C# 클래스 Microsoft.Legal.MatterCenter.Service.Controllers.TaxonomyController

상속: Microsoft.AspNet.Mvc.Controller
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
TaxonomyController ( IOptions errorSettings, IOptions taxonomySettings, IOptions generalSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, ITaxonomyRepository taxonomyRepository, ICustomLogger customLogger, IOptions logTables ) : System

Constructor where all the required dependencies are injected

비공개 메소드들

메소드 설명
GetCurrentSiteTitle ( ) : IActionResult
GetTaxonomy ( [ termStoreViewModel ) : Task

Gets the hierarchy of terms along with the specific custom properties of each term from term store.

TestWebApi ( ) : IActionResult

메소드 상세

TaxonomyController() 공개 메소드

Constructor where all the required dependencies are injected
public TaxonomyController ( IOptions errorSettings, IOptions taxonomySettings, IOptions generalSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, ITaxonomyRepository taxonomyRepository, ICustomLogger customLogger, IOptions logTables ) : System
errorSettings IOptions
taxonomySettings IOptions
generalSettings IOptions
spoAuthorization ISPOAuthorization
matterCenterServiceFunctions IMatterCenterServiceFunctions
taxonomyRepository ITaxonomyRepository
customLogger ICustomLogger
logTables IOptions
리턴 System