Class WidgetDataQuery
Namespace: Casewhere.Models.Pages
Assembly: Casewhere.Models.dll
Represents a widget data query.
public class WidgetDataQuery
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WidgetDataQuery>(WidgetDataQuery)
Constructors
WidgetDataQuery()
public WidgetDataQuery()
Properties
Filter
Gets or sets the filter for the data query.
public string Filter { get; set; }
Property Value
FilteringAttributes
Gets or sets the filtering attributes for the data query.
public IList<string> FilteringAttributes { get; set; }
Property Value
FilteringValues
public IList<FilteringValues> FilteringValues { get; set; }
Property Value
MaxQueryTimeout
public int? MaxQueryTimeout { get; set; }
Property Value
int?
QueryType
Gets or sets the type of the data query.
public WidgetDataQueryType QueryType { get; set; }
Property Value
SortingAttributes
Gets or sets the sorting attributes for the data query.
public IList<SortingAttribute> SortingAttributes { get; set; }