Class SystemFieldTypes
Represents the different types available for a Field.
Inheritance
System.Object
SystemFieldTypes
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.Management
Assembly:cs.temp.dll.dll
Syntax
public class SystemFieldTypes
Fields
Array
An array of objects.
Declaration
public const string Array = "Array"
Field Value
Type | Description |
---|---|
System.String |
Boolean
A boolean value.
Declaration
public const string Boolean = "Boolean"
Field Value
Type | Description |
---|---|
System.String |
Date
A datetime.
Declaration
public const string Date = "Date"
Field Value
Type | Description |
---|---|
System.String |
Integer
An integer.
Declaration
public const string Integer = "Integer"
Field Value
Type | Description |
---|---|
System.String |
Link
A link to another asset or entry.
Declaration
public const string Link = "Link"
Field Value
Type | Description |
---|---|
System.String |
Location
A location field.
Declaration
public const string Location = "Location"
Field Value
Type | Description |
---|---|
System.String |
Number
A floating point number.
Declaration
public const string Number = "Number"
Field Value
Type | Description |
---|---|
System.String |
Object
An arbitrary json object.
Declaration
public const string Object = "Object"
Field Value
Type | Description |
---|---|
System.String |
Symbol
Short text.
Declaration
public const string Symbol = "Symbol"
Field Value
Type | Description |
---|---|
System.String |
Text
Long text.
Declaration
public const string Text = "Text"
Field Value
Type | Description |
---|---|
System.String |