Class Entry<T>
Represents a single entry of a ContentType in a Space.
Inheritance
System.Object
Entry<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models
Assembly:cs.temp.dll.dll
Syntax
public class Entry<T> : 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
public T Fields { get; set; }
Property Value
Type | Description |
---|---|
T |
Implements
SystemProperties
Common system managed metadata properties.
Declaration
public SystemProperties SystemProperties { get; set; }
Property Value
Type | Description |
---|---|
SystemProperties |