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