C# Class Opc.Ua.Sample.Controls.FilterOperandEditDlg

Show file Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
FilterOperandEditDlg ( ) : System
ShowDialog ( Session session, IList elements, int index, FilterOperand operand ) : FilterOperand

Displays the dialog.

Private Methods

Method Description
OperandTypeCB_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

FilterOperandEditDlg() public method

public FilterOperandEditDlg ( ) : System
return System

ShowDialog() public method

Displays the dialog.
public ShowDialog ( Session session, IList elements, int index, FilterOperand operand ) : FilterOperand
session Session
elements IList
index int
operand FilterOperand
return FilterOperand