Show / Hide Table of Contents

Class ConnectionsController

Inheritance
object
ServiceLocator<IConnectionsController, ConnectionsController>
ConnectionsController
Implements
IConnectionsController
Inherited Members
ServiceLocator<IConnectionsController, ConnectionsController>.SetTestableInstance(IConnectionsController)
ServiceLocator<IConnectionsController, ConnectionsController>.ClearInstance()
ServiceLocator<IConnectionsController, ConnectionsController>.GetFactory()
ServiceLocator<IConnectionsController, ConnectionsController>.Instance
ServiceLocator<IConnectionsController, ConnectionsController>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Connections
Assembly: DotNetNuke.dll
Syntax
public class ConnectionsController : ServiceLocator<IConnectionsController, ConnectionsController>, IConnectionsController

Constructors

ConnectionsController()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.0.0. Please use overload with IConnectionsManager. Scheduled removal in v12.0.0.")]
public ConnectionsController()

ConnectionsController(IServiceProvider, IConnectionsManager)

Declaration
public ConnectionsController(IServiceProvider serviceProvider, IConnectionsManager connectionsManager)
Parameters
Type Name Description
IServiceProvider serviceProvider
IConnectionsManager connectionsManager

Methods

GetConnectionConfigs(int, string)

Declaration
public IDictionary<string, string> GetConnectionConfigs(int portalId, string name)
Parameters
Type Name Description
int portalId
string name
Returns
Type Description
IDictionary<string, string>

GetConnections(int)

Declaration
public IList<IConnector> GetConnections(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
IList<IConnector>

GetFactory()

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

Implements

IConnectionsController

Extension Methods

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