コード例 #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
ファイル: Controllers.cs プロジェクト: joncloud/rpt_diff
 public static void ProcessCustomFunctionController(CustomFunctionController cfc, Utf8JsonWriter jsonw)
 {
     DataDefModel.ProcessCustomFunctions(cfc.GetCustomFunctions(), jsonw);
 }