Class RVDataModelField

This class represents a field.

Inheritance
System.Object
RVDataModelField
Namespace: Reveal.Sdk.Data
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVDataModelField : Object

Constructors

RVDataModelField(String, RVDashboardDataType)

Initializes a new instance of this class

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

The name of the field.

RVDashboardDataType type

The field's type

Properties

DefaultAggregation

Declaration
public RVDashboardAggregationType DefaultAggregation { get; set; }
Property Value
Type Description
RVDashboardAggregationType

Description

Gets or sets the description of the field

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

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

WeekLevelEnabled

Declaration
public bool WeekLevelEnabled { get; set; }
Property Value
Type Description
System.Boolean