[WriteGroup]可以排除在创建已声明写入同一组件的查询时未知的组件。

这允许安全地扩展组件系统而无需编辑先前存在的系统。

目标是为期望将数据从一组组件(输入)转换为另一组(输出[s])的系统能够声明显式转换,并且它们专门知道一组输入。如果有其他输入要写入同一输出,则查询不应该匹配,因为它是一个无意义/未处理的设置。它既可以防止无意义的组​​件(两个系统写入相同的输出值),也可以通过在实体上放置具有相同写锁定的组件来“关闭”现有系统/查询,让另一个系统处理它。

Inheritance

System.Object

System.Attribute

WriteGroupAttribute

Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Struct, AllowMultiple = true)]
public class WriteGroupAttribute : Attribute, _Attribute
Constructors
WriteGroupAttribute(Type)
Declaration
public WriteGroupAttribute(Type targetType)
Fields
TargetType
Declaration
public Type TargetType

Class WriteGroupAttribute的更多相关文章

随机推荐

  1. SpringBoot 项目启动 Failed to convert value of type 'java.lang.String' to required type 'cn.com.goldenwater.dcproj.dao.TacPageOfficePblmListDao';

    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tac ...

  2. Android特定语言 Xtendroid

    Xtendroid是一款Android的领域特定语言,它大大降低样板代码,同时提供巨大的工具支持.Xtendroid利用Xtend transpiler实现,它的特点是能够在Java代码编辑或编译期间 ...

  3. Java8-Synchronized-No.01

    import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util ...

  4. Codeforces Round #585 (Div. 2) A. Yellow Cards(数学)

    链接: https://codeforces.com/contest/1215/problem/A 题意: The final match of the Berland Football Cup ha ...

  5. csv测试类。用起来,就是那么简单。每个单元格都是以逗号分隔

    package com.hyxt.wxpay.util; import java.io.File; import java.util.ArrayList; import java.util.List; ...

  6. 参数类型 (@Controller层)

    @RequestMapping(path = "/listPage")@SuppressWarnings("unchecked")@BussinessLog(v ...

  7. 51Nod 1701 最后的机会

    1701 最后的机会 给定一字符串S,S非空,由小写字母组成,设v为S中元音字母的个数,c为辅音字母的个数."a", "e", "i", & ...

  8. stark项目流程

    1 创建Django项目 2 创建app python manage.py startapp app名 3 文件配置 app配置 静态文件配置 创建文件夹,下载bootstrap,jquery 归档文 ...

  9. oracle清除归档

    清除Oracle归档日志命令echo -e 'delete noprompt archivelog ALL COMPLETED BEFORE '\'SYSDATE-${DELETE_ARCHIVELO ...

  10. Sublime Markdown预览插件安装流程

    使用方法 在sublime中已编辑好的markdown使用快捷键 Alt+M 即可在浏览器预览效果. 需要安装的插件 Markdown Editting:主要用来做 Markdown 编辑时的语法高亮 ...