Table of Contents

Class DslSortingAttribute

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

public class DslSortingAttribute

Inheritance

objectDslSortingAttribute

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

Constructors

DslSortingAttribute()

public DslSortingAttribute()

Properties

Ascending

public bool Ascending { get; set; }

Property Value

bool

AttributeName

public string AttributeName { get; set; }

Property Value

string

Methods

ToSortField()

public DslSortField ToSortField()

Returns

DslSortField