Generating Type Safe Model - circles-arrows/blueprint41 GitHub Wiki

Generating a type-safe model

When generating the type-safe models, codes will be generated based on your DataStoreModel (i.e DataStore) from MovieGraph.Model project.

  1. Build the MovieGraph.Model project to generate type-safe generated models.

image

  1. On the MovieGraph.Generated project, expand the folders to see the generated files.

image

๐ŸŽ‰ You've successfully generated the type-safe models from blueprint41 data store model. You havenโ€™t yet created a new instance of a blueprint41 entity. Next topic will guide you on how to create, retrieve, manipulate and delete a node.

Next : Blueprint41 CRUD