Table of Contents

Class Meta2ClassesTransformation.DataTypeAttribute2Property

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

The transformation rule to transform properties of a data type

public class Meta2ClassesTransformation.DataTypeAttribute2Property : TransformationRule<IAttribute, CodeMemberProperty>
Inheritance
Meta2ClassesTransformation.DataTypeAttribute2Property
Inherited Members

Methods

Transform(IAttribute, CodeMemberProperty, ITransformationContext)

Initializes the generated property for the given attribute

public override void Transform(IAttribute input, CodeMemberProperty output, ITransformationContext context)

Parameters

input IAttribute

The NMeta attribute

output CodeMemberProperty

The generated code property

context ITransformationContext

The transformaion context