Table of Contents

Interface INullColHandlerMaker

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Creates the null rule supplied by an attribute on a member or parameter.

public interface INullColHandlerMaker
Extension Methods

Methods

MakeColHandler(Type, string?, object[], object?)

Builds the null rule for a member or parameter.

INullColHandler MakeColHandler(Type type, string? name, object[] attributes, object? param)

Parameters

type Type
name string
attributes object[]
param object

Returns

INullColHandler