C# Класс Opc.Ua.ReferenceDescription

A reference returned in browse operation.
Наследование: IFormattable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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