OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class CommandLookup

Inheritance
System.Object
CommandBase
Command
CommandLookup
Implements
ICommand
Inherited Members
Command.ExecuteAsync()
CommandBase.Context
CommandBase.PrintAsync(String)
CommandBase.PrintAsync(String, Color)
CommandBase.CheckPermissionAsync(String)
Namespace: UserDatabasePlugin.Commands
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
Type Description
Task
Overrides
Command.OnExecuteAsync()

Implements

ICommand

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)