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

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

공개 메소드들

메소드 설명
DocumentController ( IOptions errorSettings, IOptions documentSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, IDocumentRepository documentRepositoy, ICustomLogger customLogger, IOptions logTables ) : System

Constructor where all the required dependencies are injected

비공개 메소드들

메소드 설명
Get ( [ searchRequestVM ) : Task
GetDocumentAssets ( Client client ) : Task
GetPin ( [ client ) : Task

Get Pin Documents

Pin ( [ pinRequestDocumentVM ) : Task

pin the matter

UnPin ( [ pinRequestMatterVM ) : Task

unpin the matter

메소드 상세

DocumentController() 공개 메소드

Constructor where all the required dependencies are injected
public DocumentController ( IOptions errorSettings, IOptions documentSettings, ISPOAuthorization spoAuthorization, IMatterCenterServiceFunctions matterCenterServiceFunctions, IDocumentRepository documentRepositoy, ICustomLogger customLogger, IOptions logTables ) : System
errorSettings IOptions
documentSettings IOptions
spoAuthorization ISPOAuthorization
matterCenterServiceFunctions IMatterCenterServiceFunctions
documentRepositoy IDocumentRepository
customLogger ICustomLogger
logTables IOptions
리턴 System