Example #1
0
 public BoolKey()
 {
     Left                   = BlockSettingFactory.CreateBoolSetting(string.Empty);
     Left.InputMode         = SettingInputMode.Variable;
     Left.InputVariableName = "data.SOURCE";
     Right                  = BlockSettingFactory.CreateBoolSetting(string.Empty, true);
 }