Home PatternIntent Class
PatternIntent Class
Cancel

PatternIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: PatternIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a pattern keyword.

Properties

NameTypeSummary
ValuestringThe value.

Constructors

PatternIntent(string value)

Creates a new Json.Schema.Generation.Intents.PatternIntent instance.

Declaration

1
public PatternIntent(string value)
ParameterTypeDescription
valuestringThe value.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

1
public void Apply(JsonSchemaBuilder builder)
ParameterTypeDescription
builderJsonSchemaBuilderThe builder.
Contents