[This is preliminary documentation and is subject to change.]
Represents a portal theme. Theme groups various resources (such as css, scripts etc..)
whitin a portal. Inherit your themes from this class
System Object NFX.Wave Theme NFX.Wave Theme TPortal Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class Theme<TPortal> : Theme
where TPortal : Portal
public abstract class Theme<TPortal> : Theme
where TPortal : Portal
Public MustInherit Class Theme(Of TPortal As Portal)
Inherits Theme
Public MustInherit Class Theme(Of TPortal As Portal)
Inherits Theme
generic<typename TPortal>
where TPortal : Portal
public ref class Theme abstract : public Theme
generic<typename TPortal>
where TPortal : Portal
public ref class Theme abstract : public Theme
[<AbstractClassAttribute>]
type Theme<'TPortal when 'TPortal : Portal> =
class
inherit Theme
end
[<AbstractClassAttribute>]
type Theme<'TPortal when 'TPortal : Portal> =
class
inherit Theme
end
- TPortal