Public Member Functions | |
| ParticipantViewer (Core.Tools.AccountManager.Product in_base) | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Private Member Functions | |
| void | AddListItem (int id, int pid, int in_type, int rid, int in_ref_type, int org_id) |
| void | RefreshParticipantsList () |
| void | HandleFindParticipant (object sender, int id, int pid, int type, int rid, int ref_type, int org_id) |
| void | HandleFormClosed (object sender, FormClosedEventArgs args) |
| void | btnRefresh_Click (object sender, EventArgs e) |
| void | chkTrace_CheckedChanged (object sender, EventArgs e) |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
| Core.Tools.AccountManager.Product | pbase = null |
| bool | trace_part_search = false |
| System.Collections.Hashtable | types = new System.Collections.Hashtable() |
| System.Collections.Hashtable | names = new System.Collections.Hashtable() |
| System.Collections.Hashtable | part_map = new System.Collections.Hashtable() |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. | |
| System.Windows.Forms.ListView | lstParticipants |
| System.Windows.Forms.Button | btnRefresh |
| System.Windows.Forms.CheckBox | chkTrace |
| Vault.ParticipantViewer.ParticipantViewer | ( | Core.Tools.AccountManager.Product | in_base | ) |
| void Vault.ParticipantViewer.AddListItem | ( | int | id, | |
| int | pid, | |||
| int | in_type, | |||
| int | rid, | |||
| int | in_ref_type, | |||
| int | org_id | |||
| ) | [private] |
| void Vault.ParticipantViewer.RefreshParticipantsList | ( | ) | [private] |
| void Vault.ParticipantViewer.HandleFindParticipant | ( | object | sender, | |
| int | id, | |||
| int | pid, | |||
| int | type, | |||
| int | rid, | |||
| int | ref_type, | |||
| int | org_id | |||
| ) | [private] |
| void Vault.ParticipantViewer.HandleFormClosed | ( | object | sender, | |
| FormClosedEventArgs | args | |||
| ) | [private] |
| void Vault.ParticipantViewer.btnRefresh_Click | ( | object | sender, | |
| EventArgs | e | |||
| ) | [private] |
| void Vault.ParticipantViewer.chkTrace_CheckedChanged | ( | object | sender, | |
| EventArgs | e | |||
| ) | [private] |
| override void Vault.ParticipantViewer.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
| void Vault.ParticipantViewer.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
Core.Tools.AccountManager.Product Vault.ParticipantViewer.pbase = null [private] |
bool Vault.ParticipantViewer.trace_part_search = false [private] |
System.Collections.Hashtable Vault.ParticipantViewer.types = new System.Collections.Hashtable() [private] |
System.Collections.Hashtable Vault.ParticipantViewer.names = new System.Collections.Hashtable() [private] |
System.Collections.Hashtable Vault.ParticipantViewer.part_map = new System.Collections.Hashtable() [private] |
System.ComponentModel.IContainer Vault.ParticipantViewer.components = null [private] |
Required designer variable.
System.Windows.Forms.ListView Vault.ParticipantViewer.lstParticipants [private] |
System.Windows.Forms.Button Vault.ParticipantViewer.btnRefresh [private] |
System.Windows.Forms.CheckBox Vault.ParticipantViewer.chkTrace [private] |