Class DynamicRangeAttribute
Inherited Members
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 | |
Type | operandType | |
string | minimumPropertyName | |
string | maximumPropertyName |