Interface IDocumentHttpServiceHandlerBase
Обработчик для сервиса по работе с документами.
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public interface IDocumentHttpServiceHandlerBase
Properties
| Improve this Doc View SourceAsSystem
Работать с системными документами.
Declaration
bool AsSystem { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanDelete
Разрешено ли удаление документов.
Declaration
bool CanDelete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanGet
Разрешено ли получение документов.
Declaration
bool CanGet { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanPost
Разрешено ли сохранение документов.
Declaration
bool CanPost { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
DocumentType
Имя типа документа.
Declaration
string DocumentType { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceLoad(IHttpServiceBuilder)
Загружает модуль.
Declaration
void Load(IHttpServiceBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IHttpServiceBuilder | builder | Регистратор обработчиков запросов. |
OnError(Exception)
Обрабатывает исключение.
Declaration
string OnError(Exception exception)
Parameters
Type | Name | Description |
---|---|---|
Exception | exception | Исключение. |
Returns
Type | Description |
---|---|
System.String | Сообщение об ошибке. |