Table of Contents

AutomappingAttribute.Create Constructor

Overloads

AutomappingAttribute.Create

Creates an AutomappingAttribute using the default automapping engine.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor AutomappingAttribute.Create;

See also

AutomappingAttribute.Create(TClass)

Creates an AutomappingAttribute using a custom automapping engine class.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor AutomappingAttribute.Create(EngineClass: TClass);

Parameters

<-> Parameter Type Description
EngineClass TClass A class that inherits from TAutomappingEngine and customizes the naming conventions used during automapping.

See also