Attributes for defining data model objects (schemas) in code.
- Allows defintion of data entities and members, and enumerations.
- Entities can be closed, or open (generic).
- Member data types can be native, enumerations, or external (via converters).
- Used by MetaFac CG5 code generation tools (coming soon).
- Not backward compatible with V1.
- Supports .NET 8.0+
Can be found at: http://github.com/metafac-net/FluentModelsV1.