HStation.RevitDev/RevitDataExport/Entity/RecordClass.cs
@@ -13,6 +13,6 @@ { public string FilePath { get; set; } public Dictionary<RevitType, ObservableCollection<ElementModel>> Record { get; set; } public Dictionary<RevitType, List<string>> Record { get; set; } } }