OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.Framework.Interfaces.ICommand Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.ICommand:
Inheritance graph
[legend]

Public Member Functions

void AddArgument (string name, string helptext, string type)
 
void Run (object[] args)
 
void ShowConsoleHelp ()
 
string ShortHelp ()
 

Properties

Dictionary< string, string > Arguments [get]
 
string Help [get]
 
string Name [get]
 
CommandIntentions Intentions [get]
 

Detailed Description

Definition at line 39 of file ICommand.cs.

Member Function Documentation

void OpenSim.Region.Framework.Interfaces.ICommand.AddArgument ( string  name,
string  helptext,
string  type 
)
void OpenSim.Region.Framework.Interfaces.ICommand.Run ( object[]  args)
string OpenSim.Region.Framework.Interfaces.ICommand.ShortHelp ( )
void OpenSim.Region.Framework.Interfaces.ICommand.ShowConsoleHelp ( )

Property Documentation

Dictionary<string, string> OpenSim.Region.Framework.Interfaces.ICommand.Arguments
get

Definition at line 42 of file ICommand.cs.

string OpenSim.Region.Framework.Interfaces.ICommand.Help
get

Definition at line 43 of file ICommand.cs.

CommandIntentions OpenSim.Region.Framework.Interfaces.ICommand.Intentions
get

Definition at line 45 of file ICommand.cs.

string OpenSim.Region.Framework.Interfaces.ICommand.Name
get

Definition at line 44 of file ICommand.cs.


The documentation for this interface was generated from the following file: