Show / Hide Table of Contents

Class MethodInvocationValidationContext

Inheritance
System.Object
AbpValidationResult
MethodInvocationValidationContext
Implements
IAbpValidationResult
Inherited Members
AbpValidationResult.Errors
Namespace: Volo.Abp.Validation
Assembly: Volo.Abp.Validation.dll
Syntax
public class MethodInvocationValidationContext : AbpValidationResult, IAbpValidationResult

Constructors

MethodInvocationValidationContext(Object, MethodInfo, Object[])

Declaration
public MethodInvocationValidationContext(object targetObject, MethodInfo method, object[] parameterValues)
Parameters
Type Name Description
System.Object targetObject
MethodInfo method
System.Object[] parameterValues

Properties

Method

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

Parameters

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

ParameterValues

Declaration
public object[] ParameterValues { get; }
Property Value
Type Description
System.Object[]

TargetObject

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

Implements

IAbpValidationResult

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