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