Table of Contents

Interface ICanAddPossibleConstructor

Namespace
Rinku.Mapping
Assembly
Rinku.dll

A type mapping that lets a construction path be added by hand.

public interface ICanAddPossibleConstructor
Extension Methods

Methods

AddPossibleConstruction(MethodCtorInfo)

Adds a configured construction path to the available paths.

void AddPossibleConstruction(MethodCtorInfo mci)

Parameters

mci MethodCtorInfo

AddPossibleConstruction(MethodBase)

Adds a constructor or factory method to the available construction paths.

void AddPossibleConstruction(MethodBase methodBase)

Parameters

methodBase MethodBase