C# 클래스 Opc.Ua.ReferenceDescription

A reference returned in browse operation.
상속: IFormattable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
SetReferenceType ( BrowseResultMask resultMask, Opc.Ua.NodeId referenceTypeId, bool isForward ) : void

Sets the reference type for the reference.

SetTargetAttributes ( BrowseResultMask resultMask, NodeClass nodeClass, Opc.Ua.QualifiedName browseName, Opc.Ua.LocalizedText displayName, Opc.Ua.ExpandedNodeId typeDefinition ) : void

Sets the target attributes for the reference.

ToString ( ) : string

Returns the string representation of the object.

ToString ( string format, IFormatProvider formatProvider ) : string

Returns the string representation of the object.

메소드 상세

SetReferenceType() 공개 메소드

Sets the reference type for the reference.
public SetReferenceType ( BrowseResultMask resultMask, Opc.Ua.NodeId referenceTypeId, bool isForward ) : void
resultMask BrowseResultMask
referenceTypeId Opc.Ua.NodeId
isForward bool
리턴 void

SetTargetAttributes() 공개 메소드

Sets the target attributes for the reference.
public SetTargetAttributes ( BrowseResultMask resultMask, NodeClass nodeClass, Opc.Ua.QualifiedName browseName, Opc.Ua.LocalizedText displayName, Opc.Ua.ExpandedNodeId typeDefinition ) : void
resultMask BrowseResultMask
nodeClass NodeClass
browseName Opc.Ua.QualifiedName
displayName Opc.Ua.LocalizedText
typeDefinition Opc.Ua.ExpandedNodeId
리턴 void

ToString() 공개 메소드

Returns the string representation of the object.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns the string representation of the object.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
리턴 string