Table of Contents

Class DslWidgetDataQuery

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll

public class DslWidgetDataQuery

Inheritance

objectDslWidgetDataQuery

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<DslWidgetDataQuery>(DslWidgetDataQuery)

Constructors

DslWidgetDataQuery()

public DslWidgetDataQuery()

Properties

Filter

public string Filter { get; set; }

Property Value

string

FilteringAttributes

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

Property Value

IList<string>

QueryType

public DslWidgetDataQueryType QueryType { get; set; }

Property Value

DslWidgetDataQueryType

SortingAttributes

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

Property Value

IList<DslSortingAttribute>