Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a35cb648

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added comments to backend

Zobrazit rozdíly:

Backend/Core/Entities/Tag.cs
14 14
        public string Name { get; set; }
15 15
        public string Description { get; set; }
16 16
        public string Color { get; set; }
17

  
18
        /// <summary>
19
        /// Whether or not this tag supports sentiment
20
        /// </summary>
17 21
        public bool SentimentEnabled { get; set; } = false;
18 22
    }
19 23
}

Také k dispozici: Unified diff