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

Inheritance: ISingletonPlugin
Exibir arquivo 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_oe property

protected IContentFragmentPageService ContentFragmentPageService
return IContentFragmentPageService

ContentFragmentScopedPropertyService protected_oe property

protected IContentFragmentScopedPropertyService ContentFragmentScopedPropertyService
return IContentFragmentScopedPropertyService

SecurityService protected_oe property

protected ISecurityService SecurityService
return ISecurityService

ThemeTypeService protected_oe property

protected IThemeTypeService ThemeTypeService
return IThemeTypeService