Class TestsFilterClauseModel
Inheritance
System.Object
TestsFilterClauseModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestsFilterClauseModel : PackageModel
Properties
Declaration
public bool HasPackage { get; }
Property Value
Declaration
public string ImageSource { get; }
Property Value
Declaration
public bool IsChecked { get; set; }
Property Value
Declaration
public override string Name { get; }
Property Value
Overrides
Methods
Declaration
protected virtual void OnCheckStateChanged(bool state)
Parameters
Declaration
public void ResumeNotifications()
Declaration
public void SuppressNotifications()
Events
Declaration
public event Action<TestsFilterClauseModel, bool> CheckStateChanged
Event Type