Class MoveToResult
public sealed record MoveToResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<MoveToResult>
- Inheritance
-
EmptyResultMoveToResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
MoveToResult(NodeId)
public MoveToResult(NodeId NodeId)
Parameters
NodeIdNodeIdNew id of the moved node.
Properties
NodeId
New id of the moved node.
public NodeId NodeId { get; init; }