Class QuerySelectorResult
public sealed record QuerySelectorResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<QuerySelectorResult>
- Inheritance
-
EmptyResultQuerySelectorResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
QuerySelectorResult(NodeId)
public QuerySelectorResult(NodeId NodeId)
Parameters
NodeIdNodeIdQuery selector result.
Properties
NodeId
Query selector result.
public NodeId NodeId { get; init; }