Theme Hütten & Berggasthöfe - noi-techpark/opendatahub-docs GitHub Wiki
If an accommodation's AccoTypeId is Mountain the theme "Hütten und Berggasthöfe" is added to the ThemeIds.
The Code:
Is implemented here.
if (myacco.AccoTypeId == "Mountain")
{
myacco.ThemeIds.Add("Hütten und Berggasthöfe");
}