Show / Hide Table of Contents

Class RegistrationProfileController

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

Constructors

RegistrationProfileController()

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with ListController. Scheduled removal in v12.0.0.")]
public RegistrationProfileController()

RegistrationProfileController(ListController, IHostSettings, IPortalController, IApplicationStatusInfo, IPortalGroupController)

Declaration
public RegistrationProfileController(ListController listController, IHostSettings hostSettings, IPortalController portalController, IApplicationStatusInfo appStatus, IPortalGroupController portalGroupController)
Parameters
Type Name Description
ListController listController
IHostSettings hostSettings
IPortalController portalController
IApplicationStatusInfo appStatus
IPortalGroupController portalGroupController

Methods

GetFactory()

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

Search(int, string)

Declaration
public IEnumerable<string> Search(int portalId, string searchTerm)
Parameters
Type Name Description
int portalId
string searchTerm
Returns
Type Description
IEnumerable<string>

Implements

IRegistrationProfileController

Extension Methods

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