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