Namespace DotNetNuke.Abstractions.Prompt
Interfaces
ICommand
This is used to retrieve and keep a list of all commands found in the installation.
ICommandHelp
This is used to send the result back to the client when a user asks help for a command.
ICommandOption
This is used in the ICommandHelp to send a list of command parameters to the client for explanatory help.
ICommandRepository
The repository handles retrieving of commands from the entire DNN installation.
IConsoleCommand
Interface implemented by all commands.
IConsoleResultModel
This is used to return the results of the execution of a command to the client.
IPagingInfo
Used to page long lists of data to the client.