C# Class WhatForensics.MessageView

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jglim/WhatForensics Class Usage Examples

Méthodes publiques

Свойство Type Description
IsGroupMessage bool

Méthodes publiques

Méthode Description
InitializeMessages ( int zchatsession, string connectionString, string searchString = "" ) : void
MessageView ( ) : System

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.

MessageView_Load ( object sender, EventArgs e ) : void
btnExport_Click ( object sender, EventArgs e ) : void
lvMessageView_SelectedIndexChanged ( object sender, EventArgs e ) : void
txtName_TextChanged ( 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

InitializeMessages() public méthode

public InitializeMessages ( int zchatsession, string connectionString, string searchString = "" ) : void
zchatsession int
connectionString string
searchString string
Résultat void

MessageView() public méthode

public MessageView ( ) : System
Résultat System

Property Details

IsGroupMessage public_oe property

public bool IsGroupMessage
Résultat bool