Class DynamicStringLengthAttribute
Inherited Members
Namespace: Volo.Abp.Validation
Assembly: Volo.Abp.Core.dll
Syntax
public class DynamicStringLengthAttribute : StringLengthAttribute
Constructors
DynamicStringLengthAttribute(Type, string?, string?)
Declaration
public DynamicStringLengthAttribute(Type sourceType, string? maximumLengthPropertyName, string? minimumLengthPropertyName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | sourceType | |
| string | maximumLengthPropertyName | |
| string | minimumLengthPropertyName |