namespace Yavsc.Interfaces { public interface IFormNode { T GetControl(); bool IsUIControl { get; } bool IsInputControl { get; } } }