C# 클래스 Microsoft.Legal.MatterCenter.Service.SharedController

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

공개 메소드들

메소드 설명
SharedController ( IOptions errorSettings, IOptions sharedSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, ICustomLogger customLogger, IOptions logTables, ISharedRepository sharedRepository ) : System

Constructor where all the required dependencies are injected

비공개 메소드들

메소드 설명
Help ( Client client, string selectedPage ) : Task
UrlExists ( Client client, string oneNoteUrl, string matterLandingPageUrl ) : Task

메소드 상세

SharedController() 공개 메소드

Constructor where all the required dependencies are injected
public SharedController ( IOptions errorSettings, IOptions sharedSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, ICustomLogger customLogger, IOptions logTables, ISharedRepository sharedRepository ) : System
errorSettings IOptions
sharedSettings IOptions
spoAuthorization ISPOAuthorization
matterCenterServiceFunctions IMatterCenterServiceFunctions
customLogger ICustomLogger
logTables IOptions
sharedRepository ISharedRepository
리턴 System