Class Meta2ClassesTransformation.DataTypeAttribute2Property
The transformation rule to transform properties of a data type
Inheritance
Meta2ClassesTransformation.DataTypeAttribute2Property
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.MetaTransformation.dll
Syntax
public class Meta2ClassesTransformation.DataTypeAttribute2Property : TransformationRule<IAttribute, CodeMemberProperty>
Methods
| Edit this page View SourceTransform(IAttribute, CodeMemberProperty, ITransformationContext)
Initializes the generated property for the given attribute
Declaration
public override void Transform(IAttribute input, CodeMemberProperty output, ITransformationContext context)
Parameters
Type | Name | Description |
---|---|---|
IAttribute | input | The NMeta attribute |
CodeMemberProperty | output | The generated code property |
ITransformationContext | context | The transformaion context |