Blame view

Hh.Mes.T4/JavaScriptTemplate.cs 25 KB
赖素文 authored
1
2
3
// ------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
4
//     运行时版本: 17.0.0.0
赖素文 authored
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  
//     对此文件的更改可能导致不正确的行为,如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
// ------------------------------------------------------------------------------
namespace Hh.Mes.T4
{
    using System.Linq;
    using System;

    /// <summary>
    /// Class to produce the template output
    /// </summary>
HuXiYu authored
19
    #line 1 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
20
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")]
赖素文 authored
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
    public partial class JavaScriptTemplate : JavaScriptTemplateBase
    {
#line hidden
        /// <summary>
        /// Create the template output
        /// </summary>
        public virtual string TransformText()
        {
            this.Write(@"let action = null;
layui.config({
    base: ""/js/"",
    version: 1
}).use(['system'], function () {
    var form = layui.form,
        $ = layui.jquery,
        element = layui.element,
        table = layui.table,
        system = layui.system,
        sysU = new system.u(),
40
41
        sendDataWhere = null,
        sendDataDescWhere = null,
赖素文 authored
42
43
        areaName = """);
HuXiYu authored
44
            #line 15 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
45
46
47
48
49
50
            this.Write(this.ToStringHelper.ToStringWithCulture(AreaName));

            #line default
            #line hidden
            this.Write("\",\r\n        controllerName = \"");
HuXiYu authored
51
            #line 16 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
52
53
54
55
            this.Write(this.ToStringHelper.ToStringWithCulture(ControllerName));

            #line default
            #line hidden
56
57
            this.Write("\",\r\n        app = null;\r\n\r\n    action = {\r\n        addOptions: function () {\r\n   " +
                    "         var options = {\r\n                fromId: \"#modifyForm form\",\r\n         " +
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
                    "       url: `/${areaName}/${controllerName}/Ins`,\r\n                //sendDataWhe" +
                    "re: null,\r\n                //isAddWhereExtend: \"arbitrarily\",\r\n                /" +
                    "/mainTable: app.data.tableIns,\r\n                submit: \"submit(fromAdd)\"\r\n     " +
                    "       }\r\n            return options;\r\n        },\r\n\r\n        editOptions: functi" +
                    "on () {\r\n            var options = {\r\n                fromId: \"#modifyForm form\"" +
                    ",\r\n                url: `/${areaName}/${controllerName}/Upd`,\r\n                s" +
                    "ubmit: \"submit(fromUpdate)\"\r\n            }\r\n            return options;\r\n       " +
                    " },\r\n\r\n        deleteOptions: function () {\r\n            var options = {\r\n      " +
                    "          url: `/${areaName}/${controllerName}/DelByIds`,\r\n                keyId" +
                    ": \"id\"\r\n            }\r\n            return options;\r\n        },\r\n\r\n        export" +
                    "Options: function () {\r\n            var options = {\r\n                fromId: \"li" +
                    "stForm\",\r\n                url: `/${areaName}/${controllerName}/Export`,\r\n       " +
                    "         isDefault: false,\r\n                sendDataWhere:{},\r\n                e" +
                    "xcelCols: {\r\n                    head: app.data.cols,\r\n                    body:" +
                    " app.data.colsDesc\r\n                }\r\n            }\r\n            return options" +
                    ";\r\n        },\r\n\r\n        queryOptions: function () {\r\n            var options = " +
                    "{\r\n                resetFrom: \"form[lay-filter=listForm]\",\r\n                from" +
                    "Id: \"listForm\",\r\n                urlExport: `/${areaName}/${controllerName}/Expo" +
                    "rt`,\r\n                urlQuery: `/${areaName}/${controllerName}/Load`,\r\n        " +
                    "        sendDataWhere:{},\r\n                mainTable: app.data.tableIns\r\n       " +
                    "     }\r\n            return options;\r\n        },\r\n        /*rowClickOptions: func" +
                    "tion () {\r\n            var options = {\r\n                //是否主子表\r\n               " +
                    " isDefault: true,\r\n                targetTableId: app.data.tableElem,\r\n         " +
                    "       tabfilter: \"tableTabBody\",\r\n                tabId: 2,\r\n                cu" +
                    "stomFn: app.methods.initTableDesc\r\n            }\r\n            return options;\r\n " +
                    "       },*/\r\n\r\n        uploadOptions: function () {\r\n            var options = {" +
                    "\r\n                url: `/${areaName}/${controllerName}/Import`,\r\n               " +
                    " fromFile: \"#excelfile\",\r\n                content: $(\"#ImportData\")\r\n           " +
                    " }\r\n            return options;\r\n        },\r\n        addBefore: function (callBa" +
                    "ck) {\r\n            //callBack是回调函数,如果editBefore有ajax 放在成功之后\r\n            if (cal" +
                    "lBack != null) callBack();\r\n        },\r\n\r\n        addSaveBefore: function (data," +
                    " callBack) {\r\n            if (callBack != null) callBack();\r\n        },\r\n       " +
                    " editBefore: function (data, callBack) {\r\n            data.enable = data.enable." +
                    "toString();\r\n            form.val(\"modifyForm\", data);\r\n            if (callBack" +
                    " != null) callBack();\r\n        },\r\n        editSaveBefore: function (data, callB" +
                    "ack) {\r\n            if (callBack != null) callBack();\r\n        },\r\n\r\n        che" +
                    "ckboxMethod: function (obj) {\r\n            var page = \"\".GetUrlParam(\"page\"),\r\n " +
                    "               xxx = \"\".GetUrlParam(\"xxx\");\r\n            if (page == \"xxx\") {\r\n " +
                    "               var sendData = {\r\n                    \r\n                };\r\n     " +
                    "           var ajaxConfig = {\r\n                    data: sendData,\r\n            " +
                    "        url: `${areaName}/${controllerName}/xxx`,\r\n                    success: " +
                    "function (result) {\r\n                        if (sysU.successBefore(result)) ret" +
                    "urn false;\r\n                        layer.msg(result.Message);\r\n                " +
                    "    }\r\n                };\r\n                sysU.ajax(ajaxConfig);\r\n            }" +
HuXiYu authored
102
                    "\r\n        },\r\n        //所有动作成功之后\r\n        actionSuccess: (flag) => {\r\n          " +
103
104
105
106
107
                    " debugger\r\n           sysU.refreshTable(app, sysU, null, falg);\r\n        },\r\n   " +
                    "     closeAfter: function (callBack) {\r\n            if (callBack != null) callBa" +
                    "ck();\r\n        }\r\n    }\r\n\r\n    app = {\r\n        data: {\r\n            cols: [[\r\n " +
                    "               { checkbox: true, fixed: true },\r\n");
HuXiYu authored
108
            #line 143 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
109
110
111
112
113
 if(Data.Any(x => x.Key.Equals("id", StringComparison.OrdinalIgnoreCase))) 

            #line default
            #line hidden
HuXiYu authored
114
            #line 144 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
115
116
117
118
119
120
 { 

            #line default
            #line hidden
            this.Write("                { field: \"id\", width: 80, hide: true, title: \"Id\" },\r\n");
HuXiYu authored
121
            #line 146 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
122
123
124
125
126
 } 

            #line default
            #line hidden
HuXiYu authored
127
            #line 147 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
128
129
130
131
132
 if(Data.Any(x => x.Key.Equals("keys", StringComparison.OrdinalIgnoreCase))) 

            #line default
            #line hidden
HuXiYu authored
133
            #line 148 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
134
135
136
137
138
139
 { 

            #line default
            #line hidden
            this.Write("                { field: \"keys\", width: 80, hide: true, title: \"Keys\" },\r\n");
HuXiYu authored
140
            #line 150 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
141
142
143
144
145
 } 

            #line default
            #line hidden
HuXiYu authored
146
            #line 151 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
147
148
149
150
151
 foreach(var item in Data) 

            #line default
            #line hidden
HuXiYu authored
152
            #line 152 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
153
154
155
156
157
 { 

            #line default
            #line hidden
HuXiYu authored
158
            #line 153 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
159
160
161
162
163
 if (item.Key.Equals("Id", StringComparison.OrdinalIgnoreCase) || item.Key.Equals("Keys", StringComparison.OrdinalIgnoreCase)) 

            #line default
            #line hidden
HuXiYu authored
164
            #line 154 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
165
166
167
168
169
 { continue; } 

            #line default
            #line hidden
HuXiYu authored
170
            #line 155 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
171
172
173
174
175
 if(!string.IsNullOrWhiteSpace(item.Value)) 

            #line default
            #line hidden
HuXiYu authored
176
            #line 156 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
177
178
179
180
181
182
 { 

            #line default
            #line hidden
            this.Write("                { field: \"");
HuXiYu authored
183
            #line 157 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
184
185
186
187
188
189
            this.Write(this.ToStringHelper.ToStringWithCulture(item.Key));

            #line default
            #line hidden
            this.Write("\", width: 150, title: \"");
HuXiYu authored
190
            #line 157 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
191
192
193
194
195
196
            this.Write(this.ToStringHelper.ToStringWithCulture(item.Value));

            #line default
            #line hidden
            this.Write("\" },\r\n");
HuXiYu authored
197
            #line 158 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
198
199
200
201
202
203
 }else{ 

            #line default
            #line hidden
            this.Write("                { field: \"");
HuXiYu authored
204
            #line 159 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
205
206
207
208
209
210
            this.Write(this.ToStringHelper.ToStringWithCulture(item.Key));

            #line default
            #line hidden
            this.Write("\", width: 150, title: \"");
HuXiYu authored
211
            #line 159 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
212
213
214
215
216
217
            this.Write(this.ToStringHelper.ToStringWithCulture(item.Key));

            #line default
            #line hidden
            this.Write("\" },\r\n");
HuXiYu authored
218
            #line 160 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
219
220
221
222
223
 } 

            #line default
            #line hidden
HuXiYu authored
224
            #line 161 "D:\CSHHProjects\haiNeng\Hh.Mes.T4\JavaScriptTemplate.tt"
赖素文 authored
225
226
227
228
 } 

            #line default
            #line hidden
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
            this.Write("            ]],\r\n            colsDesc:null,\r\n            tableIns: null,\r\n       " +
                    "     tableElem: \"mainList\",\r\n            tableInsDesc: null,\r\n            tableE" +
                    "lemDesc: \"mainListDesc\",\r\n\r\n            //下拉框配置\r\n            selectOption: {\r\n  " +
                    "              //station: {\r\n                //    SelType: \"FromUrl\",\r\n         " +
                    "       //    SelFrom: `/${areaName}/${controllerName}/StationLineSelect`,\r\n     " +
                    "           //    SelLabel: \"workStationName\",\r\n                //    SelValue: \"" +
                    "workStationCode\",\r\n                //    OptGroup: true,\r\n                //    " +
                    "Dom: [$(\"[name=\'stationCode\']\")]\r\n                //},\r\n                //返回的数据 " +
                    "用于后续操作\r\n                selectData: {\r\n\r\n                }\r\n            }\r\n     " +
                    "   },\r\n        methods: {\r\n            initTable: function (opt) {\r\n            " +
                    "    var config = {};\r\n                if (opt != undefined) $.extend(config, opt" +
                    ");\r\n                let options = {\r\n                    elem: \"#\" + app.data.ta" +
                    "bleElem,\r\n                    url: `/${areaName}/${controllerName}/Load`,\r\n     " +
                    "               cols: sysU.columnRecord(app.data.tableElem, app.data.cols),\r\n    " +
                    "                toolbar: \'#toolbarTable\',\r\n                    where: config, \r\n" +
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
                    "                    //height: \"full-56\",//如果是主明细页签,列表主体高度要设置,否则分页导航不直观展示\r\n      " +
                    "              doneExtend: function (res, obj) {\r\n                    \r\n         " +
                    "           }\r\n                }\r\n                app.data.tableIns = sysU.initTa" +
                    "ble(options);\r\n            },\r\n\r\n            initSelectTable: function () {\r\n   " +
                    "           var opt1 = {\r\n                    elem: \".productCode\",\r\n            " +
                    "        checkedKey: \"productCode\",\r\n                    doneKey: {\r\n            " +
                    "            key: \"productCode\",\r\n                        lableValue: \"productNam" +
                    "e\"\r\n                    },\r\n                    searchKey: \"productCode\",\r\n     " +
                    "               searchName: \"产品编码\"\r\n                };\r\n               sysU.initS" +
                    "electProduct(opt1);\r\n            },\r\n\r\n            initFrom() {\r\n               " +
                    " sysU.initSelect(app.data.selectOption);\r\n            }\r\n        },\r\n        reg" +
                    "isterEvent: function () {\r\n\r\n        },\r\n        init: function () {\r\n          " +
                    "  //var sendDataWhere = form.val(\"listForm\")\r\n            app.methods.initTable(" +
                    ");\r\n            app.methods.initFrom();\r\n            app.registerEvent();\r\n     " +
                    "   }\r\n    };\r\n    app.init();\r\n});");
赖素文 authored
259
260
261
262
263
264
265
266
267
268
            return this.GenerationEnvironment.ToString();
        }
    }

    #line default
    #line hidden
    #region Base class
    /// <summary>
    /// Base class for this transformation
    /// </summary>
269
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")]
赖素文 authored
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
    public class JavaScriptTemplateBase
    {
        #region Fields
        private global::System.Text.StringBuilder generationEnvironmentField;
        private global::System.CodeDom.Compiler.CompilerErrorCollection errorsField;
        private global::System.Collections.Generic.List<int> indentLengthsField;
        private string currentIndentField = "";
        private bool endsWithNewline;
        private global::System.Collections.Generic.IDictionary<string, object> sessionField;
        #endregion
        #region Properties
        /// <summary>
        /// The string builder that generation-time code is using to assemble generated output
        /// </summary>
        protected System.Text.StringBuilder GenerationEnvironment
        {
            get
            {
                if ((this.generationEnvironmentField == null))
                {
                    this.generationEnvironmentField = new global::System.Text.StringBuilder();
                }
                return this.generationEnvironmentField;
            }
            set
            {
                this.generationEnvironmentField = value;
            }
        }
        /// <summary>
        /// The error collection for the generation process
        /// </summary>
        public System.CodeDom.Compiler.CompilerErrorCollection Errors
        {
            get
            {
                if ((this.errorsField == null))
                {
                    this.errorsField = new global::System.CodeDom.Compiler.CompilerErrorCollection();
                }
                return this.errorsField;
            }
        }
        /// <summary>
        /// A list of the lengths of each indent that was added with PushIndent
        /// </summary>
        private System.Collections.Generic.List<int> indentLengths
        {
            get
            {
                if ((this.indentLengthsField == null))
                {
                    this.indentLengthsField = new global::System.Collections.Generic.List<int>();
                }
                return this.indentLengthsField;
            }
        }
        /// <summary>
        /// Gets the current indent we use when adding lines to the output
        /// </summary>
        public string CurrentIndent
        {
            get
            {
                return this.currentIndentField;
            }
        }
        /// <summary>
        /// Current transformation session
        /// </summary>
        public virtual global::System.Collections.Generic.IDictionary<string, object> Session
        {
            get
            {
                return this.sessionField;
            }
            set
            {
                this.sessionField = value;
            }
        }
        #endregion
        #region Transform-time helpers
        /// <summary>
        /// Write text directly into the generated output
        /// </summary>
        public void Write(string textToAppend)
        {
            if (string.IsNullOrEmpty(textToAppend))
            {
                return;
            }
            // If we're starting off, or if the previous text ended with a newline,
            // we have to append the current indent first.
            if (((this.GenerationEnvironment.Length == 0) 
                        || this.endsWithNewline))
            {
                this.GenerationEnvironment.Append(this.currentIndentField);
                this.endsWithNewline = false;
            }
            // Check if the current text ends with a newline
            if (textToAppend.EndsWith(global::System.Environment.NewLine, global::System.StringComparison.CurrentCulture))
            {
                this.endsWithNewline = true;
            }
            // This is an optimization. If the current indent is "", then we don't have to do any
            // of the more complex stuff further down.
            if ((this.currentIndentField.Length == 0))
            {
                this.GenerationEnvironment.Append(textToAppend);
                return;
            }
            // Everywhere there is a newline in the text, add an indent after it
            textToAppend = textToAppend.Replace(global::System.Environment.NewLine, (global::System.Environment.NewLine + this.currentIndentField));
            // If the text ends with a newline, then we should strip off the indent added at the very end
            // because the appropriate indent will be added when the next time Write() is called
            if (this.endsWithNewline)
            {
                this.GenerationEnvironment.Append(textToAppend, 0, (textToAppend.Length - this.currentIndentField.Length));
            }
            else
            {
                this.GenerationEnvironment.Append(textToAppend);
            }
        }
        /// <summary>
        /// Write text directly into the generated output
        /// </summary>
        public void WriteLine(string textToAppend)
        {
            this.Write(textToAppend);
            this.GenerationEnvironment.AppendLine();
            this.endsWithNewline = true;
        }
        /// <summary>
        /// Write formatted text directly into the generated output
        /// </summary>
        public void Write(string format, params object[] args)
        {
            this.Write(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
        }
        /// <summary>
        /// Write formatted text directly into the generated output
        /// </summary>
        public void WriteLine(string format, params object[] args)
        {
            this.WriteLine(string.Format(global::System.Globalization.CultureInfo.CurrentCulture, format, args));
        }
        /// <summary>
        /// Raise an error
        /// </summary>
        public void Error(string message)
        {
            System.CodeDom.Compiler.CompilerError error = new global::System.CodeDom.Compiler.CompilerError();
            error.ErrorText = message;
            this.Errors.Add(error);
        }
        /// <summary>
        /// Raise a warning
        /// </summary>
        public void Warning(string message)
        {
            System.CodeDom.Compiler.CompilerError error = new global::System.CodeDom.Compiler.CompilerError();
            error.ErrorText = message;
            error.IsWarning = true;
            this.Errors.Add(error);
        }
        /// <summary>
        /// Increase the indent
        /// </summary>
        public void PushIndent(string indent)
        {
            if ((indent == null))
            {
                throw new global::System.ArgumentNullException("indent");
            }
            this.currentIndentField = (this.currentIndentField + indent);
            this.indentLengths.Add(indent.Length);
        }
        /// <summary>
        /// Remove the last indent that was added with PushIndent
        /// </summary>
        public string PopIndent()
        {
            string returnValue = "";
            if ((this.indentLengths.Count > 0))
            {
                int indentLength = this.indentLengths[(this.indentLengths.Count - 1)];
                this.indentLengths.RemoveAt((this.indentLengths.Count - 1));
                if ((indentLength > 0))
                {
                    returnValue = this.currentIndentField.Substring((this.currentIndentField.Length - indentLength));
                    this.currentIndentField = this.currentIndentField.Remove((this.currentIndentField.Length - indentLength));
                }
            }
            return returnValue;
        }
        /// <summary>
        /// Remove any indentation
        /// </summary>
        public void ClearIndent()
        {
            this.indentLengths.Clear();
            this.currentIndentField = "";
        }
        #endregion
        #region ToString Helpers
        /// <summary>
        /// Utility class to produce culture-oriented representation of an object as a string.
        /// </summary>
        public class ToStringInstanceHelper
        {
            private System.IFormatProvider formatProviderField  = global::System.Globalization.CultureInfo.InvariantCulture;
            /// <summary>
            /// Gets or sets format provider to be used by ToStringWithCulture method.
            /// </summary>
            public System.IFormatProvider FormatProvider
            {
                get
                {
                    return this.formatProviderField ;
                }
                set
                {
                    if ((value != null))
                    {
                        this.formatProviderField  = value;
                    }
                }
            }
            /// <summary>
            /// This is called from the compile/run appdomain to convert objects within an expression block to a string
            /// </summary>
            public string ToStringWithCulture(object objectToConvert)
            {
                if ((objectToConvert == null))
                {
                    throw new global::System.ArgumentNullException("objectToConvert");
                }
                System.Type t = objectToConvert.GetType();
                System.Reflection.MethodInfo method = t.GetMethod("ToString", new System.Type[] {
                            typeof(System.IFormatProvider)});
                if ((method == null))
                {
                    return objectToConvert.ToString();
                }
                else
                {
                    return ((string)(method.Invoke(objectToConvert, new object[] {
                                this.formatProviderField })));
                }
            }
        }
        private ToStringInstanceHelper toStringHelperField = new ToStringInstanceHelper();
        /// <summary>
        /// Helper to produce culture-oriented representation of an object as a string
        /// </summary>
        public ToStringInstanceHelper ToStringHelper
        {
            get
            {
                return this.toStringHelperField;
            }
        }
        #endregion
    }
    #endregion
}