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

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

Méthodes publiques

Свойство Type Description
AccessLevel byte
BrowseName Opc.Ua.QualifiedName
DisplayText string
NodeId Opc.Ua.NodeId

Méthodes publiques

Méthode Description
PropertyWithHistory ( ) : System
PropertyWithHistory ( ReferenceDescription reference, byte accessLevel ) : System
ToString ( ) : string

Method Details

PropertyWithHistory() public méthode

public PropertyWithHistory ( ) : System
Résultat System

PropertyWithHistory() public méthode

public PropertyWithHistory ( ReferenceDescription reference, byte accessLevel ) : System
reference Opc.Ua.ReferenceDescription
accessLevel byte
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

AccessLevel public_oe property

public byte AccessLevel
Résultat byte

BrowseName public_oe property

public QualifiedName,Opc.Ua BrowseName
Résultat Opc.Ua.QualifiedName

DisplayText public_oe property

public string DisplayText
Résultat string

NodeId public_oe property

public NodeId,Opc.Ua NodeId
Résultat Opc.Ua.NodeId