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 |