C# Class Opc.Ua.ReferenceDescription

A reference returned in browse operation.
Inheritance: IFormattable
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

SetReferenceType() public méthode

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
Résultat void

SetTargetAttributes() public méthode

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
Résultat void

ToString() public méthode

Returns the string representation of the object.
public ToString ( ) : string
Résultat string

ToString() public méthode

Returns the string representation of the object.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Résultat string