Table of Contents

Delegate TrinityField<T, TDeserialization>.ActionFormWithRecord

Namespace
AbanoubNassem.Trinity.Components.TrinityField
Assembly
AbanoubNassem.Trinity.dll

Represents a delegate to handle a form action with record.

public delegate void TrinityField<T, TDeserialization>.ActionFormWithRecord(IDictionary<string, object?> form, IReadOnlyDictionary<string, object?>? record = null)

Parameters

form IDictionary<string, object>

The dictionary representing the form.

record IReadOnlyDictionary<string, object>

The dictionary representing the record.