honeybee_ph.team module

Project Team-Member Classes.

class honeybee_ph.team.ProjectTeam[source]

Bases: _Base

ToString()
duplicate() ProjectTeam[source]
classmethod from_dict(_input_dict: Dict[str, Any]) ProjectTeam[source]
set_base_attrs_from_source(_source)
to_dict() Dict[str, Any][source]
property display_name

Get or set a string for the object name without any character restrictions.

If not set, this will be equal to the identifier.

property identifier
property identifier_short
class honeybee_ph.team.ProjectTeamMember(_name: str | None = None, _street: str | None = None, _city: str | None = None, _post_code: str | None = None, _telephone: str | None = None, _email: str | None = None, _license_number: str | None = None)[source]

Bases: _Base

ToString()[source]
duplicate() ProjectTeamMember[source]
classmethod from_dict(_input_dict: Dict[str, Any]) ProjectTeamMember[source]
set_base_attrs_from_source(_source)
to_dict() Dict[str, Any][source]
property display_name

Get or set a string for the object name without any character restrictions.

If not set, this will be equal to the identifier.

property identifier
property identifier_short