Class
ProjectAndTestsFilterBehavior

Definition

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

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ProjectAndTestsFilterBehavior : ViewModelBase

Inheritance: objectProjectAndTestsFilterBehavior

Constructors

ProjectAndTestsFilterBehavior()

Declaration

cs-api-definition
public ProjectAndTestsFilterBehavior()

Fields

AllowedTypesProperty

Declaration

cs-api-definition
public static readonly DependencyProperty AllowedTypesProperty

Field Value

DependencyProperty

InDevelopmentFilterProperty

Declaration

cs-api-definition
public static readonly DependencyProperty InDevelopmentFilterProperty

Field Value

DependencyProperty

IsFilteringAllowedProperty

Declaration

cs-api-definition
public static DependencyProperty IsFilteringAllowedProperty

Field Value

DependencyProperty

TestAsStepFilterProperty

Declaration

cs-api-definition
public static readonly DependencyProperty TestAsStepFilterProperty

Field Value

DependencyProperty

TextProperty

Declaration

cs-api-definition
public static readonly DependencyProperty TextProperty

Field Value

DependencyProperty

Methods

GetAllowedTypes(DependencyObject)

Declaration

cs-api-definition
public static TestType[] GetAllowedTypes(DependencyObject depObject)

Parameters

depObject

DependencyObject

Returns

TestType[]

GetInDevelopmentFilter(DependencyObject)

Declaration

cs-api-definition
public static bool GetInDevelopmentFilter(DependencyObject depObject)

Parameters

depObject

DependencyObject

Returns

bool

GetIsFilteringAllowed(DependencyObject)

Declaration

cs-api-definition
public static bool GetIsFilteringAllowed(DependencyObject d)

Parameters

d

DependencyObject

Returns

bool

GetTestAsStepFilter(DependencyObject)

Declaration

cs-api-definition
public static bool GetTestAsStepFilter(DependencyObject depObject)

Parameters

depObject

DependencyObject

Returns

bool

GetText(DependencyObject)

Declaration

cs-api-definition
public static string GetText(DependencyObject depObject)

Parameters

depObject

DependencyObject

Returns

string

RemoveInstance(RadTreeListView)

Declaration

cs-api-definition
public static bool RemoveInstance(RadTreeListView radTreeListView)

Parameters

radTreeListView

RadTreeListView

Returns

bool

SetAllowedTypes(DependencyObject, TestType[])

Declaration

cs-api-definition
public static void SetAllowedTypes(DependencyObject depObject, TestType[] type)

Parameters

depObject

DependencyObject

type

TestType[]

SetInDevelopmentFilter(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetInDevelopmentFilter(DependencyObject depObject, bool testAsStep)

Parameters

depObject

DependencyObject

testAsStep

bool

SetIsFilteringAllowed(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetIsFilteringAllowed(DependencyObject d, bool isFilteringAllowed)

Parameters

d

DependencyObject

isFilteringAllowed

bool

SetTestAsStepFilter(DependencyObject, bool)

Declaration

cs-api-definition
public static void SetTestAsStepFilter(DependencyObject depObject, bool testAsStep)

Parameters

depObject

DependencyObject

testAsStep

bool

SetText(DependencyObject, string)

Declaration

cs-api-definition
public static void SetText(DependencyObject depObject, string text)

Parameters

depObject

DependencyObject

text

string