Table of Contents

Interface IBoundaryBuild

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Creates the readers and fields needed by a custom grouping rule.

public interface IBoundaryBuild
Extension Methods

Methods

Field(Type)

Creates storage for one part of a key between rows.

IBoundaryField Field(Type type)

Parameters

type Type

Returns

IBoundaryField

Reader(DbItemPlan, Type)

Creates a boundary reader from a mapped value.

IBoundaryReader Reader(DbItemPlan reader, Type type)

Parameters

reader DbItemPlan
type Type

Returns

IBoundaryReader