Class Theme<TPortal>
Represents a portal theme. Theme groups various resources (such as css, scripts etc..) within a portal. Inherit your themes from this class
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Wave
Assembly: Azos.Wave.dll
Syntax
public abstract class Theme<TPortal> : Theme, INamed where TPortal : Portal
Type Parameters
Name | Description |
---|---|
TPortal |
Constructors
Theme(TPortal, IConfigSectionNode)
Declaration
protected Theme(TPortal portal, IConfigSectionNode conf)
Parameters
Type | Name | Description |
---|---|---|
TPortal | portal | |
IConfigSectionNode | conf |
Properties
Portal
Parent portal that this theme is under
Declaration
public TPortal Portal { get; }
Property Value
Type | Description |
---|---|
TPortal |