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
Screen
|
Test
|
Properties
Codec
Declaration
public string Codec { get; set; }
Property Value
System.
|
CopyToClipboardLinkCommand
Declaration
public CommandHandler CopyToClipboardLinkCommand { get; }
Property Value
Telerik.
|
EnablePlayButton
Declaration
public bool EnablePlayButton { get; set; }
Property Value
System.
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
System.
|
Path
Declaration
public string Path { get; set; }
Property Value
System.
|
PlayCommand
Declaration
public CommandHandler PlayCommand { get; }
Property Value
Telerik.
|
ShowErrorDialog
Declaration
public bool ShowErrorDialog { get; set; }
Property Value
System.
|
Size
Declaration
public string Size { get; set; }
Property Value
System.
|