BHoM / Excel_UI

GNU Lesser General Public License v3.0
5 stars 4 forks source link

Make it possible to create an adapter without the need to provide the full namespace #307

Closed adecler closed 3 years ago

adecler commented 3 years ago

Description:

Right now, it is only possible to create an adapter if the exact full type name is provide. In general, there will be no risk of clashing between namespace when providing the adapter name. So being able to akip the namespace would be convenient.