Table of Contents

Delegate TrinityField<T, TDeserialization>.ActionWithRecordProperties

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

Represents a delegate to handle an action with record properties.

public delegate object? TrinityField<T, TDeserialization>.ActionWithRecordProperties(TDeserialization? property, IReadOnlyDictionary<string, object?>? record = null)

Parameters

property TDeserialization

The property object.

record IReadOnlyDictionary<string, object>

The dictionary representing the record.

Returns

object

The object result of the action.