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

显示文件 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method 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

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

Method Details

IsSimpleType() public static method

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

ShowDialog() public method

Displays the dialog.
public ShowDialog ( object value, Type type ) : object
value object
type Type
return object

SimpleValueEditDlg() public method

public SimpleValueEditDlg ( ) : System
return System