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