Метод | Описание | |
---|---|---|
AddSelectClause ( ReferenceDescription reference ) : void |
Adds a select clause to the control.
|
|
Clear ( ) : void |
Clears the contents of the control,
|
|
GetSelectClauses ( ) : SimpleAttributeOperandCollection |
Returns the SelectClauses in the control.
|
|
Initialize ( |
Sets the nodes in the control.
|
|
SelectClauseListCtrl ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
ItemsLV_DragDrop ( object sender, |
Handles a drop event.
|
|
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void |
Метод | Описание | |
---|---|---|
DeleteMI_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ViewMI_Click ( object sender, EventArgs e ) : void |
public AddSelectClause ( ReferenceDescription reference ) : void | ||
reference | ReferenceDescription | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
clickedItem | System.Windows.Forms.ListViewItem | |
Результат | void |
public GetSelectClauses ( ) : SimpleAttributeOperandCollection | ||
Результат | SimpleAttributeOperandCollection |
public Initialize ( |
||
session | ||
selectClauses | SimpleAttributeOperandCollection | |
Результат | void |
protected ItemsLV_DragDrop ( object sender, |
||
sender | object | |
e | ||
Результат | void |
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void | ||
listItem | System.Windows.Forms.ListViewItem | |
item | object | |
Результат | void |