ClassEmailNotificationsViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.Scheduling.Models
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class EmailNotificationsViewModel : ViewModelBase<ProvidersViewModel>
Inheritance: objectEmailNotificationsViewModel
Constructors
EmailNotificationsViewModel(ScheduleTestListWizard, Job)
Declaration
cs-api-definition
public EmailNotificationsViewModel(ScheduleTestListWizard wizard, Job run)
Parameters
wizard
run
Job
Properties
Run
Declaration
cs-api-definition
public Job Run { get; }
Property Value
Job
Settings
Declaration
cs-api-definition
public NotificationSettings Settings { get; }
Property Value
NotificationSettings
Wizard
Declaration
cs-api-definition
public ScheduleTestListWizard Wizard { get; set; }
Property Value