BHoM_UI: autoinitializers expose Name property when it is not needed/helpful
Open
type:feature
- Dominant language
- C#
- Stars
- 9
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
As in the title, autoinitializers of all types that inherit from `BHoMObject` expose `Name` property of the latter, which is not always desirable, e.g. in the example below (please do not mind red colour of the component, it is related to #154):

As disussed with @IsakNaslundBh, it could be good to hide the `Name` property by default as long as it is not overriden in the oM class. This, however, would require going through each oM type and exposing `Name` where needed, so initial effort needed.
@al-fisher @rwemay FYI
Contributor guide
Assessment
This issue has not been assessed yet.