Non-Com property string list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am converting our COM properties into a NON-COM property system and I am experiencing some issues/questions.
- I want to have a property with a dynamic list of strings? Is this possible? I've found some code where you can achieve this for an Enum, but this is not quite what I want. It's just a string property which can be chosen from a list.
- Is there a way to add properties dynamicly based on which instance of an entity? For example entity 1 of type X should display 3 properties, but entity 2 of type X should display 4 entities, because more information is available
- Is there a way to dynamicly set the translation of an enum list? In some cases my enum is translated ' By user', 'By Parent', but the same (internal) enum is sometimes translated into 'By user' and 'By configuration', in case of which property of the entity is shown.