port from perforce
This commit is contained in:
15
intromat/Intromat/PersistentModel/NodeMetaData.cs
Normal file
15
intromat/Intromat/PersistentModel/NodeMetaData.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Intromat.PersistentModel
|
||||
{
|
||||
public class NodeMetaData
|
||||
{
|
||||
public Guid Node { get; set; }
|
||||
|
||||
public PositionModel Position { get; set; }
|
||||
|
||||
[DefaultValue(false)]
|
||||
public bool IsCollapsed { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user