Home TitleIntent Class
TitleIntent Class
Cancel

TitleIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: TitleIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a title keyword.

Properties

NameTypeSummary
ValuestringThe value.

Constructors

TitleIntent(string value)

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

Declaration

1
public TitleIntent(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