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/SubTag.cs
12 12
        public string Name { get; set; }
13 13
        public string Description { get; set; }
14 14
        public Tag Tag { get; set; }
15

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

Také k dispozici: Unified diff