Class NotificationRecipients
- Namespace
- JJConsulting.Infinity.Domain.Notifications
- Assembly
- JJConsulting.Infinity.Domain.dll
public class NotificationRecipients
Inheritance
-
Inherited Members
-
Properties
AccountIds
public List<int> AccountIds { get; set; }
Property Value
- List<int>
-
Emails
public List<string> Emails { get; set; }
Property Value
- List<string>
-
RoleIds
public List<Guid> RoleIds { get; set; }
Property Value
- List<Guid>
-
RolesNames
public List<string> RolesNames { get; set; }
Property Value
- List<string>
-
UserIds
public List<Guid> UserIds { get; set; }
Property Value
- List<Guid>
-