Home MaxItemsAttribute Class
MaxItemsAttribute Class
Cancel

MaxItemsAttribute Class

Namespace: Json.Schema.Generation

Inheritance: MaxItemsAttribute 🡒 ConditionalAttribute 🡒 Attribute 🡒 object

Implemented interfaces:

  • IAttributeHandler

Applies an maxItems keyword.

Properties

NameTypeSummary
ConditionGroupobjectIdentifies the condition group under which this attribute applies.
TypeIdobject 
ValueuintThe maximum number of items.

Constructors

MaxItemsAttribute(uint value)

Creates a new Json.Schema.Generation.MaxItemsAttribute instance.

Declaration

1
public MaxItemsAttribute(uint value)
ParameterTypeDescription
valueuintThe value.
Contents