Méthode | Description | |
---|---|---|
ChangeSession ( Session session ) : void |
Changes the session used.
|
|
EditComplexValueDlg ( ) : System |
Creates an empty form.
|
|
ShowDialog ( Session session, NodeId nodeId, uint attributeId, string name, object value, bool readOnly, string caption ) : object |
Prompts the user to view or edit the value.
|
|
ShowDialog ( Session session, string name, NodeId dataType, int valueRank, object value, string caption ) : object |
Prompts the user to edit the value.
|
|
ShowDialog ( TypeInfo expectedType, string name, object value, string caption ) : object |
Prompts the user to edit the value.
|
|
UpdateValue ( NodeId nodeId, uint attributeId, string name, object value ) : void |
Updates the value shown in the control.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
BackBTN_Click ( object sender, EventArgs e ) : void | ||
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 | ||
SetTypeBTN_Click ( object sender, EventArgs e ) : void | ||
SetTypeCB_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
ValueCTRL_ValueChanged ( object sender, EventArgs e ) : void |
public ChangeSession ( Session session ) : void | ||
session | Session | |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public ShowDialog ( Session session, NodeId nodeId, uint attributeId, string name, object value, bool readOnly, string caption ) : object | ||
session | Session | |
nodeId | NodeId | |
attributeId | uint | |
name | string | |
value | object | |
readOnly | bool | |
caption | string | |
Résultat | object |
public ShowDialog ( Session session, string name, NodeId dataType, int valueRank, object value, string caption ) : object | ||
session | Session | |
name | string | |
dataType | NodeId | |
valueRank | int | |
value | object | |
caption | string | |
Résultat | object |
public ShowDialog ( TypeInfo expectedType, string name, object value, string caption ) : object | ||
expectedType | TypeInfo | |
name | string | |
value | object | |
caption | string | |
Résultat | object |
public UpdateValue ( NodeId nodeId, uint attributeId, string name, object value ) : void | ||
nodeId | NodeId | |
attributeId | uint | |
name | string | |
value | object | |
Résultat | void |