C# 클래스 Opc.Ua.Sample.Controls.AttributeListCtrl

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
AttributeListCtrl ( ) : System
Clear ( ) : void

Clears the contents of the control,

Initialize ( Session session, ExpandedNodeId nodeId ) : void

Sets the nodes in the control.

보호된 메소드들

메소드 설명
EnableMenuItems ( ListViewItem clickedItem ) : void
GetDataToDrag ( ) : object
PickItems ( ) : void
UpdateItem ( ListViewItem listItem, object item ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

AttributeListCtrl() 공개 메소드

public AttributeListCtrl ( ) : System
리턴 System

Clear() 공개 메소드

Clears the contents of the control,
public Clear ( ) : void
리턴 void

EnableMenuItems() 보호된 메소드

protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
리턴 void

GetDataToDrag() 보호된 메소드

protected GetDataToDrag ( ) : object
리턴 object

Initialize() 공개 메소드

Sets the nodes in the control.
public Initialize ( Session session, ExpandedNodeId nodeId ) : void
session Session
nodeId ExpandedNodeId
리턴 void

PickItems() 보호된 메소드

protected PickItems ( ) : void
리턴 void

UpdateItem() 보호된 메소드

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
리턴 void