Show / Hide Table of Contents

Class TabModulesController

Inheritance
object
ServiceLocator<ITabModulesController, TabModulesController>
TabModulesController
Implements
ITabModulesController
Inherited Members
ServiceLocator<ITabModulesController, TabModulesController>.SetTestableInstance(ITabModulesController)
ServiceLocator<ITabModulesController, TabModulesController>.ClearInstance()
ServiceLocator<ITabModulesController, TabModulesController>.GetFactory()
ServiceLocator<ITabModulesController, TabModulesController>.Instance
ServiceLocator<ITabModulesController, TabModulesController>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public class TabModulesController : ServiceLocator<ITabModulesController, TabModulesController>, ITabModulesController

Constructors

TabModulesController()

Declaration
public TabModulesController()

Methods

GetFactory()

Declaration
protected override Func<ITabModulesController> GetFactory()
Returns
Type Description
Func<ITabModulesController>
Overrides
ServiceLocator<ITabModulesController, TabModulesController>.GetFactory()

GetTabModuleIdsBySetting(string, string)

Declaration
public IList<int> GetTabModuleIdsBySetting(string settingName, string expectedValue)
Parameters
Type Name Description
string settingName
string expectedValue
Returns
Type Description
IList<int>

GetTabModuleSettingsByName(string)

Declaration
public Dictionary<int, string> GetTabModuleSettingsByName(string settingName)
Parameters
Type Name Description
string settingName
Returns
Type Description
Dictionary<int, string>

GetTabModules(TabInfo)

Declaration
public ArrayList GetTabModules(TabInfo tab)
Parameters
Type Name Description
TabInfo tab
Returns
Type Description
ArrayList

Implements

ITabModulesController

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS