Class
TestsFilterClauseModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Filtering.Tests

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestsFilterClauseModel : PackageModel

Inheritance: objectPackageModelTestsFilterClauseModel

Inherited Members PackageModel.PackageTypePackageModel.DefaultTestNamePackageModel.IsAllowedBySku

Properties

HasPackage

Declaration

cs-api-definition
public bool HasPackage { get; }

Property Value

bool

ImageSource

Declaration

cs-api-definition
public GlyphIcon ImageSource { get; }

Property Value

GlyphIcon

IsChecked

Declaration

cs-api-definition
public bool IsChecked { get; set; }

Property Value

bool

Name

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides PackageModel.Name

Methods

OnCheckStateChanged(bool)

Declaration

cs-api-definition
protected virtual void OnCheckStateChanged(bool state)

Parameters

state

bool

ResumeNotifications()

Declaration

cs-api-definition
public void ResumeNotifications()

SuppressNotifications()

Declaration

cs-api-definition
public void SuppressNotifications()

Events

CheckStateChanged

Declaration

cs-api-definition
public event Action<TestsFilterClauseModel, bool> CheckStateChanged

Event Value

Action<TestsFilterClauseModel, bool>