Table of Contents

Class RecordValue

Namespace
CedarDotNet.Values
Assembly
CedarDotNet.dll

A Cedar value that represents a record.

public sealed record RecordValue : Value, IEquatable<Value>, IEquatable<RecordValue>
Inheritance
RecordValue
Implements
Inherited Members

Constructors

RecordValue(IReadOnlyDictionary<string, Value>)

A Cedar value that represents a record.

public RecordValue(IReadOnlyDictionary<string, Value> Value)

Parameters

Value IReadOnlyDictionary<string, Value>

The value.

Properties

Value

The value.

public IReadOnlyDictionary<string, Value> Value { get; init; }

Property Value

IReadOnlyDictionary<string, Value>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.