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