Method | Description | |
---|---|---|
AttributeListCtrl ( ) : System | ||
Clear ( ) : void |
Clears the contents of the control,
|
|
Initialize ( Session session, ExpandedNodeId nodeId ) : void |
Sets the nodes in the control.
|
Method | Description | |
---|---|---|
EnableMenuItems ( ListViewItem clickedItem ) : void | ||
GetDataToDrag ( ) : object | ||
PickItems ( ) : void | ||
UpdateItem ( ListViewItem listItem, object item ) : void |
Method | Description | |
---|---|---|
AddAttributes ( ) : void |
Adds the attributes to the control.
|
|
AddProperties ( ) : void |
Adds the properties to the control.
|
|
AddReferences ( NodeId referenceTypeId, BrowseDirection browseDirection ) : void |
Adds the targets of references to the control.
|
|
EditMI_Click ( object sender, EventArgs e ) : void | ||
FormatAttributeValue ( uint attributeId, object value ) : string |
Formats the value of an attribute.
|
protected EnableMenuItems ( ListViewItem clickedItem ) : void | ||
clickedItem | ListViewItem | |
return | void |
public Initialize ( Session session, ExpandedNodeId nodeId ) : void | ||
session | Session | |
nodeId | ExpandedNodeId | |
return | void |
protected UpdateItem ( ListViewItem listItem, object item ) : void | ||
listItem | ListViewItem | |
item | object | |
return | void |