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
Description:
As in the title, autoinitializers of all types that inherit from
BHoMObjectexposeNameproperty 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
Nameproperty by default as long as it is not overriden in the oM class. This, however, would require going through each oM type and exposingNamewhere needed, so initial effort needed.@al-fisher @rwemay FYI