C# Class Opc.Ua.Sample.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

Private Methods

Méthode Description
OkBTN_Click ( object sender, EventArgs e ) : void
Parse ( string text ) : object

Method Details

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

public SimpleValueEditDlg ( ) : System
Résultat System