BHoM / BHoM_Adapter

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

BHoM_Adapter: Adapter Id stored in Fragment refactor #256

Closed alelom closed 3 years ago

alelom commented 3 years ago

Description:

As discussed in various occasions, including https://github.com/BHoM/BHoM_Adapter/issues/167

we are going to introduce a new fragment interface IAdapterId to be placed in the Base BHoM. This interface will be for a class that has to host an id object. We can have another look about generics here, but as we saw in some tests in the past it might be better to just refer to object or string to simplify the framework and allow the parsing to happen in the specific toolkit.

alelom commented 3 years ago

Reopening as incorrectly linked to #258