Namespace: Json.Schema.Generation
Inheritance: MultipleOfAttribute
🡒 ConditionalAttribute
🡒 Attribute
🡒 object
Implemented interfaces:
- IAttributeHandler
Applies a multipleOf
keyword.
Properties
Name | Type | Summary |
---|---|---|
ConditionGroup | object | Identifies the condition group under which this attribute applies. |
TypeId | object | Â |
Value | decimal | The divisor. |
Constructors
MultipleOfAttribute(double value)
Creates a new Json.Schema.Generation.MultipleOfAttribute instance.
Declaration
1
public MultipleOfAttribute(double value)
Parameter | Type | Description |
---|---|---|
value | double | The value. |