Class UserAndRoleSearchModel
Inheritance
System.Object
UserAndRoleSearchModel
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.Cms.Shell.UI.Notifications.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
public class UserAndRoleSearchModel
Constructors
UserAndRoleSearchModel(INotificationUser)
Declaration
public UserAndRoleSearchModel(INotificationUser notificationUser)
Parameters
Type | Name | Description |
---|---|---|
INotificationUser | notificationUser |
UserAndRoleSearchModel(String, RoleInfoModel)
Declaration
public UserAndRoleSearchModel(string roleName, RoleInfoModel info)
Parameters
Type | Name | Description |
---|---|---|
System.String | roleName | |
RoleInfoModel | info |
Properties
DisplayName
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
EmailAddress
Declaration
public string EmailAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ReviewerType
Declaration
public ApprovalDefinitionReviewerType ReviewerType { get; }
Property Value
Type | Description |
---|---|
ApprovalDefinitionReviewerType |
RoleInfo
Declaration
public RoleInfoModel RoleInfo { get; }
Property Value
Type | Description |
---|---|
RoleInfoModel |