Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class QueryableNotificationUsersImpl

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

Inheritance
System.Object
QueryableNotificationUsersImpl
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.dll
Version: 11.20.7
Syntax
public class QueryableNotificationUsersImpl : QueryableNotificationUserService

Constructors

QueryableNotificationUsersImpl(IQueryableNotificationUsers, IQueryableNotificationUser)

Declaration
public QueryableNotificationUsersImpl(IQueryableNotificationUsers queryableNotificationUsers, IQueryableNotificationUser queryableNotificationUser)
Parameters
Type Name Description
IQueryableNotificationUsers queryableNotificationUsers
IQueryableNotificationUser queryableNotificationUser

Methods

FindAsync(String, Int32, Int32)

Declaration
public override Task<PagedNotificationUserResult> FindAsync(string partOfUser, int pageIndex, int pageSize)
Parameters
Type Name Description
System.String partOfUser
System.Int32 pageIndex
System.Int32 pageSize
Returns
Type Description
System.Threading.Tasks.Task<PagedNotificationUserResult>
Overrides

GetAsync(String)

Declaration
public override Task<INotificationUser> GetAsync(string userName)
Parameters
Type Name Description
System.String userName
Returns
Type Description
System.Threading.Tasks.Task<INotificationUser>
Overrides

GetNotificationUser(String)

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

Extension Methods