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

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
AttributeListCtrl ( ) : System
Clear ( ) : void

Clears the contents of the control,

Initialize ( Session session, ExpandedNodeId nodeId ) : void

Sets the nodes in the control.

Méthodes protégées

Méthode Description
EnableMenuItems ( ListViewItem clickedItem ) : void
GetDataToDrag ( ) : object
PickItems ( ) : void
UpdateItem ( ListViewItem listItem, object item ) : void

Private Methods

Méthode 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.

Method Details

AttributeListCtrl() public méthode

public AttributeListCtrl ( ) : System
Résultat System

Clear() public méthode

Clears the contents of the control,
public Clear ( ) : void
Résultat void

EnableMenuItems() protected méthode

protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
Résultat void

GetDataToDrag() protected méthode

protected GetDataToDrag ( ) : object
Résultat object

Initialize() public méthode

Sets the nodes in the control.
public Initialize ( Session session, ExpandedNodeId nodeId ) : void
session Session
nodeId ExpandedNodeId
Résultat void

PickItems() protected méthode

protected PickItems ( ) : void
Résultat void

UpdateItem() protected méthode

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
Résultat void