Class
EmailNotificationsViewModel

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

ScheduleTestListWizard

run

Job

Properties

Always

Declaration

cs-api-definition
public bool Always { get; set; }

Property Value

bool

AttachAiiResult

Declaration

cs-api-definition
public bool AttachAiiResult { get; set; }

Property Value

bool

AttachExcel

Declaration

cs-api-definition
public bool AttachExcel { get; set; }

Property Value

bool

AttachHtml

Declaration

cs-api-definition
public bool AttachHtml { get; set; }

Property Value

bool

AttachWord

Declaration

cs-api-definition
public bool AttachWord { get; set; }

Property Value

bool

AttachXml

Declaration

cs-api-definition
public bool AttachXml { get; set; }

Property Value

bool

DoNotNotify

Declaration

cs-api-definition
public bool DoNotNotify { get; set; }

Property Value

bool

EmailsText

Declaration

cs-api-definition
public string EmailsText { get; set; }

Property Value

string

Failure

Declaration

cs-api-definition
public bool Failure { get; set; }

Property Value

bool

ListName

Declaration

cs-api-definition
public string ListName { get; }

Property Value

string

Notify

Declaration

cs-api-definition
public bool Notify { get; set; }

Property Value

bool

Run

Declaration

cs-api-definition
public Job Run { get; }

Property Value

Job

Settings

Declaration

cs-api-definition
public NotificationSettings Settings { get; }

Property Value

NotificationSettings

ShowFailureInformation

Declaration

cs-api-definition
public bool ShowFailureInformation { get; set; }

Property Value

bool

ShowGeneralInformation

Declaration

cs-api-definition
public bool ShowGeneralInformation { get; set; }

Property Value

bool

Subject

Declaration

cs-api-definition
public string Subject { get; set; }

Property Value

string

SubjectPreviewText

Declaration

cs-api-definition
public string SubjectPreviewText { get; }

Property Value

string

TestListTests

Declaration

cs-api-definition
public string TestListTests { get; }

Property Value

string

TextAfter

Declaration

cs-api-definition
public string TextAfter { get; set; }

Property Value

string

TextBefore

Declaration

cs-api-definition
public string TextBefore { get; set; }

Property Value

string

TextBetween

Declaration

cs-api-definition
public string TextBetween { get; set; }

Property Value

string

UseCustomDescriptions

Declaration

cs-api-definition
public bool UseCustomDescriptions { get; set; }

Property Value

bool

Wizard

Declaration

cs-api-definition
public ScheduleTestListWizard Wizard { get; set; }

Property Value

ScheduleTestListWizard

Methods

BuildPreviewSubject()

Declaration

cs-api-definition
public string BuildPreviewSubject()

Returns

string

ValidateMails()

Declaration

cs-api-definition
public string ValidateMails()

Returns

string