Interface IRecordView
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IRecordView
Properties
Host
SelectedTest
SuppressTestPackageCommands
Declaration
bool SuppressTestPackageCommands { get; set; }
Property Value
|
System.Boolean
|
Methods
HasDirtyElements()
Declaration
bool HasDirtyElements()
Returns
|
System.Boolean
|
SwitchPackage(TestType)
UpdateContent(Object)
Declaration
void UpdateContent(object content)
Parameters
|
System.Object
content
|