Exemplo n.º 1
0
 public static void ProcessCustomFunctionController(CustomFunctionController cfc, XmlWriter xmlw)
 {
     DataDefModel.ProcessCustomFunctions(cfc.GetCustomFunctions(), xmlw);
 }
Exemplo n.º 2
0
 public static void Process(CustomFunctionController value, XmlWriter xmlw)
 {
     DataDefModel.Process(value.GetCustomFunctions(), xmlw);
 }
Exemplo n.º 3
0
 public static void ProcessCustomFunctionController(CustomFunctionController cfc, Utf8JsonWriter jsonw)
 {
     DataDefModel.ProcessCustomFunctions(cfc.GetCustomFunctions(), jsonw);
 }