Show / Hide Table of Contents

Interface IEntry<T>

Represents a Contentful entry resource.

Inherited Members
IContentfulResource.SystemProperties
Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public interface IEntry<T> : IContentfulResource
Type Parameters
Name Description
T

The type the fields of the entry should be serialized into.

Properties

Fields

The fields of the entry deserialized to the type T.

Declaration
T Fields { get; set; }
Property Value
Type Description
T
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX