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