SaaS CMS has officially launched! Learn more now.

Class QueryableNotificationUsersProfileImpl

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
QueryableNotificationUsersProfileImpl
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(QueryableNotificationUserService))]
public class QueryableNotificationUsersProfileImpl : QueryableNotificationUsersImpl

Constructors

QueryableNotificationUsersProfileImpl(IQueryableProfile, IQueryableNotificationUsers, IQueryableNotificationUser)

Declaration
public QueryableNotificationUsersProfileImpl(IQueryableProfile queryableProfile, IQueryableNotificationUsers queryableNotificationUsers, IQueryableNotificationUser queryableNotificationUser)
Parameters
Type Name Description
IQueryableProfile queryableProfile
IQueryableNotificationUsers queryableNotificationUsers
IQueryableNotificationUser queryableNotificationUser

Methods

GetNotificationUser(String)

Declaration
protected override INotificationUser GetNotificationUser(string partOfUser)
Parameters
Type Name Description
System.String partOfUser
Returns
Type Description
INotificationUser
Overrides

Extension Methods