Class TestGlobalModuleFeatures
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.GlobalFeatures
Assembly: Volo.Abp.GlobalFeatures.Tests.dll
Syntax
public class TestGlobalModuleFeatures : GlobalModuleFeatures
Constructors
TestGlobalModuleFeatures(GlobalFeatureManager)
Declaration
public TestGlobalModuleFeatures(GlobalFeatureManager featureManager)
Parameters
| Type | Name | Description |
|---|---|---|
| GlobalFeatureManager | featureManager |
Fields
ModuleName
Declaration
public const string ModuleName = "GlobalFeatureTest"
Field Value
| Type | Description |
|---|---|
| string |
Properties
Test
Declaration
public TestFeature Test { get; }
Property Value
| Type | Description |
|---|---|
| TestFeature |