Class Field

Version: 21.x

Base implementation of an IField.

Inheritance

System.Object

FieldReader

Field

Field

Implements

IFieldReader

IField

Inherited Members

FieldReader.Read()

FieldReader.TryRead(TField)

FieldReader.TryRead(Type, IField)

FieldReader.Read(Type)

Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public abstract class Field : FieldReader, IFieldReader, IField

Constructors

Field()

Declaration
protected Field()

Methods

HandleRead(Type)

Returns an instance of the Field data as a specified type.

Declaration
protected override object HandleRead(Type type)
Parameters
TypeNameDescription
System.TypetypeThe type to read the field as.
Returns
TypeDescription
System.ObjectA new instance of the specified type.
Overrides

FieldReader.HandleRead(Type)

Implements

IFieldReader

IField

If you have suggestions for improving this article, let us know!