Table of Contents

Class SearchBehaviour<U>

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public abstract class SearchBehaviour<U> : SearchBehaviour where U : IEntity<U>

Type Parameters

U
Inheritance
SearchBehaviour<U>
Inherited Members

Methods

GetComponentCommands<T>(SearchController<T>, SearchModel<T>)

protected abstract IEnumerable<IScreenCommand> GetComponentCommands<T>(SearchController<T> controller, SearchModel<T> vm) where T : U, IEntity<T>

Parameters

controller SearchController<T>
vm SearchModel<T>

Returns

IEnumerable<IScreenCommand>

Type Parameters

T

GetCustomCommands<T>(SearchController<T>, SearchModel<T>)

public override sealed IEnumerable<IScreenCommand> GetCustomCommands<T>(SearchController<T> controller, SearchModel<T> vm) where T : IEntity<T>

Parameters

controller SearchController<T>
vm SearchModel<T>

Returns

IEnumerable<IScreenCommand>

Type Parameters

T