The Exposures command from the Browse menu in the JADE development environment enables you to define a .NET exposure. For details about using the .NET Exposure wizard, see "
A .NET exposure definition is a collection of JADE classes, methods, and properties that are generated to create a .NET class library for an existing JADE schema.
When a JADE .NET exposure is generated, the following files are created.
File | Contains … |
---|---|
Exposure-name.csproj | A simple C# project file that includes all class files and creates a C# library with the namespace Exposure-name. |
Exposure-name.config | An example application configuration file that can be used without modification for a test application or to provide code fragments for production configuration files. |
Class-name.cs | For each exposed class, a C# class file is created containing the class definition in the namespace Exposure-name. |
JoobContextExtensions.cs | JoobContext extension methods for creating instances of any exposed class that have a create method with parameters, which allows these objects to be created on a specific JoobContext. |
You can open the Exposure-name.csproj C# project file using the professional or express editions of Microsoft Visual Studio