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

Inheritance: Windows.UI.Xaml.Controls.UserControl
Mostrar archivo Open project: OPCFoundation/UA-.NETStandardLibrary

Public Properties

Property Type Description
localValue object

Public Methods

Method Description
IsSimpleType ( Type type ) : bool
SimpleValueEditCtrl ( object value ) : Opc.Ua

Private Methods

Method Description
Parse ( string text ) : object
button_Click ( object sender, Windows e ) : void

Method Details

IsSimpleType() public static method

public static IsSimpleType ( Type type ) : bool
type System.Type
return bool

SimpleValueEditCtrl() public method

public SimpleValueEditCtrl ( object value ) : Opc.Ua
value object
return Opc.Ua

Property Details

localValue public_oe property

public object localValue
return object