Method | Description | |
---|---|---|
ChangeSession ( Session session ) : void |
Changes the session used by the control.
|
|
Read ( ) : void |
Reads the values displayed in the control and moves to the display results state.
|
|
ShowFilter ( FilterDeclaration filter ) : void |
Displays the current filter components in the control.
|
|
ShowType ( NodeId typeId ) : void |
Displays the components of the type in the control.
|
|
TypeFieldsListViewCtrl ( ) : System |
Constructs a new instance.
|
|
UpdateRow ( DataRow row, DataValue value ) : void |
Updates the row with the node to read.
|
|
UpdateRow ( DataRow row, InstanceDeclaration declaration ) : void |
Updates the row with the node to read.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public ChangeSession ( Session session ) : void | ||
session | Session | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ShowFilter ( FilterDeclaration filter ) : void | ||
filter | FilterDeclaration | |
return | void |
public UpdateRow ( DataRow row, DataValue value ) : void | ||
row | DataRow | |
value | DataValue | |
return | void |
public UpdateRow ( DataRow row, InstanceDeclaration declaration ) : void | ||
row | DataRow | |
declaration | InstanceDeclaration | |
return | void |