Class RVVisualizationExtensions

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

Methods

GetByFieldName(IEnumerable<RVVisualizationFilter>, String)

Retrieve a filter associated with the given field.

Declaration
public static RVVisualizationFilter GetByFieldName(this IEnumerable<RVVisualizationFilter> filters, string fieldName)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<RVVisualizationFilter> filters

List of visualization filters

System.String fieldName

The name of the field for which to retrieve the filter

Returns
Type Description
RVVisualizationFilter

The filter associated with the given field (case sensitive), or null if there's no filter for the specified field.