Table of Contents

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

suppressDeleteCommand bool
suppressCreateCommand bool

Methods

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

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