Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 553486ad

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

Added caching and incremental updates to annotations

Zobrazit rozdíly:

Backend/Core/Entities/Annotation.cs
28 28
        public DateTime DateLastChanged { get; set; }
29 29
        public string Note { get; set; } = "";
30 30

  
31
        public string CachedDocumentHTML { get; set; } = "";
32
        public string CachedStartPositions { get; set; } = "";
33
        public string CachedLengths { get; set; } = "";
34
        public string CachedClosingPositions { get; set; } = "";
35
        public string CachedClosingLengths { get; set; } = "";
36
        //public string CachedNodeDict { get; set; } = "";
37

  
38
        public Guid? LastModifiedTagId { get; set; }
39
        public EModified ModifiedType { get; set; } = EModified.NONE;
40

  
31 41
        public ICollection<Class> Classes { get; set; } = new List<Class>();
32 42
    }
33 43
}

Také k dispozici: Unified diff