-
Notifications
You must be signed in to change notification settings - Fork 0
Projects
Simon Mourier edited this page Feb 19, 2020
·
1 revision
When you work with SoftFluent CodeModeler, you start with a project.
In a physical sense, the project is represented by one or more files on the hard disk. In the Visual Studio environment, the CodeModeler project is represented by a specific Visual Studio type of project.
In a logical sense, a project is the root concept that will contain all other concepts such as entities, enumerations, etc.
A CodeModeler project always defines a default namespace which is the first piece of information required to be able to create a project from Visual Studio:
- Introduction
- Architect Guide
- Concepts
- Using Visual Studio
- Overview
- Creating a CodeModeler Project
- Visual Environment
- Project Hierarchy
- Design Surface
- Customizing Design Surfaces
- Ribbon Bar
- Property Grid
- Member Format Expressions
- Model Grid
- Method Editor
- View Editor
- Instance Editor and Grid
- Resources Editor
- Inferred Model Viewer
- Building
- Project Physical Layout
- Source Control Support
- Generating
- Aspect Oriented Design (AOD)
- Developer Guide
- The Business Object Model (BOM)
- CodeModeler Query Language (CMQL)
- Starting Guide - Tutorial
- Upgrade From CFE