Show / Hide Table of Contents

Class ExposeServicesAttribute

Inheritance
System.Object
ExposeServicesAttribute
Implements
IExposedServiceTypesProvider
Namespace: Volo.Abp.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public class ExposeServicesAttribute : Attribute, IExposedServiceTypesProvider

Constructors

ExposeServicesAttribute(Type[])

Declaration
public ExposeServicesAttribute(params Type[] serviceTypes)
Parameters
Type Name Description
Type[] serviceTypes

Properties

IncludeDefaults

Declaration
public bool IncludeDefaults { get; set; }
Property Value
Type Description
System.Boolean

IncludeSelf

Declaration
public bool IncludeSelf { get; set; }
Property Value
Type Description
System.Boolean

ServiceTypes

Declaration
public Type[] ServiceTypes { get; }
Property Value
Type Description
Type[]

Methods

GetExposedServiceTypes(Type)

Declaration
public Type[] GetExposedServiceTypes(Type targetType)
Parameters
Type Name Description
Type targetType
Returns
Type Description
Type[]

Implements

IExposedServiceTypesProvider

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