port from perforce
This commit is contained in:
20
intromat/Intromat/Interfaces/IExpressionEditor.cs
Normal file
20
intromat/Intromat/Interfaces/IExpressionEditor.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Intromat.Nodes.Code;
|
||||
using Intromat.ViewModels;
|
||||
|
||||
namespace Intromat.Interfaces
|
||||
{
|
||||
public interface IExpressionEditor
|
||||
{
|
||||
ERelativeSource RelativeSource
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
bool HasParentSource { get; }
|
||||
|
||||
bool HasInputSource { get; }
|
||||
|
||||
CodeGenPortViewModel CodeGenPort { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user