C# Class Opc.Ua.Client.Controls.SimpleValueEditDlg

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

Méthodes publiques

Méthode Description
IsSimpleType ( Type type ) : bool

Returns true if the dialog supports editing the type.

ShowDialog ( object value, Type type ) : object

Displays the dialog.

SimpleValueEditDlg ( ) : System

Default constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OkBTN_Click ( object sender, EventArgs e ) : void
Parse ( string text ) : object

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

IsSimpleType() public static méthode

Returns true if the dialog supports editing the type.
public static IsSimpleType ( Type type ) : bool
type Type
Résultat bool

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( object value, Type type ) : object
value object
type Type
Résultat object

SimpleValueEditDlg() public méthode

Default constructor
public SimpleValueEditDlg ( ) : System
Résultat System