Designing a BOM for a .NET model

When your data model is in .NET, you cannot generate a BOM directly from this .NET model.

Note:
Deprecation icon
Deprecated feature: The rule engine for .NET is deprecated in V8.6, and removed from V8.8. See Deprecated features for migration details.

You must create the BOM directly, and then map your BOM elements to your .NET implementation in a B2X file. You do not edit the BOM-to-XOM mapping in the BOM Editor in this case. When your BOM is set up, business users can author business rules without having to worry about the underlying data types and platform.

At deployment time, you reference the .NET model and rule engine assemblies from your calling application, and you generate a .NET assembly for the ruleset and B2X file using the Ruleset Archive Assembly Packager command-line tool.

.NET XOM