Class ApplicationService_Validation_Tests.TestModule
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Validation
Assembly: Volo.Abp.Validation.Tests.dll
Syntax
[DependsOn(new Type[] { typeof(AbpAutofacModule) })]
[DependsOn(new Type[] { typeof(AbpValidationModule) })]
public class ApplicationService_Validation_Tests.TestModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
TestModule()
Declaration
public TestModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |
Overrides
PreConfigureServices(ServiceConfigurationContext)
Declaration
public override void PreConfigureServices(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |