Show / Hide Table of Contents

Class Field

Base implementation of an IField.

Inheritance
System.Object
FieldReader
Field
Field<TValue>
Implements
IFieldReader
IField
Inherited Members
FieldReader.Read<TField>()
FieldReader.TryRead<TField>(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
Type Name Description
System.Type type

The type to read the field as.

Returns
Type Description
System.Object

A new instance of the specified type.

Overrides
FieldReader.HandleRead(Type)

Implements

IFieldReader
IField
Back to top Generated by DocFX