Show / Hide Table of Contents

Class UiExtensionParameterTypes

Represents the allowed values for types for ui extension parameters.

Inheritance
System.Object
UiExtensionParameterTypes
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 UiExtensionParameterTypes

Fields

Boolean

A boolean value.

Declaration
public const string Boolean = "Boolean"
Field Value
Type Description
System.String

Enum

An enumeration of values.

Declaration
public const string Enum = "Enum"
Field Value
Type Description
System.String

Number

A numeric value.

Declaration
public const string Number = "Number"
Field Value
Type Description
System.String

Symbol

A simple string value.

Declaration
public const string Symbol = "Symbol"
Field Value
Type Description
System.String
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX