Class StoreExtensions
Inheritance
System.Object
StoreExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Onbox.Store.V8
Assembly: Onbox.Store.dll
Syntax
public static class StoreExtensions
Methods
| Improve this Doc View SourceAddStore<T>(IContainer)
Adds a Store of T which can be injected as IStore of T in services
Declaration
public static IContainer AddStore<T>(this IContainer container)
where T : class, new()
Parameters
| Type | Name | Description |
|---|---|---|
| IContainer | container |
Returns
| Type | Description |
|---|---|
| IContainer |
Type Parameters
| Name | Description |
|---|---|
| T |