Table of Contents

Class Meta2ClassesTransformation.Feature2Proxy

Namespace
NMF.Models.Meta
Assembly
NMF.Models.MetaTransformation.dll

Denotes the transformation rule from a feature to a proxy type

public class Meta2ClassesTransformation.Feature2Proxy : TransformationRule<ITypedElement, CodeTypeDeclaration>
Inheritance
Meta2ClassesTransformation.Feature2Proxy
Inherited Members

Methods

Transform(ITypedElement, CodeTypeDeclaration, ITransformationContext)

Initializes the transformation output

public override void Transform(ITypedElement feature, CodeTypeDeclaration generatedType, ITransformationContext context)

Parameters

feature ITypedElement
generatedType CodeTypeDeclaration
context ITransformationContext

The context (and trace!) object

Remarks

At this point, all the transformation outputs are created (also the delayed ones), thus, the trace is fully reliable