Class RVDataModelMeasure
Inheritance
System.Object
RVDataModelMeasure
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVDataModelMeasure : Object
Constructors
RVDataModelMeasure(String, String)
Declaration
public RVDataModelMeasure(string name, string expression)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
| System.String |
expression |
|
Properties
Description
Declaration
public string Description { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Expression
Declaration
public string Expression { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|