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
TDeserializationThe property object.
record
IReadOnlyDictionary<string, object>The dictionary representing the record.
Returns
- object
The object result of the action.