root/src/BRAINSFramework/Behaviors/IConditionBehavior.cs

1322
9
{
9
{
10
    public interface IConditionBehavior
10
    public interface IConditionBehavior
11
    {
11
    {
12
        bool ConditionValue { get; set; }
12
        bool ConditionCheck { get; set; }
13
    }
13
    }
14
}
14
}