Class Meta2ClassesTransformation.Feature2Proxy
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
ITypedElementgeneratedType
CodeTypeDeclarationcontext
ITransformationContextThe context (and trace!) object
Remarks
At this point, all the transformation outputs are created (also the delayed ones), thus, the trace is fully reliable