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