ClassScreenRecordingResultViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.ResultsViewer.ViewModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ScreenRecordingResultViewModel : ViewModelBase
Inheritance: objectScreenRecordingResultViewModel
Constructors
ScreenRecordingResultViewModel(ScreenRecordingResult, TestResult)
Declaration
cs-api-definition
public ScreenRecordingResultViewModel(ScreenRecordingResult parent, TestResult result)
Parameters
parent
result
Properties
CopyToClipboardLinkCommand
Declaration
cs-api-definition
public CommandHandler CopyToClipboardLinkCommand { get; }
Property Value
CommandHandler
PlayCommand
Declaration
cs-api-definition
public CommandHandler PlayCommand { get; }
Property Value
CommandHandler