Namespace: Json.Schema.Generation
Inheritance: MinLengthAttribute
🡒 ConditionalAttribute
🡒 Attribute
🡒 object
Implemented interfaces:
- IAttributeHandler
Applies a minimum
keyword.
Properties
Name | Type | Summary |
---|---|---|
ConditionGroup | object | Identifies the condition group under which this attribute applies. |
Length | uint | The minimum length. |
TypeId | object | Â |
Constructors
MinLengthAttribute(uint length)
Creates a new Json.Schema.Generation.MinLengthAttribute instance.
Declaration
1
public MinLengthAttribute(uint length)
Parameter | Type | Description |
---|---|---|
length | uint | The value. |