C# Класс Microsoft.Legal.MatterCenter.Service.Controllers.TaxonomyController

Наследование: Microsoft.AspNet.Mvc.Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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