模型属性上的属性设置的目的是什么?
我已经阅读了关于 subproducer 并希望实现这里描述的内容:http: //www.softfluent.com/product/codefluent-entities/knowledge-center/how-to-add-attributes-to-codefluent-generated-特性
尝试在属性上设置属性会修改 XML,但不会被 BOM 生产者选择,有什么原因吗?
在下面的示例中,我希望在 MyProperty 属性上方有一个装饰,但它没有发生。
感谢您的回答,
<cf:property name="MyProperty" typeName="{0}.Namespace.MyEntity" relationSchema="Schema">
<cf:attribute name="Newtonsoft.Json.JsonIgnore" context="Property" class="">
<cf:argument name="arg1" expression="value1" />
</cf:attribute>
</cf:property>