Table of Contents

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 EntityUid

The value.

Properties

Value

The value.

public EntityUid Value { get; init; }

Property Value

EntityUid

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.