Show / Hide Table of Contents

Class CastleAbpMethodInvocationAdapterBase

Inheritance
object
CastleAbpMethodInvocationAdapterBase
CastleAbpMethodInvocationAdapter
CastleAbpMethodInvocationAdapterWithReturnValue<TResult>
Implements
IAbpMethodInvocation
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Castle.DynamicProxy
Assembly: Volo.Abp.Castle.Core.dll
Syntax
public abstract class CastleAbpMethodInvocationAdapterBase : IAbpMethodInvocation

Constructors

CastleAbpMethodInvocationAdapterBase(IInvocation)

Declaration
protected CastleAbpMethodInvocationAdapterBase(IInvocation invocation)
Parameters
Type Name Description
IInvocation invocation

Properties

Arguments

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

ArgumentsDictionary

Declaration
public IReadOnlyDictionary<string, object> ArgumentsDictionary { get; }
Property Value
Type Description
IReadOnlyDictionary<string, object>

GenericArguments

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

Invocation

Declaration
protected IInvocation Invocation { get; }
Property Value
Type Description
IInvocation

Method

Declaration
public MethodInfo Method { get; }
Property Value
Type Description
MethodInfo

ReturnValue

Declaration
public object ReturnValue { get; set; }
Property Value
Type Description
object

TargetObject

Declaration
public object TargetObject { get; }
Property Value
Type Description
object

Methods

ProceedAsync()

Declaration
public abstract Task ProceedAsync()
Returns
Type Description
Task

Implements

IAbpMethodInvocation

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by Volosoft