Namespace: Json.Schema.Generation.Intents
Inheritance: MultipleOfIntent
🡒 object
Implemented interfaces:
- ISchemaKeywordIntent
Provides intent to create a multipleOf
keyword.
Properties
Name | Type | Summary |
---|---|---|
Value | decimal | The value. |
Constructors
MultipleOfIntent(decimal value)
Creates a new Json.Schema.Generation.Intents.MultipleOfIntent instance.
Declaration
1
public MultipleOfIntent(decimal value)
Parameter | Type | Description |
---|---|---|
value | decimal | The value. |
Methods
Apply(JsonSchemaBuilder builder)
Applies the keyword to the Json.Schema.JsonSchemaBuilder.
Declaration
1
public void Apply(JsonSchemaBuilder builder)
Parameter | Type | Description |
---|---|---|
builder | JsonSchemaBuilder | The builder. |