Class RVField

This class represents a visualization field.

Inheritance
System.Object
RVField
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 class RVField

Constructors

RVField(String, String, RVDashboardDataType)

Initializes a new instance of this class

Declaration
public RVField(string name, string label, RVDashboardDataType type)
Parameters
Type Name Description
System.String name

The name of the field.

System.String label

The label of the field

RVDashboardDataType type

The field's type

Properties

Label

Gets or sets the label of field

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

Name

Gets the name of the field

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

Type

Gets or sets the data type of the field

Declaration
public RVDashboardDataType Type { get; set; }
Property Value
Type Description
RVDashboardDataType