The change to nullable expands to even more neighbors...

This commit is contained in:
Stefano Chiodino
2018-11-15 07:23:09 +00:00
parent 8275050dee
commit cc8cb96140
14 changed files with 37 additions and 24 deletions

View File

@@ -10,7 +10,7 @@ namespace Umbraco.Web.PublishedCache.NuCache.DataSource
public int VersionId { get; set; }
public DateTime VersionDate { get; set; }
public int WriterId { get; set; }
public int TemplateId { get; set; }
public int? TemplateId { get; set; }
public bool Published { get; set; }
public IDictionary<string, PropertyData[]> Properties { get; set; }