C# Class EtoolTech.Mongo.KeyValueClient.UI.ObjectViewer

Datei anzeigen Open project: emiliotorrens/MongoKeyValueClient.NET Class Usage Examples

Private Properties

Property Type Description
AddColouredText void
BeautifyJson string
ButtonFindTextClick void
FindText int
IndentXml string
InitializeComponent void
ObjectViewerLoad void
ToXml string

Public Methods

Method Description
ObjectViewer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddColouredText ( string strTextToAdd ) : void
BeautifyJson ( string json ) : string
ButtonFindTextClick ( object sender, EventArgs e ) : void
FindText ( string txt, int start, int end ) : int
IndentXml ( string xml ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ObjectViewerLoad ( object sender, EventArgs e ) : void
ToXml ( object data ) : string

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ObjectViewer() public method

public ObjectViewer ( ) : System
return System