Class NumberField
Version: 21.x
Represents a number field.
Inheritance
System.Object
NumberField
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
Constructors
NumberField()
Initializes a new instance of the NumberField class.
Declaration
NumberField(Double)
Initializes a new instance of the NumberField class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
The initial value. |