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/FinalAnnotationTag.cs
8 8
{
9 9
    public class FinalAnnotationTag : AnnotationTagGeneric
10 10
    {
11
        /// <summary>
12
        /// FinalAnnotation the tag is linked to
13
        /// </summary>
11 14
        public FinalAnnotation Annotation { get; set; }
15

  
16
        /// <summary>
17
        /// Whether the tag is marked as final or not
18
        /// </summary>
12 19
        public bool IsFinal { get; set; } = false;
20
        
21
        /// <summary>
22
        /// List of users who have agreed on this tag
23
        /// </summary>
13 24
        public ICollection<User> Users { get; set; } = new List<User>();
14 25
    }
15 26
}

Také k dispozici: Unified diff