Class FilterItem
Inheritance
System.Object
FilterItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class FilterItem : INotifyPropertyChanged
Constructors
FilterItem()
Declaration
public FilterItem()
FilterItem(String, Object, String)
Declaration
public FilterItem(string key, object comparison, string value)
Parameters
System.String
key
|
System.Object
comparison
|
System.String
value
|
Properties
Comparison
Declaration
public object Comparison { get; set; }
Property Value
System.Object
|
ComparisonTypes
Declaration
public Array ComparisonTypes { get; }
Property Value
System.Array
|
ItemButtonContent
Declaration
public string ItemButtonContent { get; set; }
Property Value
System.String
|
Key
Declaration
public string Key { get; set; }
Property Value
System.String
|
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|