Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2c9afc72

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

Moved HTML processing to HTMLService, inheritance changes in entities

Zobrazit rozdíly:

Backend/Core/Entities/AnnotationTag.cs
9 9

  
10 10
namespace Core.Entities
11 11
{
12
    public class AnnotationTag : BaseEntity
12
    public class AnnotationTag : AnnotationTagGeneric
13 13
    {
14 14
        public Annotation Annotation { get; set; }
15

  
16
        public Tag Tag { get; set; }
17

  
18
        /** Nullable for optional */
19
        public SubTag? SubTag { get; set; }
20

  
21
        public Guid Instance { get; set; }
22
        public string Note { get; set; }
23
        public int Position { get; set; }
24
        public int Length { get; set; }
25
        public ETagSentiment? Sentiment { get; set; }
26
        public string SelectedText { get; set; }
27 15
    }
28 16
}

Také k dispozici: Unified diff