Show / Hide Table of Contents

Class DocumentHttpService

Сервис по работе с документами на базе IDocumentStorage<TDocument>.

Inheritance
System.Object
DocumentHttpServiceBase
DocumentHttpService
Inherited Members
DocumentHttpServiceBase.DocumentType
DocumentHttpServiceBase.CanGet
DocumentHttpServiceBase.CanPost
DocumentHttpServiceBase.CanDelete
DocumentHttpServiceBase.ProcessRequestAsync<TQuery, TResult>(IHttpRequest, Func<IHttpRequest, TQuery>, Func<TQuery, Task<TResult>>, Func<TQuery, Task<TResult>>, Func<TQuery, TResult, Exception, Task>, Func<Exception, String>)
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.HttpService.dll
Syntax
public class DocumentHttpService : DocumentHttpServiceBase, IHttpService

Constructors

| Improve this Doc View Source

DocumentHttpService(IDocumentHttpServiceHandlerBase, IDocumentQueryFactory, IDocumentStorageFactory, ISystemDocumentStorageFactory, IBlobStorage, IPerformanceLogger<DocumentHttpService>, ILogger<DocumentHttpService>)

Declaration
public DocumentHttpService(IDocumentHttpServiceHandlerBase serviceHandler, IDocumentQueryFactory queryFactory, IDocumentStorageFactory storageFactory, ISystemDocumentStorageFactory systemStorageFactory, IBlobStorage blobStorage, IPerformanceLogger<DocumentHttpService> perfLogger, ILogger<DocumentHttpService> logger)
Parameters
Type Name Description
IDocumentHttpServiceHandlerBase serviceHandler
IDocumentQueryFactory queryFactory
IDocumentStorageFactory storageFactory
ISystemDocumentStorageFactory systemStorageFactory
IBlobStorage blobStorage
IPerformanceLogger<DocumentHttpService> perfLogger
ILogger<DocumentHttpService> logger

Methods

| Improve this Doc View Source

Delete(IHttpRequest)

Declaration
protected override Task<object> Delete(IHttpRequest request)
Parameters
Type Name Description
IHttpRequest request
Returns
Type Description
Task<System.Object>
Overrides
DocumentHttpServiceBase.Delete(IHttpRequest)
| Improve this Doc View Source

Get(IHttpRequest)

Declaration
protected override Task<object> Get(IHttpRequest request)
Parameters
Type Name Description
IHttpRequest request
Returns
Type Description
Task<System.Object>
Overrides
DocumentHttpServiceBase.Get(IHttpRequest)
| Improve this Doc View Source

Load(IHttpServiceBuilder)

Declaration
protected override void Load(IHttpServiceBuilder builder)
Parameters
Type Name Description
IHttpServiceBuilder builder
Overrides
DocumentHttpServiceBase.Load(IHttpServiceBuilder)
| Improve this Doc View Source

Post(IHttpRequest)

Declaration
protected override Task<object> Post(IHttpRequest request)
Parameters
Type Name Description
IHttpRequest request
Returns
Type Description
Task<System.Object>
Overrides
DocumentHttpServiceBase.Post(IHttpRequest)

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.