Table of Contents

Interface ISearchingT<T>

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Generic interface for searching operations that return typed results.

public interface ISearchingT<T>

Type Parameters

T

The type of search result.

Extension Methods

Methods

Search(string)

Searches for an item matching the search term.

T Search(string searchTerm)

Parameters

searchTerm string

The search term.

Returns

T

The search result.