Class
ScreenRecordingResultViewModel

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

ScreenRecordingResult

result

TestResult

Properties

Codec

Declaration

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

Property Value

string

CopyToClipboardLinkCommand

Declaration

cs-api-definition
public CommandHandler CopyToClipboardLinkCommand { get; }

Property Value

CommandHandler

EnablePlayButton

Declaration

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

Property Value

bool

ErrorMessage

Declaration

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

Property Value

string

Path

Declaration

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

Property Value

string

PlayCommand

Declaration

cs-api-definition
public CommandHandler PlayCommand { get; }

Property Value

CommandHandler

ShowErrorDialog

Declaration

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

Property Value

bool

Size

Declaration

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

Property Value

string