Class GetElementByRelationResult
public sealed record GetElementByRelationResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetElementByRelationResult>
- Inheritance
-
EmptyResultGetElementByRelationResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetElementByRelationResult(NodeId)
public GetElementByRelationResult(NodeId NodeId)
Parameters
NodeIdNodeIdNodeId of the element matching the queried relation.
Properties
NodeId
NodeId of the element matching the queried relation.
public NodeId NodeId { get; init; }