Table of Contents

Class PropertyConfidtion

Namespace
HeBianGu.Control.Filter
Assembly
HeBianGu.Control.Filter.dll
public class PropertyConfidtion : NotifyPropertyChanged, 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

public RelayCommand SelectionChangedCommand { get; }

Property Value

RelayCommand

Methods

IsMatch(object)

public bool IsMatch(object obj)

Parameters

obj object

Returns

bool