Show / Hide Table of Contents

Class NumberField

Represents a number field.

Inheritance
System.Object
FieldReader
Field
Field<System.Decimal>
EditableField<System.Decimal>
NumberField
Implements
IFieldReader
IValueField<System.Decimal>
IEditableField
IField
Inherited Members
EditableField<Decimal>.EditableMarkup
Field<Decimal>.Value
Field.HandleRead(Type)
FieldReader.Read<TField>()
FieldReader.TryRead<TField>(TField)
FieldReader.TryRead(Type, IField)
FieldReader.Read(Type)
Namespace: Sitecore.LayoutService.Client.Response.Model.Fields
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class NumberField : EditableField<Decimal>, IFieldReader, IValueField<Decimal>, IEditableField, IField

Constructors

NumberField()

Initializes a new instance of the NumberField class.

Declaration
public NumberField()

NumberField(Double)

Initializes a new instance of the NumberField class.

Declaration
public NumberField(double value)
Parameters
Type Name Description
System.Double value

The initial value.

Implements

IFieldReader
IValueField<TValue>
IEditableField
IField
Back to top Generated by DocFX