Table of Contents

Class DslSortField

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

public class DslSortField

Inheritance

objectDslSortField

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

Constructors

DslSortField(string, bool)

public DslSortField(string name, bool asc = true)

Parameters

name string

asc bool

Properties

Ascending

public bool Ascending { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string