Table of Contents

Class PropertyConfidtion

Namespace
H.Controls.FilterBox
Assembly
H.Controls.FilterBox.dll
public class PropertyConfidtion : Bindable, INotifyPropertyChanged, IPropertyConfidtion, IConditionable
Inheritance
PropertyConfidtion
Implements
Inherited Members
Extension Methods

Constructors

PropertyConfidtion()

public PropertyConfidtion()

PropertyConfidtion(PropertyInfo)

public PropertyConfidtion(PropertyInfo propertyInfo)

Parameters

propertyInfo PropertyInfo

Properties

Filter

public IPropertyFilter Filter { get; set; }

Property Value

IPropertyFilter

SelectionChangedCommand

[JsonIgnore]
public RelayCommand SelectionChangedCommand { get; }

Property Value

RelayCommand

Methods

IsMatch(object)

public bool IsMatch(object obj)

Parameters

obj object

Returns

bool