Class CommandLookup
Inheritance
System.Object
CommandLookup
Assembly: UserDatabasePlugin.dll
Syntax
public class CommandLookup : Command, ICommand
Constructors
|
Improve this Doc
View Source
CommandLookup(IServiceProvider, IUserManager, IStringLocalizer, UserDatabaseDbContext)
Declaration
public CommandLookup(IServiceProvider serviceProvider, IUserManager userManager, IStringLocalizer stringLocalizer, UserDatabaseDbContext dbContext)
Parameters
Type |
Name |
Description |
IServiceProvider |
serviceProvider |
|
IUserManager |
userManager |
|
IStringLocalizer |
stringLocalizer |
|
UserDatabaseDbContext |
dbContext |
|
Fields
|
Improve this Doc
View Source
OfflineLookupPermission
Declaration
public const string OfflineLookupPermission = null
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
OnExecuteAsync()
Declaration
protected override Task OnExecuteAsync()
Returns
Overrides
Implements
Extension Methods