Show / Hide Table of Contents

Class TabChangeSettings

Inheritance
object
ServiceLocator<ITabChangeSettings, TabChangeSettings>
TabChangeSettings
Implements
ITabChangeSettings
Inherited Members
ServiceLocator<ITabChangeSettings, TabChangeSettings>.SetTestableInstance(ITabChangeSettings)
ServiceLocator<ITabChangeSettings, TabChangeSettings>.ClearInstance()
ServiceLocator<ITabChangeSettings, TabChangeSettings>.GetFactory()
ServiceLocator<ITabChangeSettings, TabChangeSettings>.Instance
ServiceLocator<ITabChangeSettings, TabChangeSettings>.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 TabChangeSettings : ServiceLocator<ITabChangeSettings, TabChangeSettings>, ITabChangeSettings

Constructors

TabChangeSettings()

Declaration
public TabChangeSettings()

Methods

GetChangeControlState(int, int)

Declaration
public ChangeControlState GetChangeControlState(int portalId, int tabId)
Parameters
Type Name Description
int portalId
int tabId
Returns
Type Description
ChangeControlState

GetFactory()

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

IsChangeControlEnabled(int, int)

Declaration
public bool IsChangeControlEnabled(int portalId, int tabId)
Parameters
Type Name Description
int portalId
int tabId
Returns
Type Description
bool

Implements

ITabChangeSettings

Extension Methods

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