C# Class TextEditor2.Forms.TagErrorHandler

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Sage-of-Mirrors/TheWindWaker_Text_Editor Class Usage Examples

Public Properties

Property Type Description
ErrorData List

Public Methods

Method Description
GetCorrectedData ( ) : List
TagErrorHandler ( string title, string error, List errorData ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FillTextBox ( ) : void
InitializeComponent ( ) : void

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

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

GetCorrectedData() public method

public GetCorrectedData ( ) : List
return List

TagErrorHandler() public method

public TagErrorHandler ( string title, string error, List errorData ) : System
title string
error string
errorData List
return System

Property Details

ErrorData public_oe property

public List ErrorData
return List