添加项目文件。
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace KGdev.BI3D.Revit.DataExporter.JsonTable
|
||||
{
|
||||
internal class JsonTableDataExporterResult
|
||||
{
|
||||
public JsonTableDataExporterDocumentInfo DocumentInfo { get; set; }
|
||||
|
||||
public List<Dictionary<string, object>> Objects { get; } =
|
||||
new List<Dictionary<string, object>>();
|
||||
|
||||
public List<Dictionary<string, object>> Types { get; } =
|
||||
new List<Dictionary<string, object>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user