zoukankan      html  css  js  c++  java
  • Entity Framework Tutorial Basics(42):Colored Entity

    Colored Entity in Entity Framework 5.0

    You can change the color of an entity in the designer so that it would be easy to see related groups of entities in the designer from Visual Studio 2012 onwards. To change the color of an entity, select entity in the designer → go to property window (press F4) → change the Fill Color property. For example:

    Entity Framework 5.0 Tutorial

    To change the color of multiple entities at once, select multiple entities and change Fill Color from the property window:

    Additionally, you can also change the property format of entities to either Display name or Display name and type. Right click on designer → select 'Scalar Property format' → select 'Display Name and Type':

    Entity Framework 5.0 Tutorial

    Properties will be displayed with its type as shown below:

    Entity Framework 5.0 Tutorial

    This way, you can change the color and display of entities in the EDM designer.

  • 相关阅读:
    标准JSF的生命周期
    JSON
    Applet
    关于AJAX
    Java EE第十一周
    Java EE第八周
    Java EE第七周
    Java EE第六周
    Java EE第五周
    Java EE第四周
  • 原文地址:https://www.cnblogs.com/purplefox2008/p/5649477.html
Copyright © 2011-2022 走看看