Home DeprecatedIntent Class
DeprecatedIntent Class
Cancel

DeprecatedIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: DeprecatedIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a deprecated keyword.

Properties

NameTypeSummary
ValueboolThe value.

Constructors

DeprecatedIntent(bool value)

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

Declaration

1
public DeprecatedIntent(bool value)
ParameterTypeDescription
valueboolThe value.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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