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: 10.10.4Syntax
public class QueryableNotificationUsersImpl : QueryableNotificationUserServiceConstructors
QueryableNotificationUsersImpl(IQueryableNotificationUsers)
Declaration
public QueryableNotificationUsersImpl(IQueryableNotificationUsers queryableNotificationUsers)Parameters
| Type | Name | Description | 
|---|---|---|
| IQueryableNotificationUsers | queryableNotificationUsers | 
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 | 
