Class TestFeatureStore
Inheritance
TestFeatureStore
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
Tenant1IdValue
Declaration
public const string Tenant1IdValue = "f460fcf7-f944-469a-967b-3b2463323dfe"
Field Value
Tenant2Id
Declaration
public static Guid Tenant2Id
Field Value
Tenant2IdValue
Declaration
public const string Tenant2IdValue = "e10428ad-4608-4c34-a304-6f82502156f2"
Field Value
Methods
GetOrNullAsync(string, string, string)
Declaration
public Task<string> GetOrNullAsync(string name, string providerName, string providerKey)
Parameters
Returns
Implements
Extension Methods