Method | Description | |
---|---|---|
ChangeSession ( Session session ) : void |
Changes the session used for the read request.
|
|
EventFilterListViewCtrl ( ) : System |
Constructs a new instance.
|
|
SetFilter ( FilterDeclaration filter ) : void |
Sets the filter to edit.
|
|
UpdateRow ( DataRow row, FilterDeclarationField field ) : void |
Updates the row.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
FilterDV_CellContentClick ( object sender, DataGridViewCellEventArgs e ) : void | ||
FilterDV_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void | ||
FilterDV_ColumnHeaderMouseClick ( object sender, DataGridViewCellMouseEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MoveUpMI_Click ( object sender, EventArgs e ) : void |
public ChangeSession ( Session session ) : void | ||
session | Session | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public SetFilter ( FilterDeclaration filter ) : void | ||
filter | FilterDeclaration | |
return | void |
public UpdateRow ( DataRow row, FilterDeclarationField field ) : void | ||
row | DataRow | |
field | FilterDeclarationField | |
return | void |