Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4b03d2a7

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

More comments in backend

Zobrazit rozdíly:

Backend/Models/Annotations/AnnotationListInfo.cs
9 9
{
10 10
    public class AnnotationListInfo
11 11
    {
12
        /// <summary>
13
        /// What document
14
        /// </summary>
12 15
        public string DocumentName { get; set; }
16
        /// <summary>
17
        /// In what state
18
        /// </summary>
13 19
        public EState State { get; set; }
20
        /// <summary>
21
        /// The annotation
22
        /// </summary>
14 23
        public Guid AnnotationId { get; set; }
15 24
    }
16 25
}

Také k dispozici: Unified diff