Table of Contents

Struct SortableField

Namespace
Examine.Search
Assembly
Examine.Core.dll

Represents a field used to sort results

public struct SortableField
Inherited Members

Constructors

SortableField(string)

Constructor

public SortableField(string fieldName)

Parameters

fieldName string

SortableField(string, SortType)

Constructor

public SortableField(string fieldName, SortType sortType)

Parameters

fieldName string
sortType SortType

Properties

FieldName

The field name to sort by

public readonly string FieldName { get; }

Property Value

string

SortType

The way in which the results will be sorted by the field specified.

public readonly SortType SortType { get; }

Property Value

SortType