C# Класс Microsoft.Legal.MatterCenter.Service.DocumentController

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

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

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