Table of Contents

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>

Roles

public List<string> Roles { get; set; }

Property Value

List<string>

UserIds

public List<Guid> UserIds { get; set; }

Property Value

List<Guid>