Try our conversational search powered by Generative AI!

Class NotesData

Inheritance
System.Object
NotesData
Implements
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: EPiServer.Cms.Shell.UI.Models
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
[Obsolete("The Episerver gadget framework has been deprecated so the Notes gadget will be removed after the upcoming major release.")]
public class NotesData : IDynamicData

Constructors

NotesData()

Declaration
public NotesData()

NotesData(LocalizationService)

Declaration
public NotesData(LocalizationService localizationService)
Parameters
Type Name Description
LocalizationService localizationService

Properties

BackgroundColor

Declaration
public string BackgroundColor { get; set; }
Property Value
Type Description
System.String

BackgroundColorOptions

Declaration
public List<SelectListItem> BackgroundColorOptions { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Web.Mvc.SelectListItem>

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String

FontSize

Declaration
public string FontSize { get; set; }
Property Value
Type Description
System.String

GadgetId

Declaration
public Guid GadgetId { get; set; }
Property Value
Type Description
System.Guid

Id

Declaration
public Identity Id { get; set; }
Property Value
Type Description
Identity

TestSizeOptions

Declaration
public List<SelectListItem> TestSizeOptions { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Web.Mvc.SelectListItem>

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Implements

Extension Methods