Class FilterState
Inheritance
System.Object
FilterState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
[Serializable]
public class FilterState
Constructors
View SourceFilterState(String)
Creates a new instance of the FilterState class.
Declaration
public FilterState(string filterId)
Parameters
Type | Name | Description |
---|---|---|
System.String | filterId |
Properties
View SourceFilterId
Gets the unique id of the FilterControlFilter.
Declaration
public string FilterId { get; }
Property Value
Type | Description |
---|---|
System.String |
IsExpanded
Indicates whether the FilterControlFilter is expanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVisible
Indicates whether the FilterControlFilter is visible.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Gets or sets the FilterControlFilter value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |