C# 클래스 Microsoft.Legal.MatterCenter.Web.Controllers.ConfigController

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

공개 메소드들

메소드 설명
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