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