Show / Hide Table of Contents

Class AbpServiceConventionWrapper

Inheritance
System.Object
AbpServiceConventionWrapper
Namespace: Volo.Abp.AspNetCore.Mvc.Conventions
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class AbpServiceConventionWrapper : IApplicationModelConvention

Constructors

AbpServiceConventionWrapper(IServiceCollection)

Declaration
public AbpServiceConventionWrapper(IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

Methods

Apply(ApplicationModel)

Declaration
public void Apply(ApplicationModel application)
Parameters
Type Name Description
ApplicationModel application

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft