Class StoresDocumentsAttribute
Tag a concrete IDocumentStorageService with this tag to make it available to the system for fetching and saving documents. IDocumentStorageService
Inherited Members
Namespace: LemonEdge.API.Core.Storage
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class StoresDocumentsAttribute : Attribute
Constructors
StoresDocumentsAttribute(string)
Declaration
public StoresDocumentsAttribute(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key |
Properties
Key
The unique name for the service this attribute is attached to.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
string |