Enum WidgetDataQueryType
Namespace: Casewhere.Models.Pages
Assembly: Casewhere.Models.dll
Represents the type of data query for the widget. Support query by BSON document or C# script language.
public enum WidgetDataQueryType
Extension Methods
EnumExtensions.DeepClone<WidgetDataQueryType>(WidgetDataQueryType)
Fields
BsonDocument = 1
CSharpScript = 2