Home MaximumIntent Class
MaximumIntent Class
Cancel

MaximumIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: MaximumIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a maximum keyword.

Properties

NameTypeSummary
ValuedecimalThe value.

Constructors

MaximumIntent(decimal value)

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

Declaration

1
public MaximumIntent(decimal value)
ParameterTypeDescription
valuedecimalThe value.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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