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