Jenga.NET
  • Getting Started
    • What is Jenga.NET?
    • 🟣 Download
    • Requirements
    • Installing
    • Rules
    • Supported Databases
    • Getting Started
    • Jenga App
    • Jenga Entities
    • Generate Code
    • Main Form
    • Database Connections
    • Sample App
    • Skip Form | Page
    • Column Visibility
  • Jenga Attributes
    • Primary Key
    • AutoIncrement
    • Relationships
    • Jenga Identifier
    • Jenga Options
Powered by GitBook
On this page
  1. Getting Started

Jenga Entities

PreviousJenga AppNextGenerate Code

Last updated 3 years ago

Any classes in the project containing [JengaEntity] attribute will be detected.

Jenga.NET generates record view tables using user-controls.

And CRUD using forms.

Recommended

Have separate folders for user-controls and forms/Dialogs

If any modification on the project from visual studio, Click the reload project icon button for changes to take effect on Jenga App.

If you wish to generate the record view table for the entity, select the target location under user-control column (Select None to skip)

If you wish to generate the CRUD forms for the entity, select the target location under user Control column (Select None to skip)

Click Save to persist your settings.