Class AdminUserAccountSearchBehaviour
- Namespace
- The.WPF.Screens.Components
- Assembly
- Instagile.WPF.dll
public sealed class AdminUserAccountSearchBehaviour : SearchBehaviour
- Inheritance
-
AdminUserAccountSearchBehaviour
- Inherited Members
Constructors
AdminUserAccountSearchBehaviour(bool, bool)
public AdminUserAccountSearchBehaviour(bool suppressDeleteCommand = false, bool suppressCreateCommand = false)
Parameters
Methods
GetCustomCommands<T>(SearchController<T>, SearchModel<T>)
public override IEnumerable<IScreenCommand> GetCustomCommands<T>(SearchController<T> controller, SearchModel<T> vm) where T : IEntity<T>
Parameters
controllerSearchController<T>vmSearchModel<T>
Returns
Type Parameters
T