Hi, I've created a custom property (Date Range Picker), but I don't find a way to configure the model builder and set the type of that property for the strongly typed property will be generated. So, the model builder it's generating a property with type "object".
In order to do this, you need to create a PropertyValueConverter. It is this that tells Models Builder what type of property it should generate on it's Model and also performs the conversion between how the data is stored in the database and the strongly typed value it needs to be.
Custom Property and Models Buils
Hi, I've created a custom property (Date Range Picker), but I don't find a way to configure the model builder and set the type of that property for the strongly typed property will be generated. So, the model builder it's generating a property with type "object".
Any help please?
Hi Enrique,
In order to do this, you need to create a PropertyValueConverter. It is this that tells Models Builder what type of property it should generate on it's Model and also performs the conversion between how the data is stored in the database and the strongly typed value it needs to be.
Nik
is working on a reply...