C# 클래스 Opc.Ua.Client.Controls.HistoryDataListView.PropertyWithHistory

Stores the metadata about a property with history to read or update.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 프로퍼티들

프로퍼티 타입 설명
AccessLevel byte
BrowseName Opc.Ua.QualifiedName
DisplayText string
NodeId Opc.Ua.NodeId

공개 메소드들

메소드 설명
PropertyWithHistory ( ) : System
PropertyWithHistory ( ReferenceDescription reference, byte accessLevel ) : System
ToString ( ) : string

메소드 상세

PropertyWithHistory() 공개 메소드

public PropertyWithHistory ( ) : System
리턴 System

PropertyWithHistory() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AccessLevel 공개적으로 프로퍼티

public byte AccessLevel
리턴 byte

BrowseName 공개적으로 프로퍼티

public QualifiedName,Opc.Ua BrowseName
리턴 Opc.Ua.QualifiedName

DisplayText 공개적으로 프로퍼티

public string DisplayText
리턴 string

NodeId 공개적으로 프로퍼티

public NodeId,Opc.Ua NodeId
리턴 Opc.Ua.NodeId