StaticData Entity - circles-arrows/blueprint41 GitHub Wiki

Creating Entities

StaticData Entity

  1. Insert a new entity and name it as “Genre” and add new properties (Uid and Name).
Name Is Key Optional Type Index
Uid True False string Unique
Name False False string None

Insert New Entity

  1. To set the entity type as StaticData, check the StaticData checkbox in the properties pane.

Check Static Data

  1. To manage static data, click the Edit Data button.

Edit Data

  1. On Manage Static Data dialog, insert records/data and click the Save button.

Manage Static Data

You have successfully created a StaticData entity type and added data into it.

Next, we'll create the abstract and virtual entity type.

Next : Creating Abstract and Virtual Entity