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