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

Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

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

Displays the dialog.

Private Methods

Méthode Description
OperandTypeCB_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

FilterOperandEditDlg() public méthode

public FilterOperandEditDlg ( ) : System
Résultat System

ShowDialog() public méthode

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