Table of Contents

Interface IColModifier

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Adjusts how a member claims its columns, its reading order and reuse, per slot or across a subtree.

public interface IColModifier
Extension Methods

Fields

Nothing

A modifier that changes nothing.

public static readonly IColModifier Nothing

Field Value

IColModifier

Methods

EnterSubtree(ref ColModifier, int)

Applies settings when a nested value begins.

void EnterSubtree(ref ColModifier mod, int nbClaims)

Parameters

mod ColModifier
nbClaims int

UpdateColModifier(ref ColModifier)

Applies settings before a slot is mapped.

void UpdateColModifier(ref ColModifier mod)

Parameters

mod ColModifier