Interface IDocumentHttpServiceFactory
Предоставляет интерфейс для создания сервисов по работе с документами.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public interface IDocumentHttpServiceFactory
Methods
| Improve this Doc View SourceCreateServices(IDocumentHttpServiceHandlerBase)
Создает сервисы по работе с документами на основе указанного обработчика.
Declaration
IEnumerable<IHttpService> CreateServices(IDocumentHttpServiceHandlerBase httpServiceHandler)
Parameters
Type | Name | Description |
---|---|---|
IDocumentHttpServiceHandlerBase | httpServiceHandler | Обработчик для сервиса по работе с документами. |
Returns
Type | Description |
---|---|
IEnumerable<IHttpService> |