Class Meta2ClassesTransformation.Feature2Proxy
Denotes the transformation rule from a feature to a proxy type
Inheritance
Meta2ClassesTransformation.Feature2Proxy
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.MetaTransformation.dll
Syntax
public class Meta2ClassesTransformation.Feature2Proxy : TransformationRule<ITypedElement, CodeTypeDeclaration>
Methods
| Edit this page View SourceTransform(ITypedElement, CodeTypeDeclaration, ITransformationContext)
Initializes the transformation output
Declaration
public override void Transform(ITypedElement feature, CodeTypeDeclaration generatedType, ITransformationContext context)
Parameters
Type | Name | Description |
---|---|---|
ITypedElement | feature | |
CodeTypeDeclaration | generatedType | |
ITransformationContext | context | The context (and trace!) object |
Overrides
Remarks
At this point, all the transformation outputs are created (also the delayed ones), thus, the trace is fully reliable