-
Notifications
You must be signed in to change notification settings - Fork 0
Supported Features
Cy Scott edited this page Oct 17, 2021
·
3 revisions
The following features are included in MGen:
- .Net Serialization Support - generates code for supporting .Net serialization.
- Attribute Copying Support - copies member attributes from the interface to the generated class.
- Class Name for Interfaces - supports custom class names for the generate class.
- Clone Support - generates code for supporting deep cloning.
- Convertible Support - generates code for converting for converting one type to another type.
- Data Binding - generates code for supporting data binding for a UI based applications.
- Generics Support - supports interfaces and members with generics.
- Multiple Interfaces - supports generating classes from multiple interfaces.
- Nested Interface Support - auto generates classes for generate classes that reference interfaces.
- Read Only Property Support - generates a class constructor for read only properties.