zoukankan      html  css  js  c++  java
  • CodeGen融合核心关系循环扩展

    CodeGen融合核心关系循环扩展

    Expansion Tokens

    <HARMONYCORE_RELATION_NAME>

    插入当前关系的名称。关系名称将自动生成,但可以由Harmony Core自定义文件中CustomRelationNames属性中的条目覆盖。             

    替代形式:无

    <HARMONYCORE_FROM_RELATION_NAME>

    在指向当前结构的目标结构中插入关系属性的名称。该名称将自动生成,但可以由Harmony Core自定义文件中CustomRelationNames属性中的条目覆盖。             

    替代形式:无

    Expressions

    <IF ONE_TO_MANY>

    The relationship is a one-to-many relationship and a matching relationship is NOT defined in the opposite direction.

    <IF ONE_TO_ONE>

    The relationship is a one-to-one relationship and a matching relationship is NOT defined in the opposite direction.

    <IF ONE_TO_MANY_TO_ONE>

    The relationship is a one-to-many relationship and a matching relationship IS defined in the opposite direction.

    <IF ONE_TO_ONE_TO_ONE>

    The relationship is a one-to-one relationship and a matching relationship IS defined in the opposite direction.

    <IF MANY_TO_ONE_TO_MANY>

    The relationship is a many-to-one relationship and a matching relationship IS defined in the opposite direction.

    <IF REQUIRES_MATCH> (deprecated)

    关系要求匹配数据必须存在于关系所针对的文件中,这样本地字段中的数据才会被视为有效。默认情况下,所有关系默认要求“to”结构文件中的匹配数据,但这可以通过添加“RequiresMatch”来覆盖:HarmonyCoreRelations部分的关系的自定义条目错误。 

    <IF TO_MANY>

    The relationship targets one of multiple records (i.e. it is a one-to-many or one-to-many-to-one relationship).

    <IF TO_ONE>

    The relationship targets a single record (i.e. it is a one-to-one, one-to-one-to-one or many-to-one relationship).

    <IF VALIDATION_NONE>

    The ValidationMode property in the Harmony Core Customization file is set to a value of "None".

    <IF VALIDATION_VALUE_PRESENT>

    The ValidationMode property in the Harmony Core Customization file is set to a value of "ValuePresent".

    <IF VALIDATION_ALWAYS>

    The ValidationMode property in the Harmony Core Customization file is set to a value of "Always".

    <IF VALIDATION_CUSTOM_CODE>

    The ValidationMode property in the Harmony Core Customization file is set to a value of "CustomCode".

    人工智能芯片与自动驾驶
  • 相关阅读:
    表单全选,不选和反选
    利用js改变宽,高等属性
    点击显示与隐藏
    改变div的不同属性
    给三个不同的div变色
    经典排序算法实现
    基本排序算法的实现
    排序的概念及分类实现
    #和##运算符实例
    #pragma预处理实例
  • 原文地址:https://www.cnblogs.com/wujianming-110117/p/14136636.html
Copyright © 2011-2022 走看看