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