BHoM / BHoM/BHoM_UI

BHoM_UI: autoinitializers expose Name property when it is not needed/helpful

Open
#249 12 comments 0 reactions 0 assignees View on GitHub
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):

![image](https://user-images.githubusercontent.com/26874773/80699925-25837880-8add-11ea-9851-904c2ace9986.png)

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.