![]() |
VOOZH | about |
MaxItemsAttribute Class
Namespace: Json.Schema.Generation
Inheritance: MaxItemsAttribute 🡒 ConditionalAttribute 🡒 Attribute 🡒 object
Implemented interfaces:
Applies an maxItems 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. |
| TypeId | object | |
| Value | uint | The maximum number of items. |
Creates a new Json.Schema.Generation.MaxItemsAttribute instance.
1
public MaxItemsAttribute(uint value)
| Parameter | Type | Description |
|---|---|---|
| value | uint | The value. |
A new version of content is available.