Table of Contents

Interface ISupportSearch

Namespace
Arbiter.CommandQuery.Definitions
Assembly
Arbiter.CommandQuery.dll

An interface indicating the implemented type supports search

public interface ISupportSearch

Methods

SearchFields()

Gets a list of search the fields.

public static abstract IEnumerable<string> SearchFields()

Returns

IEnumerable<string>

A list of search fields

SortField()

Gets the default sort the field.

public static abstract string SortField()

Returns

string

The default sort field