Home PatternAttribute Class
PatternAttribute Class
Cancel

PatternAttribute Class

Namespace: Json.Schema.Generation

Inheritance: PatternAttribute 🡒 ConditionalAttribute 🡒 Attribute 🡒 object

Implemented interfaces:

  • IAttributeHandler

Applies a pattern keyword.

Properties

NameTypeSummary
ConditionGroupobjectIdentifies the condition group under which this attribute applies.
TypeIdobject 
ValuestringThe regular expression pattern.

Constructors

PatternAttribute(string value)

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

Declaration

1
public PatternAttribute(string value)
ParameterTypeDescription
valuestringThe value.
Contents