Class TestFeatureStore
Inheritance
object
TestFeatureStore
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.Tests.dll
Syntax
public class TestFeatureStore : IFeatureStore, ISingletonDependency
Constructors
TestFeatureStore()
Declaration
public TestFeatureStore()
Fields
Tenant1Id
Declaration
public static Guid Tenant1Id
Field Value
| Type | Description |
|---|---|
| System.Guid |
Tenant1IdValue
Declaration
public const string Tenant1IdValue = "f460fcf7-f944-469a-967b-3b2463323dfe"
Field Value
| Type | Description |
|---|---|
| string |
Tenant2Id
Declaration
public static Guid Tenant2Id
Field Value
| Type | Description |
|---|---|
| System.Guid |
Tenant2IdValue
Declaration
public const string Tenant2IdValue = "e10428ad-4608-4c34-a304-6f82502156f2"
Field Value
| Type | Description |
|---|---|
| string |
Methods
GetOrNullAsync(string, string, string)
Declaration
public Task<string> GetOrNullAsync(string name, string providerName, string providerKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | providerName | |
| string | providerKey |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |