Show / Hide Table of Contents

Class RatingEditorInterfaceControlSettings

Represents custom settings for the star widget.

Inheritance
System.Object
EditorInterfaceControlSettings
RatingEditorInterfaceControlSettings
Inherited Members
EditorInterfaceControlSettings.HelpText
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 RatingEditorInterfaceControlSettings : EditorInterfaceControlSettings

Properties

NumberOfStars

The number of stars to show in the widget.

Declaration
public int NumberOfStars { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX