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

Stores the metadata about a property with history to read or update.
Show file 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 property

public byte AccessLevel
return byte

BrowseName public property

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

DisplayText public property

public string DisplayText
return string

NodeId public property

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