Limiting avialible concepts in Solution
In my lang I use " extends Expression" a lot. That means that I have my lang "extends baseLang".
In turn that means availability of ClassConcept in my Solution, so users might create root Classes, Enums etc.
I'd like to limit them to be able to create only concepts from my lang. Can I do that?
In turn that means availability of ClassConcept in my Solution, so users might create root Classes, Enums etc.
I'd like to limit them to be able to create only concepts from my lang. Can I do that?
Please sign in to leave a comment.