Table of Contents

Class SearchBehaviour

Namespace
The.WPF.Screens
Assembly
Instagile.WPF.dll
public abstract class SearchBehaviour
Inheritance
SearchBehaviour
Derived
Inherited Members

Methods

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

public virtual 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