Exemple #1
0
 public override string ToString()
 {
     return("\"RuleAttributes\":" + ReglaHelper.ToJson <None, None>(this));
 }
Exemple #2
0
 public override string ToString()
 {
     return("\"Rule\": " + ReglaHelper.ToJson <COMPONENT, OUTPUT>(this));
 }
Exemple #3
0
 public override string ToString()
 {
     return("\"EngineAttributes\": " + ReglaHelper.ToJson(this));
 }
Exemple #4
0
 public override string ToString()
 {
     return("\"RunResultAttributes\": " + ReglaHelper.ToJson(this));
 }
Exemple #5
0
 public override string ToString()
 {
     return("\"Result\": " + ReglaHelper.ToJson(this));
 }
Exemple #6
0
 public override string ToString()
 {
     return("\"EngineAttributes\": " + ReglaHelper.ToJson <COMPONENT, OUTPUT>(this));
 }