Class Meta2ClassesTransformation.DataTypeAttribute2Property
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
IAttributeThe NMeta attribute
output
CodeMemberPropertyThe generated code property
context
ITransformationContextThe transformaion context