Class
TestTypeSelectorViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestTypeSelectorViewModel : SkuDependantViewModel, IWeakEventListener, IDataErrorInfo, IDisposable

Inheritance: objectSkuDependantViewModelTestTypeSelectorViewModel

Implements: IDataErrorInfoIDisposableIWeakEventListener

Inherited Members SkuDependantViewModel.ReceiveWeakEvent(Type, object, EventArgs)SkuDependantViewModel.RegisterForSkuChanged()SkuDependantViewModel.UnRegisterForSkuChanged()SkuDependantViewModel.SkuDisabledFeatureText

Constructors

TestTypeSelectorViewModel()

Declaration

cs-api-definition
public TestTypeSelectorViewModel()

Properties

Error

Declaration

cs-api-definition
public string Error { get; }

Property Value

string

Implements IDataErrorInfo.Error

Packages

Declaration

cs-api-definition
public List<PackageModel> Packages { get; }

Property Value

List<PackageModel>

ProbePath

Declaration

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

Property Value

string

SelectedIndex

Declaration

cs-api-definition
public int SelectedIndex { get; set; }

Property Value

int

SkuDisabledDescription

Declaration

cs-api-definition
public string SkuDisabledDescription { get; }

Property Value

string

TestName

Declaration

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

Property Value

string

this[string]

Declaration

cs-api-definition
public string this[string name] { get; }

Parameters

name

string

Property Value

string

Implements IDataErrorInfo.this[string]

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnSkuChanged()

Declaration

cs-api-definition
protected override void OnSkuChanged()

Overrides SkuDependantViewModel.OnSkuChanged()