OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.CoreModules.Framework.InterfaceCommander.CommandArgument Class Reference

A single command argument, contains name, type and at runtime, value. More...

Public Member Functions

 CommandArgument (string name, string help, string type)
 

Properties

string Name [get]
 
string HelpText [get]
 
string ArgumentType [get]
 
Object ArgumentValue [get, set]
 

Detailed Description

A single command argument, contains name, type and at runtime, value.

Definition at line 185 of file Command.cs.

Constructor & Destructor Documentation

OpenSim.Region.CoreModules.Framework.InterfaceCommander.CommandArgument.CommandArgument ( string  name,
string  help,
string  type 
)
inline

Definition at line 192 of file Command.cs.

Property Documentation

string OpenSim.Region.CoreModules.Framework.InterfaceCommander.CommandArgument.ArgumentType
get

Definition at line 210 of file Command.cs.

Object OpenSim.Region.CoreModules.Framework.InterfaceCommander.CommandArgument.ArgumentValue
getset

Definition at line 215 of file Command.cs.

string OpenSim.Region.CoreModules.Framework.InterfaceCommander.CommandArgument.HelpText
get

Definition at line 205 of file Command.cs.

string OpenSim.Region.CoreModules.Framework.InterfaceCommander.CommandArgument.Name
get

Definition at line 200 of file Command.cs.


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