C# Class FourRoads.TelligentCommunity.ThemeHelper.Plugins.ThemeUtility

Inheritance: ISingletonPlugin
Show file Open project: 4-Roads/FourRoads.TelligentCommunity Class Usage Examples

Protected Properties

Property Type Description
ContentFragmentPageService IContentFragmentPageService
ContentFragmentScopedPropertyService IContentFragmentScopedPropertyService
SecurityService ISecurityService
ThemeTypeService IThemeTypeService

Private Properties

Property Type Description
ResetCache void
RevertConfiguration void
RevertFiles void
RevertHeadersAndFooters void
RevertLayouts void
RevertScopedProperties void
RevertTheme void
RevertTheme void

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
ResetCache ( ) : void
RevertConfiguration ( ) : void
RevertFiles ( ) : void
RevertHeadersAndFooters ( ) : void
RevertLayouts ( ) : void
RevertScopedProperties ( ) : void
RevertTheme ( ) : void
RevertTheme ( ReversionType reversionType ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

Property Details

ContentFragmentPageService protected property

protected IContentFragmentPageService ContentFragmentPageService
return IContentFragmentPageService

ContentFragmentScopedPropertyService protected property

protected IContentFragmentScopedPropertyService ContentFragmentScopedPropertyService
return IContentFragmentScopedPropertyService

SecurityService protected property

protected ISecurityService SecurityService
return ISecurityService

ThemeTypeService protected property

protected IThemeTypeService ThemeTypeService
return IThemeTypeService