Class RVFilterValue

Class representing a possible value for a dashboard filter, retrieved from GetFilterValues(RVDashboard, RVDashboardFilter, CancellationToken).

Inheritance
System.Object
RVFilterValue
Inherited Members
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: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public class RVFilterValue

Constructors

RVFilterValue(Object, String)

Declaration
public RVFilterValue(object value, string label)
Parameters
Type Name Description
System.Object value
System.String label

Properties

Label

Declaration
public string Label { get; }
Property Value
Type Description
System.String

Value

The internal value associated to this filter value. This is the value that must be added to the list of selected values when using Reveal.Sdk.RevealView.SetFilterSelectedValues(Reveal.Sdk.RVDashboardFilter,System.Collections.Generic.List{System.Object})

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()