C# Class NLogViewer.Parsers.UI.RegexLogEventParserPropertyPage

Inheritance: NLogViewer.UI.WizardPage
Afficher le fichier Open project: jkowalski/NLogViewer

Méthodes publiques

Méthode Description
RegexLogEventParserPropertyPage ( ) : System
RegexLogEventParserPropertyPage ( RegexLogEventParser parser ) : System
ValidatePage ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RegexLogEventParserPropertyPage_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
contextMenuStrip1_Opening ( object sender, CancelEventArgs e ) : void
listView1_DoubleClick ( object sender, EventArgs e ) : void
listView1_Enter ( object sender, EventArgs e ) : void
toolStripMenuItemAddCaptureGroup_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

RegexLogEventParserPropertyPage() public méthode

public RegexLogEventParserPropertyPage ( ) : System
Résultat System

RegexLogEventParserPropertyPage() public méthode

public RegexLogEventParserPropertyPage ( RegexLogEventParser parser ) : System
parser NLogViewer.Parsers.RegexLogEventParser
Résultat System

ValidatePage() public méthode

public ValidatePage ( ) : bool
Résultat bool