Class EntityValue
- Namespace
- CedarDotNet.Values
- Assembly
- CedarDotNet.dll
The Cedar value that represents an entity reference.
public sealed record EntityValue : Value, IEquatable<Value>, IEquatable<EntityValue>
- Inheritance
-
EntityValue
- Implements
- Inherited Members
Constructors
EntityValue(EntityUid)
The Cedar value that represents an entity reference.
public EntityValue(EntityUid Value)
Parameters
Value
EntityUidThe value.
Properties
Value
The value.
public EntityUid Value { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.