Class GetNodeForLocationResult
public sealed record GetNodeForLocationResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetNodeForLocationResult>
- Inheritance
-
EmptyResultGetNodeForLocationResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetNodeForLocationResult(BackendNodeId, FrameId, NodeId?)
public GetNodeForLocationResult(BackendNodeId BackendNodeId, FrameId FrameId, NodeId? NodeId)
Parameters
BackendNodeIdBackendNodeIdResulting node.
FrameIdFrameIdFrame this node belongs to.
NodeIdNodeIdId of the node at given coordinates, only when enabled and requested document.
Properties
BackendNodeId
Resulting node.
public BackendNodeId BackendNodeId { get; init; }
Property Value
FrameId
Frame this node belongs to.
public FrameId FrameId { get; init; }
Property Value
NodeId
Id of the node at given coordinates, only when enabled and requested document.
public NodeId? NodeId { get; init; }