Class EmailNotificationsViewModel
Inheritance
System.Object
EmailNotificationsViewModel
Namespace: ArtOfTest.WebAii.Design.UI.Scheduling.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class EmailNotificationsViewModel : ViewModelBase<ProvidersViewModel>
Constructors
EmailNotificationsViewModel(ScheduleTestListWizard, Job)
Properties
Always
Declaration
public bool Always { get; set; }
Property Value
System.Boolean
|
AttachAiiResult
Declaration
public bool AttachAiiResult { get; set; }
Property Value
System.Boolean
|
AttachExcel
Declaration
public bool AttachExcel { get; set; }
Property Value
System.Boolean
|
AttachHtml
Declaration
public bool AttachHtml { get; set; }
Property Value
System.Boolean
|
AttachWord
Declaration
public bool AttachWord { get; set; }
Property Value
System.Boolean
|
AttachXml
Declaration
public bool AttachXml { get; set; }
Property Value
System.Boolean
|
DoNotNotify
Declaration
public bool DoNotNotify { get; set; }
Property Value
System.Boolean
|
EmailsText
Declaration
public string EmailsText { get; set; }
Property Value
System.String
|
Failure
Declaration
public bool Failure { get; set; }
Property Value
System.Boolean
|
ListName
Declaration
public string ListName { get; }
Property Value
System.String
|
Notify
Declaration
public bool Notify { get; set; }
Property Value
System.Boolean
|
Run
Declaration
public Job Run { get; }
Property Value
Telerik.TestStudio.Shared.Communication.Transports.Job
|
Settings
Declaration
public NotificationSettings Settings { get; }
Property Value
Telerik.TestStudio.Shared.Communication.Transports.NotificationSettings
|
ShowFailureInformation
Declaration
public bool ShowFailureInformation { get; set; }
Property Value
System.Boolean
|
ShowGeneralInformation
Declaration
public bool ShowGeneralInformation { get; set; }
Property Value
System.Boolean
|
Subject
Declaration
public string Subject { get; set; }
Property Value
System.String
|
SubjectPreviewText
Declaration
public string SubjectPreviewText { get; }
Property Value
System.String
|
TestListTests
Declaration
public string TestListTests { get; }
Property Value
System.String
|
TextAfter
Declaration
public string TextAfter { get; set; }
Property Value
System.String
|
TextBefore
Declaration
public string TextBefore { get; set; }
Property Value
System.String
|
TextBetween
Declaration
public string TextBetween { get; set; }
Property Value
System.String
|
UseCustomDescriptions
Declaration
public bool UseCustomDescriptions { get; set; }
Property Value
System.Boolean
|
Wizard
Declaration
public ScheduleTestListWizard Wizard { get; set; }
Property Value
ScheduleTestListWizard
|
Methods
BuildPreviewSubject()
Declaration
public string BuildPreviewSubject()
Returns
System.String
|
ValidateMails()
Declaration
public string ValidateMails()
Returns
System.String
|