Class RelationshipController
Business Layer to manage Relationships. Also contains CRUD methods.
Inheritance
System.Object
RelationshipController
Inherited Members
Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke.dll
Syntax
public class RelationshipController : ServiceLocator<IRelationshipController, RelationshipController>
Methods
| Improve this Doc View SourceGetFactory()
Gets the service locator factory.
Declaration
protected override Func<IRelationshipController> GetFactory()
Returns
Type | Description |
---|---|
Func<IRelationshipController> | A factory function. |
Overrides
DotNetNuke.Framework.ServiceLocator<DotNetNuke.Entities.Users.Social.IRelationshipController, DotNetNuke.Entities.Users.Social.RelationshipController>.GetFactory()