Table of Contents

Class NumberField

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model.Fields
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Represents a number field.

public class NumberField : EditableField<decimal?>, IFieldReader, IValueField<decimal?>, IEditableField, IField
Inheritance
NumberField
Implements
Inherited Members

Constructors

NumberField()

Initializes a new instance of the NumberField class.

public NumberField()

NumberField(double)

Initializes a new instance of the NumberField class.

public NumberField(double value)

Parameters

value double

The initial value.