OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
OpenSim.Framework.Console.ConsoleDisplayList Class Reference

Used to generated a formatted table for the console. More...

Public Member Functions

 ConsoleDisplayList ()
 
override string ToString ()
 
void AddToStringBuilder (StringBuilder sb)
 
void AddRow (object key, object value)
 

Public Attributes

const string DefaultKeyValueDivider = " : "
 The default divider between key and value for a list item. More...
 

Properties

string KeyValueDivider [get, set]
 The divider used between key and value for a list item. More...
 
List< KeyValuePair< string,
string > > 
Rows [get, set]
 Table rows More...
 
int Indent [get, set]
 Number of spaces to indent the list. More...
 

Detailed Description

Used to generated a formatted table for the console.

Currently subject to change. If you use this, be prepared to change your code when this class changes.

Definition at line 41 of file ConsoleDisplayList.cs.

Constructor & Destructor Documentation

OpenSim.Framework.Console.ConsoleDisplayList.ConsoleDisplayList ( )
inline

Definition at line 63 of file ConsoleDisplayList.cs.

Member Function Documentation

void OpenSim.Framework.Console.ConsoleDisplayList.AddRow ( object  key,
object  value 
)
inline

Definition at line 107 of file ConsoleDisplayList.cs.

void OpenSim.Framework.Console.ConsoleDisplayList.AddToStringBuilder ( StringBuilder  sb)
inline

Definition at line 76 of file ConsoleDisplayList.cs.

override string OpenSim.Framework.Console.ConsoleDisplayList.ToString ( )
inline

Definition at line 69 of file ConsoleDisplayList.cs.

Member Data Documentation

const string OpenSim.Framework.Console.ConsoleDisplayList.DefaultKeyValueDivider = " : "

The default divider between key and value for a list item.

Definition at line 46 of file ConsoleDisplayList.cs.

Property Documentation

int OpenSim.Framework.Console.ConsoleDisplayList.Indent
getset

Number of spaces to indent the list.

Definition at line 61 of file ConsoleDisplayList.cs.

string OpenSim.Framework.Console.ConsoleDisplayList.KeyValueDivider
getset

The divider used between key and value for a list item.

Definition at line 51 of file ConsoleDisplayList.cs.

List<KeyValuePair<string, string> > OpenSim.Framework.Console.ConsoleDisplayList.Rows
getset

Table rows

Definition at line 56 of file ConsoleDisplayList.cs.


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