Home MinLengthAttribute Class
MinLengthAttribute Class
Cancel

MinLengthAttribute Class

Namespace: Json.Schema.Generation

Inheritance: MinLengthAttribute 🡒 ConditionalAttribute 🡒 Attribute 🡒 object

Implemented interfaces:

  • IAttributeHandler

Applies a minimum keyword.

Properties

NameTypeSummary
ConditionGroupobjectIdentifies the condition group under which this attribute applies.
LengthuintThe minimum length.
TypeIdobject 

Constructors

MinLengthAttribute(uint length)

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

Declaration

1
public MinLengthAttribute(uint length)
ParameterTypeDescription
lengthuintThe value.
Contents