![]() |
VOOZH | about |
MinLengthAttribute Class
Namespace: Json.Schema.Generation
Inheritance: MinLengthAttribute 🡒 ConditionalAttribute 🡒 Attribute 🡒 object
Implemented interfaces:
Applies a minimum keyword.
| Name | Type | Summary |
|---|---|---|
| ConditionGroup | object | Identifies the condition group under which this attribute applies. |
| GenericParameter | int | The index of the parameter to which the attribute should apply. Default is -1 to indicate the root. |
| Length | uint | The minimum length. |
| TypeId | object |
Creates a new Json.Schema.Generation.MinLengthAttribute instance.
1
public MinLengthAttribute(uint length)
| Parameter | Type | Description |
|---|---|---|
| length | uint | The value. |
A new version of content is available.