Class AbpAspNetCoreMvcConventionalRegistrar
Inheritance
object
AbpAspNetCoreMvcConventionalRegistrar
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.AspNetCore.Mvc.DependencyInjection
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpAspNetCoreMvcConventionalRegistrar : DefaultConventionalRegistrar, IConventionalRegistrar
Constructors
AbpAspNetCoreMvcConventionalRegistrar()
Declaration
public AbpAspNetCoreMvcConventionalRegistrar()
Methods
GetDefaultLifeTimeOrNull(Type)
Declaration
protected override ServiceLifetime? GetDefaultLifeTimeOrNull(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Returns
| Type | Description |
|---|---|
| Microsoft.Extensions.DependencyInjection.ServiceLifetime? |
Overrides
IsConventionalRegistrationDisabled(Type)
Declaration
protected override bool IsConventionalRegistrationDisabled(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
IsMvcService(Type)
Declaration
protected virtual bool IsMvcService(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
Returns
| Type | Description |
|---|---|
| bool |