Table of Contents

Class WidgetDataQuery

Namespace: Casewhere.Models.Pages
Assembly: Casewhere.Models.dll

Represents a widget data query.

public class WidgetDataQuery

Inheritance

objectWidgetDataQuery

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

string

FilteringAttributes

Gets or sets the filtering attributes for the data query.

public IList<string> FilteringAttributes { get; set; }

Property Value

IList<string>

FilteringValues

public IList<FilteringValues> FilteringValues { get; set; }

Property Value

IList<FilteringValues>

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

WidgetDataQueryType

SortingAttributes

Gets or sets the sorting attributes for the data query.

public IList<SortingAttribute> SortingAttributes { get; set; }

Property Value

IList<SortingAttribute>