Class Constants.ReporterOperatorTypes
Inheritance
Constants.ReporterOperatorTypes
Assembly: SoCore.dll
Syntax
public static class ReporterOperatorTypes : Object
Fields
Bool
Declaration
public const string Bool = "boolean"
Field Value
CalendarMonth
Declaration
public const string CalendarMonth = "calendarm"
Field Value
CalendarWeek
Declaration
public const string CalendarWeek = "calendarw"
Field Value
Date
Declaration
public const string Date = "date"
Field Value
List
Declaration
public const string List = "list"
Field Value
Number
Declaration
public const string Number = "number"
Field Value
ReporterUnlimitedDate
Declaration
public const string ReporterUnlimitedDate = "reporterUnlimitedDate"
Field Value
Selection
Declaration
public const string Selection = "selection"
Field Value
String
Declaration
public const string String = "string"
Field Value
Tree
Declaration
public const string Tree = "tree"
Field Value