C# Класс Microsoft.Legal.MatterCenter.Web.Controllers.ConfigController

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

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

Метод Описание
ConfigController ( IOptions errorSettings, IOptions generalSettings, IOptions uiConfigSettings, IOptions logTables, IMatterCenterServiceFunctions matterCenterServiceFunctions, IConfigRepository configRepository, IHostingEnvironment hostingEnvironment ) : System

Constructor where all the required dependencies are injected

Приватные методы

Метод Описание
CreateConfig ( List configs, string fileName, bool includeSPOLabels ) : void

Helper method which will create uiconfig.js or uiconfigforspo.js file

Get ( [ filter ) : Task
GetConfigsForSPO ( [ filter ) : Task
InsertUpdate ( [ configs ) : Task

Описание методов

ConfigController() публичный Метод

Constructor where all the required dependencies are injected
public ConfigController ( IOptions errorSettings, IOptions generalSettings, IOptions uiConfigSettings, IOptions logTables, IMatterCenterServiceFunctions matterCenterServiceFunctions, IConfigRepository configRepository, IHostingEnvironment hostingEnvironment ) : System
errorSettings IOptions
generalSettings IOptions
uiConfigSettings IOptions
logTables IOptions
matterCenterServiceFunctions IMatterCenterServiceFunctions
configRepository IConfigRepository
hostingEnvironment IHostingEnvironment
Результат System