[ whitefrost.com | Account Manager 4 Product Page ]

Core.Shell.Interfaces.ICommandLine Interface Reference

Inheritance diagram for Core.Shell.Interfaces.ICommandLine:

Core.Shell.CommandLine

List of all members.

Public Member Functions

String ConsumeParameter (ICommand first_command)
void AddCommand (ICommand command)
void WriteResponse (String text)

Properties

IContext ShellContext [get, set]
ICommandLine PreviousCommandLine [get, set]
ICommandLine NextCommandLine [get, set]
ICommand[] Commands [get]
byte[] ResponseBuffer [get]
bool Executed [get, set]


Member Function Documentation

String Core.Shell.Interfaces.ICommandLine.ConsumeParameter ( ICommand  first_command  ) 

void Core.Shell.Interfaces.ICommandLine.AddCommand ( ICommand  command  ) 

void Core.Shell.Interfaces.ICommandLine.WriteResponse ( String  text  ) 

Implemented in Core.Shell.CommandLine.


Property Documentation

IContext Core.Shell.Interfaces.ICommandLine.ShellContext [get, set]

Implemented in Core.Shell.CommandLine.

ICommandLine Core.Shell.Interfaces.ICommandLine.PreviousCommandLine [get, set]

Implemented in Core.Shell.CommandLine.

ICommandLine Core.Shell.Interfaces.ICommandLine.NextCommandLine [get, set]

Implemented in Core.Shell.CommandLine.

ICommand [] Core.Shell.Interfaces.ICommandLine.Commands [get]

Implemented in Core.Shell.CommandLine.

byte [] Core.Shell.Interfaces.ICommandLine.ResponseBuffer [get]

Implemented in Core.Shell.CommandLine.

bool Core.Shell.Interfaces.ICommandLine.Executed [get, set]

Implemented in Core.Shell.CommandLine.


The documentation for this interface was generated from the following file:
Stephen W. Cote, 2009, whitefrost.com