Table of Contents

Class DefaultValueFallback

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Uses the type default when no result column matches a member.

public class DefaultValueFallback : IFallbackParserGetter
Inheritance
DefaultValueFallback
Implements
Inherited Members
Extension Methods

Fields

Instance

Singleton

public static readonly DefaultValueFallback Instance

Field Value

DefaultValueFallback

Methods

FallbackTryGetParser(Type)

A parser to use for type when the normal column matching found none, or null to leave it unmatched.

public DbItemPlan? FallbackTryGetParser(Type type)

Parameters

type Type

Returns

DbItemPlan