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