Class Field<TValue>
Represents an arbitrary field in a Sitecore layout service response that contains a value.
Inheritance
System.Object
Field<TValue>
Inherited Members
Namespace: Sitecore.LayoutService.Client.Response.Model
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
public class Field<TValue> : Field, IFieldReader, IValueField<TValue>, IField
Type Parameters
Name | Description |
---|---|
TValue | The value type. |
Constructors
Field()
Declaration
public Field()
Properties
Value
Declaration
public TValue Value { get; set; }
Property Value
Type | Description |
---|---|
TValue |