Class DisplayOptionModel
Inheritance
System.Object
DisplayOptionModel
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.Rest.Models.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public class DisplayOptionModel
Constructors
DisplayOptionModel(DisplayOption, LocalizationService)
Declaration
public DisplayOptionModel(DisplayOption option, LocalizationService localizationService)
Parameters
Type | Name | Description |
---|---|---|
DisplayOption | option | |
LocalizationService | localizationService |
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconClass
Declaration
public string IconClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tag
Declaration
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String |