SaaS CMS has officially launched! Learn more now.

Class QueryableNotificationUsersImpl

Inheritance
System.Object
QueryableNotificationUsersImpl
Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 12.0.3
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