Class AbpBlobStoringTestModule
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.BlobStoring
Assembly: Volo.Abp.BlobStoring.Tests.dll
Syntax
[DependsOn(new Type[] { typeof(AbpBlobStoringModule), typeof(AbpTestBaseModule), typeof(AbpAutofacModule) })]
public class AbpBlobStoringTestModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpBlobStoringTestModule()
Declaration
public AbpBlobStoringTestModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ServiceConfigurationContext | context |