Table of Contents

Interface ICanUpdateNullColHandlers

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Allows a type mapping to change the null rules for its slots.

public interface ICanUpdateNullColHandlers
Extension Methods

Methods

UpdateNullColHandler(Func<ParamInfo, INullColHandler?>)

Updates the null-value response behavior of the slots.

void UpdateNullColHandler(Func<ParamInfo, INullColHandler?> modifier)

Parameters

modifier Func<ParamInfo, INullColHandler>

Returns the new null rule for each slot. Return null to keep it.