Class LaravelUi5\OData\Edm\Annotation\RecordAnnotationValue

final
readonly
implements RecordAnnotationValueInterface

A record annotation value composed of named property values.

Accepts the optional record type name followed by zero or more PropertyValueInterface instances as variadic arguments. The type name corresponds to the Type attribute on a CSDL <Record> element.

Methods