Class NodeRemoteValue
public sealed record NodeRemoteValue : RemoteValue, IEquatable<RemoteValue>, ISharedReference, IRemoteReference, IEquatable<NodeRemoteValue>
- Inheritance
-
NodeRemoteValue
- Implements
- Inherited Members
Constructors
NodeRemoteValue(string?, NodeProperties?)
public NodeRemoteValue(string? SharedId, NodeProperties? Value)
Parameters
SharedIdstringValueNodeProperties
Properties
Handle
public Handle? Handle { get; set; }
Property Value
InternalId
public InternalId? InternalId { get; set; }
Property Value
SharedId
public string? SharedId { get; init; }
Property Value
Value
public NodeProperties? Value { get; init; }