Interface
IRecordView

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IRecordView

Properties

Host

Declaration

cs-api-definition
IUIProject Host { get; }

Property Value

IUIProject

SelectedTest

Declaration

cs-api-definition
TestBase SelectedTest { get; set; }

Property Value

TestBase

SuppressTestPackageCommands

Declaration

cs-api-definition
bool SuppressTestPackageCommands { get; set; }

Property Value

bool

Methods

HasDirtyElements()

Declaration

cs-api-definition
bool HasDirtyElements()

Returns

bool

SwitchPackage(TestType)

Declaration

cs-api-definition
void SwitchPackage(TestType testType)

Parameters

testType

TestType

UpdateContent(object)

Declaration

cs-api-definition
void UpdateContent(object content)

Parameters

content

object