Show / Hide Table of Contents

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 Source

FilterState(String)

Creates a new instance of the FilterState class.

Declaration
public FilterState(string filterId)
Parameters
Type Name Description
System.String filterId

Properties

View Source

FilterId

Gets the unique id of the FilterControlFilter.

Declaration
public string FilterId { get; }
Property Value
Type Description
System.String
View Source

IsExpanded

Indicates whether the FilterControlFilter is expanded.

Declaration
public bool IsExpanded { get; set; }
Property Value
Type Description
System.Boolean
View Source

IsVisible

Indicates whether the FilterControlFilter is visible.

Declaration
public bool IsVisible { get; set; }
Property Value
Type Description
System.Boolean
View Source

Value

Gets or sets the FilterControlFilter value.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX