Class ScreenRecordingResultViewModel
Inheritance
System.Object
ScreenRecordingResultViewModel
Namespace: ArtOfTest.WebAii.Design.UI.ResultsViewer.ViewModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ScreenRecordingResultViewModel : ViewModelBase
Constructors
ScreenRecordingResultViewModel(ScreenRecordingResult, TestResult)
Declaration
public ScreenRecordingResultViewModel(ScreenRecordingResult parent, TestResult result)
Parameters
|
ScreenRecordingResult
parent
|
|
TestResult
result
|
Properties
Codec
Declaration
public string Codec { get; set; }
Property Value
|
System.String
|
CopyToClipboardLinkCommand
Declaration
public CommandHandler CopyToClipboardLinkCommand { get; }
Property Value
|
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
EnablePlayButton
Declaration
public bool EnablePlayButton { get; set; }
Property Value
|
System.Boolean
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
|
System.String
|
Path
Declaration
public string Path { get; set; }
Property Value
|
System.String
|
PlayCommand
Declaration
public CommandHandler PlayCommand { get; }
Property Value
|
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
ShowErrorDialog
Declaration
public bool ShowErrorDialog { get; set; }
Property Value
|
System.Boolean
|
Size
Declaration
public string Size { get; set; }
Property Value
|
System.String
|