Class TestablePortalController
Inheritance
System.Object
TestablePortalController
Inherited Members
Namespace: DotNetNuke.Entities.Portals.Internal
Assembly: DotNetNuke.dll
Syntax
public class TestablePortalController : ServiceLocator<IPortalController, TestablePortalController>
Methods
| Improve this Doc View SourceGetFactory()
Gets the service locator factory.
Declaration
protected override Func<IPortalController> GetFactory()
Returns
Type | Description |
---|---|
Func<IPortalController> | A factory function. |
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Entities.Portals.IPortalController, DotNetNuke.Entities.Portals.Internal.TestablePortalController>.GetFactory()