Revision 60c17115

b/trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
58 58
    <OutputPath>bin\Debug\</OutputPath>
59 59
    <DefineConstants>DEBUG;TRACE</DefineConstants>
60 60
    <DebugType>full</DebugType>
61
    <PlatformTarget>x86</PlatformTarget>
61
    <PlatformTarget>AnyCPU</PlatformTarget>
62 62
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63 63
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64 64
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
......
251 251
    <Reference Include="Caliburn.Micro.Logging">
252 252
      <HintPath>..\packages\Caliburn.Micro.Logging.1.3.0\lib\net40-client\Caliburn.Micro.Logging.dll</HintPath>
253 253
    </Reference>
254
    <Reference Include="Castle.Components.Validator">
255
      <HintPath>..\Libraries\Castle.Components.Validator.dll</HintPath>
256
    </Reference>
257
    <Reference Include="Castle.Core">
258
      <HintPath>..\Libraries\Castle.Core.dll</HintPath>
259
    </Reference>
260 254
    <Reference Include="log4net">
261 255
      <HintPath>..\Libraries\log4net.dll</HintPath>
262 256
    </Reference>
b/trunk/Pithos.Core/packages.config
5 5
  <package id="Microsoft.SqlServer.Compact" version="4.0.8876.1" targetFramework="net40-Client" />
6 6
  <package id="Newtonsoft.Json" version="4.5.9" targetFramework="net40-Client" />
7 7
  <package id="NHibernate" version="3.3.1.4000" targetFramework="net40-Client" />
8
  <package id="ServiceStack.Text" version="2.27" />
9 8
  <package id="Windows7APICodePack" version="1.0.0.0" />
10 9
</packages>
b/trunk/Pithos.Installer/PithosPlus.iss
79 79
[Files]
80 80
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
81 81
; Executable
82
Source: "..\Pithos.Client.WPF\bin\Debug\PithosPlus.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek; Check: not Is64BitInstallMode
83
Source: "..\Pithos.Client.WPF\bin\x64\Debug\PithosPlus.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek; Check: Is64BitInstallMode
82
Source: "..\Pithos.Client.WPF\bin\Debug\PithosPlus.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
84 83
Source: "..\Pithos.Client.WPF\bin\Debug\PithosPlus.exe.config"; DestDir: "{app}"; Flags: restartreplace ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
85 84
; Repair/Modify
86 85
Source: "Tools\UninsHs.exe"; DestDir: "{app}"; Flags: restartreplace
......
96 95
Source: "..\Pithos.Client.WPF\bin\Debug\Caliburn.Micro.Logging.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace; Components: RequiredFiles; Languages: english french german spanish greek
97 96

  
98 97

  
99
Source: "..\Pithos.Client.WPF\bin\Debug\Castle.Components.Validator.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace; Components: RequiredFiles; Languages: english french german spanish greek
100
Source: "..\Pithos.Client.WPF\bin\Debug\Castle.Core.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace; Components: RequiredFiles; Languages: english french german spanish greek
101 98
Source: "..\Pithos.Client.WPF\bin\Debug\Hardcodet.Wpf.TaskbarNotification.dll"; DestDir: "{app}"; Flags: restartreplace ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
102 99
Source: "..\Pithos.Client.WPF\bin\Debug\Iesi.Collections.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace; Components: RequiredFiles; Languages: english french german spanish greek
103 100
Source: "..\Pithos.Client.WPF\bin\Debug\log4net.dll"; DestDir: "{app}"; Flags: ignoreversion restartreplace; Components: RequiredFiles; Languages: english french german spanish greek
b/trunk/Pithos.sln
40 40
EndProject
41 41
Global
42 42
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
43
		Debug All|Any CPU = Debug All|Any CPU
44
		Debug All|Mixed Platforms = Debug All|Mixed Platforms
45 43
		Debug All|x64 = Debug All|x64
46 44
		Debug All|x86 = Debug All|x86
47
		Debug|Any CPU = Debug|Any CPU
48
		Debug|Mixed Platforms = Debug|Mixed Platforms
49 45
		Debug|x64 = Debug|x64
50 46
		Debug|x86 = Debug|x86
51
		Premium Debug|Any CPU = Premium Debug|Any CPU
52
		Premium Debug|Mixed Platforms = Premium Debug|Mixed Platforms
53 47
		Premium Debug|x64 = Premium Debug|x64
54 48
		Premium Debug|x86 = Premium Debug|x86
55
		Release|Any CPU = Release|Any CPU
56
		Release|Mixed Platforms = Release|Mixed Platforms
57 49
		Release|x64 = Release|x64
58 50
		Release|x86 = Release|x86
59
		Test|Any CPU = Test|Any CPU
60
		Test|Mixed Platforms = Test|Mixed Platforms
61 51
		Test|x64 = Test|x64
62 52
		Test|x86 = Test|x86
63 53
	EndGlobalSection
64 54
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
65
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug All|Any CPU.ActiveCfg = Debug All|Any CPU
66
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug All|Any CPU.Build.0 = Debug All|Any CPU
67
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug All|Mixed Platforms.ActiveCfg = Debug All|Any CPU
68
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug All|Mixed Platforms.Build.0 = Debug All|Any CPU
69 55
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug All|x64.ActiveCfg = Debug All|x64
70 56
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug All|x64.Build.0 = Debug All|x64
71 57
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug All|x86.ActiveCfg = Debug All|Any CPU
72
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
73
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|Any CPU.Build.0 = Debug|Any CPU
74
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
75
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
76 58
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|x64.ActiveCfg = Debug|Any CPU
77 59
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|x64.Build.0 = Debug|Any CPU
78 60
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|x86.ActiveCfg = Debug|Any CPU
79 61
		{142AF135-DF30-4563-B0AC-B604235AE874}.Debug|x86.Build.0 = Debug|Any CPU
80
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|Any CPU.ActiveCfg = Premium Debug|Any CPU
81
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|Any CPU.Build.0 = Premium Debug|Any CPU
82
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|Mixed Platforms.ActiveCfg = Premium Debug|Any CPU
83
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|Mixed Platforms.Build.0 = Premium Debug|Any CPU
84 62
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|x64.ActiveCfg = Premium Debug|x64
85 63
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|x64.Build.0 = Premium Debug|x64
86 64
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|x86.ActiveCfg = Premium Debug|Any CPU
87 65
		{142AF135-DF30-4563-B0AC-B604235AE874}.Premium Debug|x86.Build.0 = Premium Debug|Any CPU
88
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|Any CPU.ActiveCfg = Release|Any CPU
89
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|Any CPU.Build.0 = Release|Any CPU
90
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
91
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|Mixed Platforms.Build.0 = Release|Any CPU
92 66
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|x64.ActiveCfg = Release|x86
93 67
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|x64.Build.0 = Release|x86
94 68
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|x86.ActiveCfg = Release|x86
95 69
		{142AF135-DF30-4563-B0AC-B604235AE874}.Release|x86.Build.0 = Release|x86
96
		{142AF135-DF30-4563-B0AC-B604235AE874}.Test|Any CPU.ActiveCfg = Test|Any CPU
97
		{142AF135-DF30-4563-B0AC-B604235AE874}.Test|Any CPU.Build.0 = Test|Any CPU
98
		{142AF135-DF30-4563-B0AC-B604235AE874}.Test|Mixed Platforms.ActiveCfg = Test|Any CPU
99
		{142AF135-DF30-4563-B0AC-B604235AE874}.Test|Mixed Platforms.Build.0 = Test|Any CPU
100 70
		{142AF135-DF30-4563-B0AC-B604235AE874}.Test|x64.ActiveCfg = Test|x64
101 71
		{142AF135-DF30-4563-B0AC-B604235AE874}.Test|x64.Build.0 = Test|x64
102 72
		{142AF135-DF30-4563-B0AC-B604235AE874}.Test|x86.ActiveCfg = Test|Any CPU
103
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug All|Any CPU.ActiveCfg = Debug All|Any CPU
104
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug All|Any CPU.Build.0 = Debug All|Any CPU
105
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug All|Mixed Platforms.ActiveCfg = Debug All|Any CPU
106
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug All|Mixed Platforms.Build.0 = Debug All|Any CPU
107 73
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug All|x64.ActiveCfg = Debug All|x64
108 74
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug All|x64.Build.0 = Debug All|x64
109 75
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug All|x86.ActiveCfg = Debug All|Any CPU
110
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
111
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug|Any CPU.Build.0 = Debug|Any CPU
112
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
113 76
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug|x64.ActiveCfg = Debug|x64
114 77
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug|x64.Build.0 = Debug|x64
115 78
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug|x86.ActiveCfg = Debug|x86
116 79
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Debug|x86.Build.0 = Debug|x86
117
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Premium Debug|Any CPU.ActiveCfg = Premium Debug|Any CPU
118
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Premium Debug|Mixed Platforms.ActiveCfg = Premium Debug|Any CPU
119
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Premium Debug|Mixed Platforms.Build.0 = Premium Debug|Any CPU
120 80
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Premium Debug|x64.ActiveCfg = Premium Debug|x64
121 81
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Premium Debug|x64.Build.0 = Premium Debug|x64
122 82
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Premium Debug|x86.ActiveCfg = Premium Debug|Any CPU
123 83
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Premium Debug|x86.Build.0 = Premium Debug|Any CPU
124
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|Any CPU.ActiveCfg = Release|Any CPU
125
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|Any CPU.Build.0 = Release|Any CPU
126
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
127
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|Mixed Platforms.Build.0 = Release|Any CPU
128 84
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|x64.ActiveCfg = Release|x64
129 85
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|x64.Build.0 = Release|x64
130 86
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|x86.ActiveCfg = Release|x86
131 87
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Release|x86.Build.0 = Release|x86
132
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Test|Any CPU.ActiveCfg = Test|Any CPU
133
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Test|Mixed Platforms.ActiveCfg = Test|Any CPU
134
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Test|Mixed Platforms.Build.0 = Test|Any CPU
135 88
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Test|x64.ActiveCfg = Test|x64
136 89
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Test|x64.Build.0 = Test|x64
137 90
		{240B432F-1030-4623-BCC3-FF351D6C1B63}.Test|x86.ActiveCfg = Test|Any CPU
138
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|Any CPU.ActiveCfg = Debug All|Any CPU
139
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|Any CPU.Build.0 = Debug All|Any CPU
140
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|Mixed Platforms.ActiveCfg = Debug All|Any CPU
141
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|Mixed Platforms.Build.0 = Debug All|Any CPU
142 91
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|x64.ActiveCfg = Debug All|x64
143 92
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|x64.Build.0 = Debug All|x64
144 93
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|x86.ActiveCfg = Debug All|x86
145 94
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug All|x86.Build.0 = Debug All|x86
146
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
147
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
148
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
149
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|Mixed Platforms.Build.0 = Debug|x86
150
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x64.ActiveCfg = Debug|x64
151
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x64.Build.0 = Debug|x64
152
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x86.ActiveCfg = Debug|x86
153
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x86.Build.0 = Debug|x86
154
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|Any CPU.ActiveCfg = Premium Debug|Any CPU
155
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|Any CPU.Build.0 = Premium Debug|Any CPU
156
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|Mixed Platforms.ActiveCfg = Premium Debug|Any CPU
157
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|Mixed Platforms.Build.0 = Premium Debug|Any CPU
95
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x64.ActiveCfg = Debug|Any CPU
96
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x64.Build.0 = Debug|Any CPU
97
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x86.ActiveCfg = Debug|Any CPU
98
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Debug|x86.Build.0 = Debug|Any CPU
158 99
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|x64.ActiveCfg = Premium Debug|x64
159 100
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|x64.Build.0 = Premium Debug|x64
160 101
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|x86.ActiveCfg = Premium Debug|x86
161 102
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Premium Debug|x86.Build.0 = Premium Debug|x86
162
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Release|Any CPU.ActiveCfg = Release|x86
163
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Release|Mixed Platforms.ActiveCfg = Release|x86
164
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Release|Mixed Platforms.Build.0 = Release|x86
165 103
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Release|x64.ActiveCfg = Release|x86
166 104
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Release|x64.Build.0 = Release|x86
167 105
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Release|x86.ActiveCfg = Release|x86
168 106
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Release|x86.Build.0 = Release|x86
169
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Test|Any CPU.ActiveCfg = Release|x86
170
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Test|Mixed Platforms.ActiveCfg = Release|x86
171
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Test|Mixed Platforms.Build.0 = Release|x86
172 107
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Test|x64.ActiveCfg = Debug All|x64
173 108
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Test|x64.Build.0 = Debug All|x64
174 109
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Test|x86.ActiveCfg = Release|x86
175 110
		{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}.Test|x86.Build.0 = Release|x86
176
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug All|Any CPU.ActiveCfg = Debug|Any CPU
177
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug All|Any CPU.Build.0 = Debug|Any CPU
178
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug All|Mixed Platforms.ActiveCfg = Debug|Any CPU
179
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug All|Mixed Platforms.Build.0 = Debug|Any CPU
180 111
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug All|x64.ActiveCfg = Debug|Any CPU
181 112
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug All|x86.ActiveCfg = Debug|Any CPU
182
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
183
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|Any CPU.Build.0 = Debug|Any CPU
184
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
185
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
186 113
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|x64.ActiveCfg = Debug|Any CPU
187 114
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|x64.Build.0 = Debug|Any CPU
188 115
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|x86.ActiveCfg = Debug|Any CPU
189 116
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Debug|x86.Build.0 = Debug|Any CPU
190
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Premium Debug|Any CPU.ActiveCfg = Debug|Any CPU
191
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Premium Debug|Any CPU.Build.0 = Debug|Any CPU
192
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Premium Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
193
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Premium Debug|Mixed Platforms.Build.0 = Debug|Any CPU
194 117
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Premium Debug|x64.ActiveCfg = Debug|Any CPU
195 118
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Premium Debug|x86.ActiveCfg = Debug|Any CPU
196
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|Any CPU.ActiveCfg = Release|Any CPU
197
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|Any CPU.Build.0 = Release|Any CPU
198
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
199
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|Mixed Platforms.Build.0 = Release|Any CPU
200 119
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|x64.ActiveCfg = Release|Any CPU
201 120
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|x64.Build.0 = Release|Any CPU
202 121
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|x86.ActiveCfg = Release|Any CPU
203 122
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Release|x86.Build.0 = Release|Any CPU
204
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Test|Any CPU.ActiveCfg = Release|Any CPU
205
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Test|Any CPU.Build.0 = Release|Any CPU
206
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Test|Mixed Platforms.ActiveCfg = Release|Any CPU
207
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Test|Mixed Platforms.Build.0 = Release|Any CPU
208 123
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Test|x64.ActiveCfg = Release|Any CPU
209 124
		{74635A21-2BAD-4522-AB95-E3E5703CD301}.Test|x86.ActiveCfg = Release|Any CPU
210
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug All|Any CPU.ActiveCfg = Debug All|Any CPU
211
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug All|Any CPU.Build.0 = Debug All|Any CPU
212
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug All|Mixed Platforms.ActiveCfg = Debug All|Any CPU
213
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug All|Mixed Platforms.Build.0 = Debug All|Any CPU
214 125
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug All|x64.ActiveCfg = Debug All|x64
215 126
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug All|x64.Build.0 = Debug All|x64
216 127
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug All|x86.ActiveCfg = Debug All|Any CPU
217
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
218
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
219
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
220
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
221 128
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|x64.ActiveCfg = Debug|Any CPU
222 129
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|x64.Build.0 = Debug|Any CPU
223 130
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|x86.ActiveCfg = Debug|Any CPU
224 131
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Debug|x86.Build.0 = Debug|Any CPU
225
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|Any CPU.ActiveCfg = Premium Debug|Any CPU
226
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|Any CPU.Build.0 = Premium Debug|Any CPU
227
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|Mixed Platforms.ActiveCfg = Premium Debug|Any CPU
228
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|Mixed Platforms.Build.0 = Premium Debug|Any CPU
229 132
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|x64.ActiveCfg = Premium Debug|x64
230 133
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|x64.Build.0 = Premium Debug|x64
231 134
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|x86.ActiveCfg = Premium Debug|Any CPU
232 135
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Premium Debug|x86.Build.0 = Premium Debug|Any CPU
233
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
234
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|Any CPU.Build.0 = Release|Any CPU
235
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
236
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
237 136
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|x64.ActiveCfg = Release|Any CPU
238 137
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|x64.Build.0 = Release|Any CPU
239 138
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|x86.ActiveCfg = Release|Any CPU
240 139
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Release|x86.Build.0 = Release|Any CPU
241
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Test|Any CPU.ActiveCfg = Release|Any CPU
242
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Test|Any CPU.Build.0 = Release|Any CPU
243
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Test|Mixed Platforms.ActiveCfg = Release|Any CPU
244
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Test|Mixed Platforms.Build.0 = Release|Any CPU
245 140
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Test|x64.ActiveCfg = Debug All|x64
246 141
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Test|x64.Build.0 = Debug All|x64
247 142
		{7AC63864-7638-41C4-969C-D3197EF2BED9}.Test|x86.ActiveCfg = Release|Any CPU
248
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug All|Any CPU.ActiveCfg = Debug All|Any CPU
249
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug All|Any CPU.Build.0 = Debug All|Any CPU
250
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug All|Mixed Platforms.ActiveCfg = Debug All|Any CPU
251
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug All|Mixed Platforms.Build.0 = Debug All|Any CPU
252 143
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug All|x64.ActiveCfg = Debug All|x64
253 144
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug All|x64.Build.0 = Debug All|x64
254 145
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug All|x86.ActiveCfg = Debug All|Any CPU
255
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
256
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
257
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
258
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
259 146
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|x64.ActiveCfg = Debug|Any CPU
260 147
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|x64.Build.0 = Debug|Any CPU
261 148
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|x86.ActiveCfg = Debug|Any CPU
262 149
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Debug|x86.Build.0 = Debug|Any CPU
263
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|Any CPU.ActiveCfg = Premium Debug|Any CPU
264
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|Any CPU.Build.0 = Premium Debug|Any CPU
265
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|Mixed Platforms.ActiveCfg = Premium Debug|Any CPU
266
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|Mixed Platforms.Build.0 = Premium Debug|Any CPU
267 150
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|x64.ActiveCfg = Premium Debug|x64
268 151
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|x64.Build.0 = Premium Debug|x64
269 152
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|x86.ActiveCfg = Premium Debug|Any CPU
270 153
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Premium Debug|x86.Build.0 = Premium Debug|Any CPU
271
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
272
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|Any CPU.Build.0 = Release|Any CPU
273
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
274
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
275 154
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|x64.ActiveCfg = Release|Any CPU
276 155
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|x64.Build.0 = Release|Any CPU
277 156
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|x86.ActiveCfg = Release|Any CPU
278 157
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Release|x86.Build.0 = Release|Any CPU
279
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Test|Any CPU.ActiveCfg = Test|Any CPU
280
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Test|Any CPU.Build.0 = Test|Any CPU
281
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Test|Mixed Platforms.ActiveCfg = Test|Any CPU
282
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Test|Mixed Platforms.Build.0 = Test|Any CPU
283 158
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Test|x64.ActiveCfg = Test|x64
284 159
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Test|x64.Build.0 = Test|x64
285 160
		{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}.Test|x86.ActiveCfg = Test|Any CPU
286
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug All|Any CPU.ActiveCfg = Debug All|Any CPU
287
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug All|Any CPU.Build.0 = Debug All|Any CPU
288
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug All|Mixed Platforms.ActiveCfg = Debug All|Any CPU
289
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug All|Mixed Platforms.Build.0 = Debug All|Any CPU
290 161
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug All|x64.ActiveCfg = Debug All|x64
291 162
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug All|x64.Build.0 = Debug All|x64
292 163
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug All|x86.ActiveCfg = Debug All|Any CPU
293
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
294
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
295
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
296
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
297 164
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|x64.ActiveCfg = Debug|Any CPU
298 165
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|x64.Build.0 = Debug|Any CPU
299 166
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|x86.ActiveCfg = Debug|Any CPU
300 167
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Debug|x86.Build.0 = Debug|Any CPU
301
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|Any CPU.ActiveCfg = Premium Debug|Any CPU
302
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|Any CPU.Build.0 = Premium Debug|Any CPU
303
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|Mixed Platforms.ActiveCfg = Premium Debug|Any CPU
304
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|Mixed Platforms.Build.0 = Premium Debug|Any CPU
305 168
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|x64.ActiveCfg = Premium Debug|x64
306 169
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|x64.Build.0 = Premium Debug|x64
307 170
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|x86.ActiveCfg = Premium Debug|Any CPU
308 171
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Premium Debug|x86.Build.0 = Premium Debug|Any CPU
309
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
310
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|Any CPU.Build.0 = Release|Any CPU
311
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
312
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
313 172
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|x64.ActiveCfg = Release|Any CPU
314 173
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|x64.Build.0 = Release|Any CPU
315 174
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|x86.ActiveCfg = Release|Any CPU
316 175
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Release|x86.Build.0 = Release|Any CPU
317
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Test|Any CPU.ActiveCfg = Test|Any CPU
318
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Test|Any CPU.Build.0 = Test|Any CPU
319
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Test|Mixed Platforms.ActiveCfg = Test|Any CPU
320
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Test|Mixed Platforms.Build.0 = Test|Any CPU
321 176
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Test|x64.ActiveCfg = Test|x64
322 177
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Test|x64.Build.0 = Test|x64
323 178
		{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}.Test|x86.ActiveCfg = Test|Any CPU
324
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug All|Any CPU.ActiveCfg = Debug All|Any CPU
325
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug All|Any CPU.Build.0 = Debug All|Any CPU
326
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug All|Mixed Platforms.ActiveCfg = Debug All|Any CPU
327
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug All|Mixed Platforms.Build.0 = Debug All|Any CPU
328 179
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug All|x64.ActiveCfg = Debug All|x64
329 180
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug All|x64.Build.0 = Debug All|x64
330 181
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug All|x86.ActiveCfg = Debug All|Any CPU
331
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
332
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
333
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
334
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
335 182
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|x64.ActiveCfg = Debug|Any CPU
183
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|x64.Build.0 = Debug|Any CPU
336 184
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|x86.ActiveCfg = Debug|Any CPU
337 185
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Debug|x86.Build.0 = Debug|Any CPU
338
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|Any CPU.ActiveCfg = Premium Debug|Any CPU
339
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|Any CPU.Build.0 = Premium Debug|Any CPU
340
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|Mixed Platforms.ActiveCfg = Premium Debug|Any CPU
341
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|Mixed Platforms.Build.0 = Premium Debug|Any CPU
342 186
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|x64.ActiveCfg = Premium Debug|x64
343 187
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|x64.Build.0 = Premium Debug|x64
344 188
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|x86.ActiveCfg = Premium Debug|Any CPU
345 189
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Premium Debug|x86.Build.0 = Premium Debug|Any CPU
346
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
347
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|Any CPU.Build.0 = Release|Any CPU
348
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
349
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
350 190
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|x64.ActiveCfg = Release|x86
351 191
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|x64.Build.0 = Release|x86
352 192
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|x86.ActiveCfg = Release|x86
353 193
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Release|x86.Build.0 = Release|x86
354
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Test|Any CPU.ActiveCfg = Test|Any CPU
355
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Test|Any CPU.Build.0 = Test|Any CPU
356
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Test|Mixed Platforms.ActiveCfg = Test|Any CPU
357
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Test|Mixed Platforms.Build.0 = Test|Any CPU
358 194
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Test|x64.ActiveCfg = Test|x64
359 195
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Test|x64.Build.0 = Test|x64
360 196
		{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}.Test|x86.ActiveCfg = Test|Any CPU
/dev/null
1
<?xml version="1.0"?>
2
<doc>
3
    <assembly>
4
        <name>Newtonsoft.Json.Net20</name>
5
    </assembly>
6
    <members>
7
        <member name="T:Newtonsoft.Json.Bson.BsonObjectId">
8
            <summary>
9
            Represents a BSON Oid (object id).
10
            </summary>
11
        </member>
12
        <member name="M:Newtonsoft.Json.Bson.BsonObjectId.#ctor(System.Byte[])">
13
            <summary>
14
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> class.
15
            </summary>
16
            <param name="value">The Oid value.</param>
17
        </member>
18
        <member name="P:Newtonsoft.Json.Bson.BsonObjectId.Value">
19
            <summary>
20
            Gets or sets the value of the Oid.
21
            </summary>
22
            <value>The value of the Oid.</value>
23
        </member>
24
        <member name="T:Newtonsoft.Json.Bson.BsonReader">
25
            <summary>
26
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
27
            </summary>
28
        </member>
29
        <member name="T:Newtonsoft.Json.JsonReader">
30
            <summary>
31
            Represents a reader that provides fast, non-cached, forward-only access to serialized Json data.
32
            </summary>
33
        </member>
34
        <member name="M:Newtonsoft.Json.JsonReader.#ctor">
35
            <summary>
36
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.JsonReader"/> class with the specified <see cref="T:System.IO.TextReader"/>.
37
            </summary>
38
        </member>
39
        <member name="M:Newtonsoft.Json.JsonReader.Read">
40
            <summary>
41
            Reads the next JSON token from the stream.
42
            </summary>
43
            <returns>true if the next token was read successfully; false if there are no more tokens to read.</returns>
44
        </member>
45
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsBytes">
46
            <summary>
47
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
48
            </summary>
49
            <returns>A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.</returns>
50
        </member>
51
        <member name="M:Newtonsoft.Json.JsonReader.ReadAsDecimal">
52
            <summary>
53
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
54
            </summary>
55
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
56
        </member>
57
        <member name="M:Newtonsoft.Json.JsonReader.Skip">
58
            <summary>
59
            Skips the children of the current token.
60
            </summary>
61
        </member>
62
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken)">
63
            <summary>
64
            Sets the current token.
65
            </summary>
66
            <param name="newToken">The new token.</param>
67
        </member>
68
        <member name="M:Newtonsoft.Json.JsonReader.SetToken(Newtonsoft.Json.JsonToken,System.Object)">
69
            <summary>
70
            Sets the current token and value.
71
            </summary>
72
            <param name="newToken">The new token.</param>
73
            <param name="value">The value.</param>
74
        </member>
75
        <member name="M:Newtonsoft.Json.JsonReader.SetStateBasedOnCurrent">
76
            <summary>
77
            Sets the state based on current token type.
78
            </summary>
79
        </member>
80
        <member name="M:Newtonsoft.Json.JsonReader.System#IDisposable#Dispose">
81
            <summary>
82
            Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
83
            </summary>
84
        </member>
85
        <member name="M:Newtonsoft.Json.JsonReader.Dispose(System.Boolean)">
86
            <summary>
87
            Releases unmanaged and - optionally - managed resources
88
            </summary>
89
            <param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
90
        </member>
91
        <member name="M:Newtonsoft.Json.JsonReader.Close">
92
            <summary>
93
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed. 
94
            </summary>
95
        </member>
96
        <member name="P:Newtonsoft.Json.JsonReader.CurrentState">
97
            <summary>
98
            Gets the current reader state.
99
            </summary>
100
            <value>The current reader state.</value>
101
        </member>
102
        <member name="P:Newtonsoft.Json.JsonReader.CloseInput">
103
            <summary>
104
            Gets or sets a value indicating whether the underlying stream or
105
            <see cref="T:System.IO.TextReader"/> should be closed when the reader is closed.
106
            </summary>
107
            <value>
108
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
109
            the reader is closed; otherwise false. The default is true.
110
            </value>
111
        </member>
112
        <member name="P:Newtonsoft.Json.JsonReader.QuoteChar">
113
            <summary>
114
            Gets the quotation mark character used to enclose the value of a string.
115
            </summary>
116
        </member>
117
        <member name="P:Newtonsoft.Json.JsonReader.TokenType">
118
            <summary>
119
            Gets the type of the current Json token. 
120
            </summary>
121
        </member>
122
        <member name="P:Newtonsoft.Json.JsonReader.Value">
123
            <summary>
124
            Gets the text value of the current Json token.
125
            </summary>
126
        </member>
127
        <member name="P:Newtonsoft.Json.JsonReader.ValueType">
128
            <summary>
129
            Gets The Common Language Runtime (CLR) type for the current Json token.
130
            </summary>
131
        </member>
132
        <member name="P:Newtonsoft.Json.JsonReader.Depth">
133
            <summary>
134
            Gets the depth of the current token in the JSON document.
135
            </summary>
136
            <value>The depth of the current token in the JSON document.</value>
137
        </member>
138
        <member name="T:Newtonsoft.Json.JsonReader.State">
139
            <summary>
140
            Specifies the state of the reader.
141
            </summary>
142
        </member>
143
        <member name="F:Newtonsoft.Json.JsonReader.State.Start">
144
            <summary>
145
            The Read method has not been called.
146
            </summary>
147
        </member>
148
        <member name="F:Newtonsoft.Json.JsonReader.State.Complete">
149
            <summary>
150
            The end of the file has been reached successfully.
151
            </summary>
152
        </member>
153
        <member name="F:Newtonsoft.Json.JsonReader.State.Property">
154
            <summary>
155
            Reader is at a property.
156
            </summary>
157
        </member>
158
        <member name="F:Newtonsoft.Json.JsonReader.State.ObjectStart">
159
            <summary>
160
            Reader is at the start of an object.
161
            </summary>
162
        </member>
163
        <member name="F:Newtonsoft.Json.JsonReader.State.Object">
164
            <summary>
165
            Reader is in an object.
166
            </summary>
167
        </member>
168
        <member name="F:Newtonsoft.Json.JsonReader.State.ArrayStart">
169
            <summary>
170
            Reader is at the start of an array.
171
            </summary>
172
        </member>
173
        <member name="F:Newtonsoft.Json.JsonReader.State.Array">
174
            <summary>
175
            Reader is in an array.
176
            </summary>
177
        </member>
178
        <member name="F:Newtonsoft.Json.JsonReader.State.Closed">
179
            <summary>
180
            The Close method has been called.
181
            </summary>
182
        </member>
183
        <member name="F:Newtonsoft.Json.JsonReader.State.PostValue">
184
            <summary>
185
            Reader has just read a value.
186
            </summary>
187
        </member>
188
        <member name="F:Newtonsoft.Json.JsonReader.State.ConstructorStart">
189
            <summary>
190
            Reader is at the start of a constructor.
191
            </summary>
192
        </member>
193
        <member name="F:Newtonsoft.Json.JsonReader.State.Constructor">
194
            <summary>
195
            Reader in a constructor.
196
            </summary>
197
        </member>
198
        <member name="F:Newtonsoft.Json.JsonReader.State.Error">
199
            <summary>
200
            An error occurred that prevents the read operation from continuing.
201
            </summary>
202
        </member>
203
        <member name="F:Newtonsoft.Json.JsonReader.State.Finished">
204
            <summary>
205
            The end of the file has been reached successfully.
206
            </summary>
207
        </member>
208
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream)">
209
            <summary>
210
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
211
            </summary>
212
            <param name="stream">The stream.</param>
213
        </member>
214
        <member name="M:Newtonsoft.Json.Bson.BsonReader.#ctor(System.IO.Stream,System.Boolean,System.DateTimeKind)">
215
            <summary>
216
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonReader"/> class.
217
            </summary>
218
            <param name="stream">The stream.</param>
219
            <param name="readRootValueAsArray">if set to <c>true</c> the root object will be read as a JSON array.</param>
220
            <param name="dateTimeKindHandling">The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</param>
221
        </member>
222
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsBytes">
223
            <summary>
224
            Reads the next JSON token from the stream as a <see cref="T:Byte[]"/>.
225
            </summary>
226
            <returns>
227
            A <see cref="T:Byte[]"/> or a null reference if the next JSON token is null.
228
            </returns>
229
        </member>
230
        <member name="M:Newtonsoft.Json.Bson.BsonReader.ReadAsDecimal">
231
            <summary>
232
            Reads the next JSON token from the stream as a <see cref="T:System.Nullable`1"/>.
233
            </summary>
234
            <returns>A <see cref="T:System.Nullable`1"/>.</returns>
235
        </member>
236
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Read">
237
            <summary>
238
            Reads the next JSON token from the stream.
239
            </summary>
240
            <returns>
241
            true if the next token was read successfully; false if there are no more tokens to read.
242
            </returns>
243
        </member>
244
        <member name="M:Newtonsoft.Json.Bson.BsonReader.Close">
245
            <summary>
246
            Changes the <see cref="T:Newtonsoft.Json.JsonReader.State"/> to Closed.
247
            </summary>
248
        </member>
249
        <member name="P:Newtonsoft.Json.Bson.BsonReader.JsonNet35BinaryCompatibility">
250
            <summary>
251
            Gets or sets a value indicating whether binary data reading should compatible with incorrect Json.NET 3.5 written binary.
252
            </summary>
253
            <value>
254
            	<c>true</c> if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, <c>false</c>.
255
            </value>
256
        </member>
257
        <member name="P:Newtonsoft.Json.Bson.BsonReader.ReadRootValueAsArray">
258
            <summary>
259
            Gets or sets a value indicating whether the root object will be read as a JSON array.
260
            </summary>
261
            <value>
262
            	<c>true</c> if the root object will be read as a JSON array; otherwise, <c>false</c>.
263
            </value>
264
        </member>
265
        <member name="P:Newtonsoft.Json.Bson.BsonReader.DateTimeKindHandling">
266
            <summary>
267
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.
268
            </summary>
269
            <value>The <see cref="T:System.DateTimeKind"/> used when reading <see cref="T:System.DateTime"/> values from BSON.</value>
270
        </member>
271
        <member name="T:Newtonsoft.Json.Bson.BsonWriter">
272
            <summary>
273
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
274
            </summary>
275
        </member>
276
        <member name="T:Newtonsoft.Json.JsonWriter">
277
            <summary>
278
            Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
279
            </summary>
280
        </member>
281
        <member name="M:Newtonsoft.Json.JsonWriter.#ctor">
282
            <summary>
283
            Creates an instance of the <c>JsonWriter</c> class. 
284
            </summary>
285
        </member>
286
        <member name="M:Newtonsoft.Json.JsonWriter.Flush">
287
            <summary>
288
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
289
            </summary>
290
        </member>
291
        <member name="M:Newtonsoft.Json.JsonWriter.Close">
292
            <summary>
293
            Closes this stream and the underlying stream.
294
            </summary>
295
        </member>
296
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartObject">
297
            <summary>
298
            Writes the beginning of a Json object.
299
            </summary>
300
        </member>
301
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndObject">
302
            <summary>
303
            Writes the end of a Json object.
304
            </summary>
305
        </member>
306
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartArray">
307
            <summary>
308
            Writes the beginning of a Json array.
309
            </summary>
310
        </member>
311
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndArray">
312
            <summary>
313
            Writes the end of an array.
314
            </summary>
315
        </member>
316
        <member name="M:Newtonsoft.Json.JsonWriter.WriteStartConstructor(System.String)">
317
            <summary>
318
            Writes the start of a constructor with the given name.
319
            </summary>
320
            <param name="name">The name of the constructor.</param>
321
        </member>
322
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEndConstructor">
323
            <summary>
324
            Writes the end constructor.
325
            </summary>
326
        </member>
327
        <member name="M:Newtonsoft.Json.JsonWriter.WritePropertyName(System.String)">
328
            <summary>
329
            Writes the property name of a name/value pair on a Json object.
330
            </summary>
331
            <param name="name">The name of the property.</param>
332
        </member>
333
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd">
334
            <summary>
335
            Writes the end of the current Json object or array.
336
            </summary>
337
        </member>
338
        <member name="M:Newtonsoft.Json.JsonWriter.WriteToken(Newtonsoft.Json.JsonReader)">
339
            <summary>
340
            Writes the current <see cref="T:Newtonsoft.Json.JsonReader"/> token.
341
            </summary>
342
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read the token from.</param>
343
        </member>
344
        <member name="M:Newtonsoft.Json.JsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
345
            <summary>
346
            Writes the specified end token.
347
            </summary>
348
            <param name="token">The end token to write.</param>
349
        </member>
350
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndent">
351
            <summary>
352
            Writes indent characters.
353
            </summary>
354
        </member>
355
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValueDelimiter">
356
            <summary>
357
            Writes the JSON value delimiter.
358
            </summary>
359
        </member>
360
        <member name="M:Newtonsoft.Json.JsonWriter.WriteIndentSpace">
361
            <summary>
362
            Writes an indent space.
363
            </summary>
364
        </member>
365
        <member name="M:Newtonsoft.Json.JsonWriter.WriteNull">
366
            <summary>
367
            Writes a null value.
368
            </summary>
369
        </member>
370
        <member name="M:Newtonsoft.Json.JsonWriter.WriteUndefined">
371
            <summary>
372
            Writes an undefined value.
373
            </summary>
374
        </member>
375
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRaw(System.String)">
376
            <summary>
377
            Writes raw JSON without changing the writer's state.
378
            </summary>
379
            <param name="json">The raw JSON to write.</param>
380
        </member>
381
        <member name="M:Newtonsoft.Json.JsonWriter.WriteRawValue(System.String)">
382
            <summary>
383
            Writes raw JSON where a value is expected and updates the writer's state.
384
            </summary>
385
            <param name="json">The raw JSON to write.</param>
386
        </member>
387
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.String)">
388
            <summary>
389
            Writes a <see cref="T:System.String"/> value.
390
            </summary>
391
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
392
        </member>
393
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int32)">
394
            <summary>
395
            Writes a <see cref="T:System.Int32"/> value.
396
            </summary>
397
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
398
        </member>
399
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt32)">
400
            <summary>
401
            Writes a <see cref="T:System.UInt32"/> value.
402
            </summary>
403
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
404
        </member>
405
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int64)">
406
            <summary>
407
            Writes a <see cref="T:System.Int64"/> value.
408
            </summary>
409
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
410
        </member>
411
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt64)">
412
            <summary>
413
            Writes a <see cref="T:System.UInt64"/> value.
414
            </summary>
415
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
416
        </member>
417
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Single)">
418
            <summary>
419
            Writes a <see cref="T:System.Single"/> value.
420
            </summary>
421
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
422
        </member>
423
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Double)">
424
            <summary>
425
            Writes a <see cref="T:System.Double"/> value.
426
            </summary>
427
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
428
        </member>
429
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Boolean)">
430
            <summary>
431
            Writes a <see cref="T:System.Boolean"/> value.
432
            </summary>
433
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
434
        </member>
435
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Int16)">
436
            <summary>
437
            Writes a <see cref="T:System.Int16"/> value.
438
            </summary>
439
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
440
        </member>
441
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.UInt16)">
442
            <summary>
443
            Writes a <see cref="T:System.UInt16"/> value.
444
            </summary>
445
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
446
        </member>
447
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Char)">
448
            <summary>
449
            Writes a <see cref="T:System.Char"/> value.
450
            </summary>
451
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
452
        </member>
453
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte)">
454
            <summary>
455
            Writes a <see cref="T:System.Byte"/> value.
456
            </summary>
457
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
458
        </member>
459
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.SByte)">
460
            <summary>
461
            Writes a <see cref="T:System.SByte"/> value.
462
            </summary>
463
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
464
        </member>
465
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Decimal)">
466
            <summary>
467
            Writes a <see cref="T:System.Decimal"/> value.
468
            </summary>
469
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
470
        </member>
471
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.DateTime)">
472
            <summary>
473
            Writes a <see cref="T:System.DateTime"/> value.
474
            </summary>
475
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
476
        </member>
477
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int32})">
478
            <summary>
479
            Writes a <see cref="T:System.Nullable`1"/> value.
480
            </summary>
481
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
482
        </member>
483
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt32})">
484
            <summary>
485
            Writes a <see cref="T:System.Nullable`1"/> value.
486
            </summary>
487
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
488
        </member>
489
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int64})">
490
            <summary>
491
            Writes a <see cref="T:System.Nullable`1"/> value.
492
            </summary>
493
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
494
        </member>
495
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt64})">
496
            <summary>
497
            Writes a <see cref="T:System.Nullable`1"/> value.
498
            </summary>
499
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
500
        </member>
501
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Single})">
502
            <summary>
503
            Writes a <see cref="T:System.Nullable`1"/> value.
504
            </summary>
505
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
506
        </member>
507
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Double})">
508
            <summary>
509
            Writes a <see cref="T:System.Nullable`1"/> value.
510
            </summary>
511
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
512
        </member>
513
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Boolean})">
514
            <summary>
515
            Writes a <see cref="T:System.Nullable`1"/> value.
516
            </summary>
517
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
518
        </member>
519
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Int16})">
520
            <summary>
521
            Writes a <see cref="T:System.Nullable`1"/> value.
522
            </summary>
523
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
524
        </member>
525
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.UInt16})">
526
            <summary>
527
            Writes a <see cref="T:System.Nullable`1"/> value.
528
            </summary>
529
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
530
        </member>
531
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Char})">
532
            <summary>
533
            Writes a <see cref="T:System.Nullable`1"/> value.
534
            </summary>
535
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
536
        </member>
537
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Byte})">
538
            <summary>
539
            Writes a <see cref="T:System.Nullable`1"/> value.
540
            </summary>
541
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
542
        </member>
543
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.SByte})">
544
            <summary>
545
            Writes a <see cref="T:System.Nullable`1"/> value.
546
            </summary>
547
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
548
        </member>
549
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.Decimal})">
550
            <summary>
551
            Writes a <see cref="T:System.Nullable`1"/> value.
552
            </summary>
553
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
554
        </member>
555
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Nullable{System.DateTime})">
556
            <summary>
557
            Writes a <see cref="T:System.Nullable`1"/> value.
558
            </summary>
559
            <param name="value">The <see cref="T:System.Nullable`1"/> value to write.</param>
560
        </member>
561
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Byte[])">
562
            <summary>
563
            Writes a <see cref="T:Byte[]"/> value.
564
            </summary>
565
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
566
        </member>
567
        <member name="M:Newtonsoft.Json.JsonWriter.WriteValue(System.Object)">
568
            <summary>
569
            Writes a <see cref="T:System.Object"/> value.
570
            An error will raised if the value cannot be written as a single JSON token.
571
            </summary>
572
            <param name="value">The <see cref="T:System.Object"/> value to write.</param>
573
        </member>
574
        <member name="M:Newtonsoft.Json.JsonWriter.WriteComment(System.String)">
575
            <summary>
576
            Writes out a comment <code>/*...*/</code> containing the specified text. 
577
            </summary>
578
            <param name="text">Text to place inside the comment.</param>
579
        </member>
580
        <member name="M:Newtonsoft.Json.JsonWriter.WriteWhitespace(System.String)">
581
            <summary>
582
            Writes out the given white space.
583
            </summary>
584
            <param name="ws">The string of white space characters.</param>
585
        </member>
586
        <member name="P:Newtonsoft.Json.JsonWriter.CloseOutput">
587
            <summary>
588
            Gets or sets a value indicating whether the underlying stream or
589
            <see cref="T:System.IO.TextReader"/> should be closed when the writer is closed.
590
            </summary>
591
            <value>
592
            true to close the underlying stream or <see cref="T:System.IO.TextReader"/> when
593
            the writer is closed; otherwise false. The default is true.
594
            </value>
595
        </member>
596
        <member name="P:Newtonsoft.Json.JsonWriter.Top">
597
            <summary>
598
            Gets the top.
599
            </summary>
600
            <value>The top.</value>
601
        </member>
602
        <member name="P:Newtonsoft.Json.JsonWriter.WriteState">
603
            <summary>
604
            Gets the state of the writer.
605
            </summary>
606
        </member>
607
        <member name="P:Newtonsoft.Json.JsonWriter.Formatting">
608
            <summary>
609
            Indicates how the output is formatted.
610
            </summary>
611
        </member>
612
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.#ctor(System.IO.Stream)">
613
            <summary>
614
            Initializes a new instance of the <see cref="T:Newtonsoft.Json.Bson.BsonWriter"/> class.
615
            </summary>
616
            <param name="stream">The stream.</param>
617
        </member>
618
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Flush">
619
            <summary>
620
            Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
621
            </summary>
622
        </member>
623
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteEnd(Newtonsoft.Json.JsonToken)">
624
            <summary>
625
            Writes the end.
626
            </summary>
627
            <param name="token">The token.</param>
628
        </member>
629
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteComment(System.String)">
630
            <summary>
631
            Writes out a comment <code>/*...*/</code> containing the specified text.
632
            </summary>
633
            <param name="text">Text to place inside the comment.</param>
634
        </member>
635
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartConstructor(System.String)">
636
            <summary>
637
            Writes the start of a constructor with the given name.
638
            </summary>
639
            <param name="name">The name of the constructor.</param>
640
        </member>
641
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRaw(System.String)">
642
            <summary>
643
            Writes raw JSON.
644
            </summary>
645
            <param name="json">The raw JSON to write.</param>
646
        </member>
647
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRawValue(System.String)">
648
            <summary>
649
            Writes raw JSON where a value is expected and updates the writer's state.
650
            </summary>
651
            <param name="json">The raw JSON to write.</param>
652
        </member>
653
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartArray">
654
            <summary>
655
            Writes the beginning of a Json array.
656
            </summary>
657
        </member>
658
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteStartObject">
659
            <summary>
660
            Writes the beginning of a Json object.
661
            </summary>
662
        </member>
663
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WritePropertyName(System.String)">
664
            <summary>
665
            Writes the property name of a name/value pair on a Json object.
666
            </summary>
667
            <param name="name">The name of the property.</param>
668
        </member>
669
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.Close">
670
            <summary>
671
            Closes this stream and the underlying stream.
672
            </summary>
673
        </member>
674
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteNull">
675
            <summary>
676
            Writes a null value.
677
            </summary>
678
        </member>
679
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteUndefined">
680
            <summary>
681
            Writes an undefined value.
682
            </summary>
683
        </member>
684
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.String)">
685
            <summary>
686
            Writes a <see cref="T:System.String"/> value.
687
            </summary>
688
            <param name="value">The <see cref="T:System.String"/> value to write.</param>
689
        </member>
690
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int32)">
691
            <summary>
692
            Writes a <see cref="T:System.Int32"/> value.
693
            </summary>
694
            <param name="value">The <see cref="T:System.Int32"/> value to write.</param>
695
        </member>
696
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt32)">
697
            <summary>
698
            Writes a <see cref="T:System.UInt32"/> value.
699
            </summary>
700
            <param name="value">The <see cref="T:System.UInt32"/> value to write.</param>
701
        </member>
702
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int64)">
703
            <summary>
704
            Writes a <see cref="T:System.Int64"/> value.
705
            </summary>
706
            <param name="value">The <see cref="T:System.Int64"/> value to write.</param>
707
        </member>
708
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt64)">
709
            <summary>
710
            Writes a <see cref="T:System.UInt64"/> value.
711
            </summary>
712
            <param name="value">The <see cref="T:System.UInt64"/> value to write.</param>
713
        </member>
714
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Single)">
715
            <summary>
716
            Writes a <see cref="T:System.Single"/> value.
717
            </summary>
718
            <param name="value">The <see cref="T:System.Single"/> value to write.</param>
719
        </member>
720
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Double)">
721
            <summary>
722
            Writes a <see cref="T:System.Double"/> value.
723
            </summary>
724
            <param name="value">The <see cref="T:System.Double"/> value to write.</param>
725
        </member>
726
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Boolean)">
727
            <summary>
728
            Writes a <see cref="T:System.Boolean"/> value.
729
            </summary>
730
            <param name="value">The <see cref="T:System.Boolean"/> value to write.</param>
731
        </member>
732
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Int16)">
733
            <summary>
734
            Writes a <see cref="T:System.Int16"/> value.
735
            </summary>
736
            <param name="value">The <see cref="T:System.Int16"/> value to write.</param>
737
        </member>
738
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.UInt16)">
739
            <summary>
740
            Writes a <see cref="T:System.UInt16"/> value.
741
            </summary>
742
            <param name="value">The <see cref="T:System.UInt16"/> value to write.</param>
743
        </member>
744
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Char)">
745
            <summary>
746
            Writes a <see cref="T:System.Char"/> value.
747
            </summary>
748
            <param name="value">The <see cref="T:System.Char"/> value to write.</param>
749
        </member>
750
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte)">
751
            <summary>
752
            Writes a <see cref="T:System.Byte"/> value.
753
            </summary>
754
            <param name="value">The <see cref="T:System.Byte"/> value to write.</param>
755
        </member>
756
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.SByte)">
757
            <summary>
758
            Writes a <see cref="T:System.SByte"/> value.
759
            </summary>
760
            <param name="value">The <see cref="T:System.SByte"/> value to write.</param>
761
        </member>
762
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Decimal)">
763
            <summary>
764
            Writes a <see cref="T:System.Decimal"/> value.
765
            </summary>
766
            <param name="value">The <see cref="T:System.Decimal"/> value to write.</param>
767
        </member>
768
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.DateTime)">
769
            <summary>
770
            Writes a <see cref="T:System.DateTime"/> value.
771
            </summary>
772
            <param name="value">The <see cref="T:System.DateTime"/> value to write.</param>
773
        </member>
774
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteValue(System.Byte[])">
775
            <summary>
776
            Writes a <see cref="T:Byte[]"/> value.
777
            </summary>
778
            <param name="value">The <see cref="T:Byte[]"/> value to write.</param>
779
        </member>
780
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteObjectId(System.Byte[])">
781
            <summary>
782
            Writes a <see cref="T:Byte[]"/> value that represents a BSON object id.
783
            </summary>
784
            <param name="value"></param>
785
        </member>
786
        <member name="M:Newtonsoft.Json.Bson.BsonWriter.WriteRegex(System.String,System.String)">
787
            <summary>
788
            Writes a BSON regex.
789
            </summary>
790
            <param name="pattern">The regex pattern.</param>
791
            <param name="options">The regex options.</param>
792
        </member>
793
        <member name="P:Newtonsoft.Json.Bson.BsonWriter.DateTimeKindHandling">
794
            <summary>
795
            Gets or sets the <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.
796
            When set to <see cref="F:System.DateTimeKind.Unspecified"/> no conversion will occur.
797
            </summary>
798
            <value>The <see cref="T:System.DateTimeKind"/> used when writing <see cref="T:System.DateTime"/> values to BSON.</value>
799
        </member>
800
        <member name="T:Newtonsoft.Json.ConstructorHandling">
801
            <summary>
802
            Specifies how constructors are used when initializing objects during deserialization by the <see cref="T:Newtonsoft.Json.JsonSerializer"/>.
803
            </summary>
804
        </member>
805
        <member name="F:Newtonsoft.Json.ConstructorHandling.Default">
806
            <summary>
807
            First attempt to use the public default constructor then fall back to single paramatized constructor.
808
            </summary>
809
        </member>
810
        <member name="F:Newtonsoft.Json.ConstructorHandling.AllowNonPublicDefaultConstructor">
811
            <summary>
812
            Allow Json.NET to use a non-public default constructor.
813
            </summary>
814
        </member>
815
        <member name="T:Newtonsoft.Json.Converters.BinaryConverter">
816
            <summary>
817
            Converts a binary value to and from a base 64 string value.
818
            </summary>
819
        </member>
820
        <member name="T:Newtonsoft.Json.JsonConverter">
821
            <summary>
822
            Converts an object to and from JSON.
823
            </summary>
824
        </member>
825
        <member name="M:Newtonsoft.Json.JsonConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
826
            <summary>
827
            Writes the JSON representation of the object.
828
            </summary>
829
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
830
            <param name="value">The value.</param>
831
            <param name="serializer">The calling serializer.</param>
832
        </member>
833
        <member name="M:Newtonsoft.Json.JsonConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
834
            <summary>
835
            Reads the JSON representation of the object.
836
            </summary>
837
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
838
            <param name="objectType">Type of the object.</param>
839
            <param name="existingValue">The existing value of object being read.</param>
840
            <param name="serializer">The calling serializer.</param>
841
            <returns>The object value.</returns>
842
        </member>
843
        <member name="M:Newtonsoft.Json.JsonConverter.CanConvert(System.Type)">
844
            <summary>
845
            Determines whether this instance can convert the specified object type.
846
            </summary>
847
            <param name="objectType">Type of the object.</param>
848
            <returns>
849
            	<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
850
            </returns>
851
        </member>
852
        <member name="M:Newtonsoft.Json.JsonConverter.GetSchema">
853
            <summary>
854
            Gets the <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.
855
            </summary>
856
            <returns>The <see cref="T:Newtonsoft.Json.Schema.JsonSchema"/> of the JSON produced by the JsonConverter.</returns>
857
        </member>
858
        <member name="P:Newtonsoft.Json.JsonConverter.CanRead">
859
            <summary>
860
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON.
861
            </summary>
862
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can read JSON; otherwise, <c>false</c>.</value>
863
        </member>
864
        <member name="P:Newtonsoft.Json.JsonConverter.CanWrite">
865
            <summary>
866
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
867
            </summary>
868
            <value><c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.</value>
869
        </member>
870
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
871
            <summary>
872
            Writes the JSON representation of the object.
873
            </summary>
874
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
875
            <param name="value">The value.</param>
876
            <param name="serializer">The calling serializer.</param>
877
        </member>
878
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
879
            <summary>
880
            Reads the JSON representation of the object.
881
            </summary>
882
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
883
            <param name="objectType">Type of the object.</param>
884
            <param name="existingValue">The existing value of object being read.</param>
885
            <param name="serializer">The calling serializer.</param>
886
            <returns>The object value.</returns>
887
        </member>
888
        <member name="M:Newtonsoft.Json.Converters.BinaryConverter.CanConvert(System.Type)">
889
            <summary>
890
            Determines whether this instance can convert the specified object type.
891
            </summary>
892
            <param name="objectType">Type of the object.</param>
893
            <returns>
894
            	<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
895
            </returns>
896
        </member>
897
        <member name="T:Newtonsoft.Json.Converters.BsonObjectIdConverter">
898
            <summary>
899
            Converts a <see cref="T:Newtonsoft.Json.Bson.BsonObjectId"/> to and from JSON and BSON.
900
            </summary>
901
        </member>
902
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
903
            <summary>
904
            Writes the JSON representation of the object.
905
            </summary>
906
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
907
            <param name="value">The value.</param>
908
            <param name="serializer">The calling serializer.</param>
909
        </member>
910
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
911
            <summary>
912
            Reads the JSON representation of the object.
913
            </summary>
914
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
915
            <param name="objectType">Type of the object.</param>
916
            <param name="existingValue">The existing value of object being read.</param>
917
            <param name="serializer">The calling serializer.</param>
918
            <returns>The object value.</returns>
919
        </member>
920
        <member name="M:Newtonsoft.Json.Converters.BsonObjectIdConverter.CanConvert(System.Type)">
921
            <summary>
922
            Determines whether this instance can convert the specified object type.
923
            </summary>
924
            <param name="objectType">Type of the object.</param>
925
            <returns>
926
            	<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
927
            </returns>
928
        </member>
929
        <member name="T:Newtonsoft.Json.Converters.CustomCreationConverter`1">
930
            <summary>
931
            Create a custom object
932
            </summary>
933
            <typeparam name="T"></typeparam>
934
        </member>
935
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
936
            <summary>
937
            Writes the JSON representation of the object.
938
            </summary>
939
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
940
            <param name="value">The value.</param>
941
            <param name="serializer">The calling serializer.</param>
942
        </member>
943
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
944
            <summary>
945
            Reads the JSON representation of the object.
946
            </summary>
947
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
948
            <param name="objectType">Type of the object.</param>
949
            <param name="existingValue">The existing value of object being read.</param>
950
            <param name="serializer">The calling serializer.</param>
951
            <returns>The object value.</returns>
952
        </member>
953
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.Create(System.Type)">
954
            <summary>
955
            Creates an object which will then be populated by the serializer.
956
            </summary>
957
            <param name="objectType">Type of the object.</param>
958
            <returns></returns>
959
        </member>
960
        <member name="M:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanConvert(System.Type)">
961
            <summary>
962
            Determines whether this instance can convert the specified object type.
963
            </summary>
964
            <param name="objectType">Type of the object.</param>
965
            <returns>
966
            	<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
967
            </returns>
968
        </member>
969
        <member name="P:Newtonsoft.Json.Converters.CustomCreationConverter`1.CanWrite">
970
            <summary>
971
            Gets a value indicating whether this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON.
972
            </summary>
973
            <value>
974
            	<c>true</c> if this <see cref="T:Newtonsoft.Json.JsonConverter"/> can write JSON; otherwise, <c>false</c>.
975
            </value>
976
        </member>
977
        <member name="T:Newtonsoft.Json.Converters.DataSetConverter">
978
            <summary>
979
            Converts a <see cref="T:System.Data.DataSet"/> to and from JSON.
980
            </summary>
981
        </member>
982
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
983
            <summary>
984
            Writes the JSON representation of the object.
985
            </summary>
986
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
987
            <param name="value">The value.</param>
988
            <param name="serializer">The calling serializer.</param>
989
        </member>
990
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
991
            <summary>
992
            Reads the JSON representation of the object.
993
            </summary>
994
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
995
            <param name="objectType">Type of the object.</param>
996
            <param name="existingValue">The existing value of object being read.</param>
997
            <param name="serializer">The calling serializer.</param>
998
            <returns>The object value.</returns>
999
        </member>
1000
        <member name="M:Newtonsoft.Json.Converters.DataSetConverter.CanConvert(System.Type)">
1001
            <summary>
1002
            Determines whether this instance can convert the specified value type.
1003
            </summary>
1004
            <param name="valueType">Type of the value.</param>
1005
            <returns>
1006
            	<c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1007
            </returns>
1008
        </member>
1009
        <member name="T:Newtonsoft.Json.Converters.DataTableConverter">
1010
            <summary>
1011
            Converts a <see cref="T:System.Data.DataTable"/> to and from JSON.
1012
            </summary>
1013
        </member>
1014
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1015
            <summary>
1016
            Writes the JSON representation of the object.
1017
            </summary>
1018
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1019
            <param name="value">The value.</param>
1020
            <param name="serializer">The calling serializer.</param>
1021
        </member>
1022
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1023
            <summary>
1024
            Reads the JSON representation of the object.
1025
            </summary>
1026
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1027
            <param name="objectType">Type of the object.</param>
1028
            <param name="existingValue">The existing value of object being read.</param>
1029
            <param name="serializer">The calling serializer.</param>
1030
            <returns>The object value.</returns>
1031
        </member>
1032
        <member name="M:Newtonsoft.Json.Converters.DataTableConverter.CanConvert(System.Type)">
1033
            <summary>
1034
            Determines whether this instance can convert the specified value type.
1035
            </summary>
1036
            <param name="valueType">Type of the value.</param>
1037
            <returns>
1038
            	<c>true</c> if this instance can convert the specified value type; otherwise, <c>false</c>.
1039
            </returns>
1040
        </member>
1041
        <member name="T:Newtonsoft.Json.Converters.DateTimeConverterBase">
1042
            <summary>
1043
            Provides a base class for converting a <see cref="T:System.DateTime"/> to and from JSON.
1044
            </summary>
1045
        </member>
1046
        <member name="M:Newtonsoft.Json.Converters.DateTimeConverterBase.CanConvert(System.Type)">
1047
            <summary>
1048
            Determines whether this instance can convert the specified object type.
1049
            </summary>
1050
            <param name="objectType">Type of the object.</param>
1051
            <returns>
1052
            	<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1053
            </returns>
1054
        </member>
1055
        <member name="T:Newtonsoft.Json.Converters.KeyValuePairConverter">
1056
            <summary>
1057
            Converts a <see cref="T:System.Collections.Generic.KeyValuePair`2"/> to and from JSON.
1058
            </summary>
1059
        </member>
1060
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)">
1061
            <summary>
1062
            Writes the JSON representation of the object.
1063
            </summary>
1064
            <param name="writer">The <see cref="T:Newtonsoft.Json.JsonWriter"/> to write to.</param>
1065
            <param name="value">The value.</param>
1066
            <param name="serializer">The calling serializer.</param>
1067
        </member>
1068
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)">
1069
            <summary>
1070
            Reads the JSON representation of the object.
1071
            </summary>
1072
            <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param>
1073
            <param name="objectType">Type of the object.</param>
1074
            <param name="existingValue">The existing value of object being read.</param>
1075
            <param name="serializer">The calling serializer.</param>
1076
            <returns>The object value.</returns>
1077
        </member>
1078
        <member name="M:Newtonsoft.Json.Converters.KeyValuePairConverter.CanConvert(System.Type)">
1079
            <summary>
1080
            Determines whether this instance can convert the specified object type.
1081
            </summary>
1082
            <param name="objectType">Type of the object.</param>
1083
            <returns>
1084
            	<c>true</c> if this instance can convert the specified object type; otherwise, <c>false</c>.
1085
            </returns>
1086
        </member>
1087
        <member name="T:Newtonsoft.Json.Converters.RegexConverter">
1088
            <summary>
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff