添加项目文件。
This commit is contained in:
11
KGdev.BI3D.Revit.Common/ISelectOptionDefinitionValue.cs
Normal file
11
KGdev.BI3D.Revit.Common/ISelectOptionDefinitionValue.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Common
|
||||
{
|
||||
public interface ISelectOptionDefinitionValue
|
||||
{
|
||||
string Label { get; set; }
|
||||
|
||||
object Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user