Show / Hide Table of Contents

Class DynamicRangeAttribute

Inheritance
System.Object
DynamicRangeAttribute
Namespace: Volo.Abp.Validation
Assembly: Volo.Abp.Core.dll
Syntax
public class DynamicRangeAttribute : RangeAttribute

Constructors

DynamicRangeAttribute(Type, Type, String, String)

Declaration
public DynamicRangeAttribute(Type sourceType, Type operandType, string minimumPropertyName, string maximumPropertyName)
Parameters
Type Name Description
Type sourceType

A type to get the values of the properties

Type operandType

The type of the range parameters. Must implement IComparable.

System.String minimumPropertyName

The name of the public static property for the

System.String maximumPropertyName

The name of the public static property for the

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<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