📄️ Introduction
Malleable Models are data models defined via a Custom Resource Definition that can be converted via reflection and emitting into .Net modules. These modules can be used by other software using the Kadense framework for a variety of dynamic applications.
📄️ Converters
Once you've got your Malleable models, it's likely that you're going to want to do more than just store the data you've received. So let's say that we've got a class, that contains the name of an author.
📄️ Identifiable Models
In some use cases the classes we may want a way to identify whether an instance of that class is unique or not. To do so, we can add an identifierExpression:
📄️ Polymorphism
Sometimes your models will need lists of objects with a shared heritage