Home MultipleOfIntent Class
MultipleOfIntent Class
Cancel

MultipleOfIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: MultipleOfIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a multipleOf keyword.

Properties

NameTypeSummary
ValuedecimalThe value.

Constructors

MultipleOfIntent(decimal value)

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

Declaration

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