Home WriteOnlyIntent Class
WriteOnlyIntent Class
Cancel

WriteOnlyIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: WriteOnlyIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a writeOnly keyword.

Properties

NameTypeSummary
ValueboolThe value.

Constructors

WriteOnlyIntent(bool value)

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

Declaration

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