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/Users/DocumentUserInfo.cs
9 9
{
10 10
    public class DocumentUserInfo
11 11
    {
12
        /// <summary>
13
        /// User Id
14
        /// </summary>
12 15
        public Guid Id { get; set; }
13 16
        public string Username { get; set; }
14 17
        public string Name { get; set; }
15 18
        public string Surname { get; set; }
19

  
20
        /// <summary>
21
        /// State of the annotation
22
        /// </summary>
16 23
        public EState State { get; set; }
24
        /// <summary>
25
        /// Id of the annotation
26
        /// </summary>
17 27
        public Guid AnnotationId { get; set; }
18 28
    }
19 29
}

Také k dispozici: Unified diff