Class Field
- Namespace
- Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
- Assembly
- Sitecore.AspNetCore.SDK.LayoutService.Client.dll
Base implementation of an IField.
public abstract class Field : FieldReader, IFieldReader, IField
- Inheritance
-
Field
- Implements
- Derived
- Inherited Members
Methods
HandleRead(Type)
Returns an instance of the Field data as a specified type.
protected override object HandleRead(Type type)
Parameters
type
TypeThe type to read the field as.
Returns
- object
A new instance of the specified type.