Show / Hide Table of Contents

Class UserPreferencesController

Inheritance
object
ServiceLocator<IUserPreferencesController, UserPreferencesController>
UserPreferencesController
Implements
IUserPreferencesController
Inherited Members
ServiceLocator<IUserPreferencesController, UserPreferencesController>.SetTestableInstance(IUserPreferencesController)
ServiceLocator<IUserPreferencesController, UserPreferencesController>.ClearInstance()
ServiceLocator<IUserPreferencesController, UserPreferencesController>.GetFactory()
ServiceLocator<IUserPreferencesController, UserPreferencesController>.Instance
ServiceLocator<IUserPreferencesController, UserPreferencesController>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Social.Messaging
Assembly: DotNetNuke.dll
Syntax
public class UserPreferencesController : ServiceLocator<IUserPreferencesController, UserPreferencesController>, IUserPreferencesController

Constructors

UserPreferencesController()

Declaration
public UserPreferencesController()

UserPreferencesController(IDataService)

Declaration
public UserPreferencesController(IDataService dataService)
Parameters
Type Name Description
IDataService dataService

Methods

GetFactory()

Declaration
protected override Func<IUserPreferencesController> GetFactory()
Returns
Type Description
Func<IUserPreferencesController>
Overrides
ServiceLocator<IUserPreferencesController, UserPreferencesController>.GetFactory()

GetUserPreference(UserInfo)

Declaration
public UserPreference GetUserPreference(UserInfo userinfo)
Parameters
Type Name Description
UserInfo userinfo
Returns
Type Description
UserPreference

SetUserPreference(UserPreference)

Declaration
public void SetUserPreference(UserPreference userPreference)
Parameters
Type Name Description
UserPreference userPreference

Implements

IUserPreferencesController

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS