Class Theme
Information about a Theme in Oqtane.
public class Theme : ModelBase, IAuditable
- Inheritance
-
Theme
- Implements
- Inherited Members
Constructors
Theme()
public Theme()
Properties
AssemblyName
[NotMapped]
public string AssemblyName { get; set; }
Property Value
Contact
[NotMapped]
public string Contact { get; set; }
Property Value
ContainerControls
[Obsolete("This property is obsolete. Use Containers instead.", false)]
[NotMapped]
public string ContainerControls { get; set; }
Property Value
ContainerSettingsType
[NotMapped]
public string ContainerSettingsType { get; set; }
Property Value
Containers
[NotMapped]
public List<ThemeControl> Containers { get; set; }
Property Value
Dependencies
[NotMapped]
public string Dependencies { get; set; }
Property Value
IsAutoEnabled
[NotMapped]
public bool IsAutoEnabled { get; set; }
Property Value
IsEnabled
[NotMapped]
public bool IsEnabled { get; set; }
Property Value
Layouts
[Obsolete("This property is obsolete.", false)]
[NotMapped]
public List<ThemeControl> Layouts { get; set; }
Property Value
License
[NotMapped]
public string License { get; set; }
Property Value
Name
Friendly name to show in UI
public string Name { get; set; }
Property Value
Owner
[NotMapped]
public string Owner { get; set; }
Property Value
PackageName
[NotMapped]
public string PackageName { get; set; }
Property Value
PaneLayouts
[Obsolete("This property is obsolete. Use Layouts instead.", false)]
[NotMapped]
public string PaneLayouts { get; set; }
Property Value
Resources
[NotMapped]
public List<Resource> Resources { get; set; }
Property Value
SiteId
[NotMapped]
public int SiteId { get; set; }
Property Value
Template
[NotMapped]
public string Template { get; set; }
Property Value
ThemeControls
[Obsolete("This property is obsolete. Use Themes instead.", false)]
[NotMapped]
public string ThemeControls { get; set; }
Property Value
ThemeId
Reference to the Theme.
public int ThemeId { get; set; }
Property Value
ThemeName
Full Namespace / Identifier of the Theme.
public string ThemeName { get; set; }
Property Value
ThemeSettingsType
[NotMapped]
public string ThemeSettingsType { get; set; }
Property Value
Themes
[NotMapped]
public List<ThemeControl> Themes { get; set; }
Property Value
Url
[NotMapped]
public string Url { get; set; }
Property Value
Version
[NotMapped]
public string Version { get; set; }