Table of Contents

Namespace CedarDotNet.Values

Classes

BoolValue

A Cedar value that represents a boolean.

DateTimeValue

The Cedar value that represents a date and time.

DecimalValue

The Cedar value that represents a decimal.

DurationValue

The Cedar value that represents a duration.

EntityValue

The Cedar value that represents an entity reference.

IpAddrValue

The Cedar value that represents an IP address.

LongValue

A Cedar value that represents a long.

RecordValue

A Cedar value that represents a record.

SetValue

A Cedar value that represents a set of values.

StringValue

A Cedar value that represents a string.

Value

The base class for a Cedar value.

ValueJsonConverter

The JSON converter for Value.