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.7Syntax
[ServiceConfiguration(typeof(QueryableNotificationUserService))]
public class QueryableNotificationUsersProfileImpl : QueryableNotificationUsersImplConstructors
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 | 
