C# Class Opc.Ua.Client.Controls.HistoryDataListView.PropertyWithHistory

Stores the metadata about a property with history to read or update.
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
AccessLevel byte
BrowseName Opc.Ua.QualifiedName
DisplayText string
NodeId Opc.Ua.NodeId

Public Methods

Method Description
PropertyWithHistory ( ) : System
PropertyWithHistory ( ReferenceDescription reference, byte accessLevel ) : System
ToString ( ) : string

Method Details

PropertyWithHistory() public method

public PropertyWithHistory ( ) : System
return System

PropertyWithHistory() public method

public PropertyWithHistory ( ReferenceDescription reference, byte accessLevel ) : System
reference Opc.Ua.ReferenceDescription
accessLevel byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

AccessLevel public_oe property

public byte AccessLevel
return byte

BrowseName public_oe property

public QualifiedName,Opc.Ua BrowseName
return Opc.Ua.QualifiedName

DisplayText public_oe property

public string DisplayText
return string

NodeId public_oe property

public NodeId,Opc.Ua NodeId
return Opc.Ua.NodeId