Class SearchBehaviour<U>
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
controllerSearchController<T>vmSearchModel<T>
Returns
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
controllerSearchController<T>vmSearchModel<T>
Returns
Type Parameters
T