Table of Contents

Interface IMemberToContactMapper

Namespace
Kentico.OnlineMarketing.Web.Mvc
Assembly
Kentico.OnlineMarketing.Web.Mvc.dll

Maps member to a contact.

public interface IMemberToContactMapper
Extension Methods

Methods

Map(MemberInfo, ContactInfo)

Maps member fields to contact.

void Map(MemberInfo member, ContactInfo contact)

Parameters

member MemberInfo

Member info to map from.

contact ContactInfo

Contact info to map to.