Parameterized.System.Data.Services.Client.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050
  1. //Copyright 2010 Microsoft Corporation
  2. //
  3. //Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
  9. //"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. //See the License for the specific language governing permissions and limitations under the License.
  11. namespace System.Data.Services.Client {
  12. using System;
  13. using System.Resources;
  14. internal static class Strings {
  15. internal static string BatchStream_MissingBoundary {
  16. get {
  17. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingBoundary);
  18. }
  19. }
  20. internal static string BatchStream_ContentExpected(object p0) {
  21. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_ContentExpected,p0);
  22. }
  23. internal static string BatchStream_ContentUnexpected(object p0) {
  24. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_ContentUnexpected,p0);
  25. }
  26. internal static string BatchStream_GetMethodNotSupportedInChangeset {
  27. get {
  28. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_GetMethodNotSupportedInChangeset);
  29. }
  30. }
  31. internal static string BatchStream_InvalidBatchFormat {
  32. get {
  33. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidBatchFormat);
  34. }
  35. }
  36. internal static string BatchStream_InvalidDelimiter(object p0) {
  37. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidDelimiter,p0);
  38. }
  39. internal static string BatchStream_MissingEndChangesetDelimiter {
  40. get {
  41. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingEndChangesetDelimiter);
  42. }
  43. }
  44. internal static string BatchStream_InvalidHeaderValueSpecified(object p0) {
  45. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHeaderValueSpecified,p0);
  46. }
  47. internal static string BatchStream_InvalidContentLengthSpecified(object p0) {
  48. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidContentLengthSpecified,p0);
  49. }
  50. internal static string BatchStream_OnlyGETOperationsCanBeSpecifiedInBatch {
  51. get {
  52. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_OnlyGETOperationsCanBeSpecifiedInBatch);
  53. }
  54. }
  55. internal static string BatchStream_InvalidOperationHeaderSpecified {
  56. get {
  57. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidOperationHeaderSpecified);
  58. }
  59. }
  60. internal static string BatchStream_InvalidHttpMethodName(object p0) {
  61. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHttpMethodName,p0);
  62. }
  63. internal static string BatchStream_MoreDataAfterEndOfBatch {
  64. get {
  65. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MoreDataAfterEndOfBatch);
  66. }
  67. }
  68. internal static string BatchStream_InternalBufferRequestTooSmall {
  69. get {
  70. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InternalBufferRequestTooSmall);
  71. }
  72. }
  73. internal static string BatchStream_InvalidMethodHeaderSpecified(object p0) {
  74. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidMethodHeaderSpecified,p0);
  75. }
  76. internal static string BatchStream_InvalidHttpVersionSpecified(object p0, object p1) {
  77. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHttpVersionSpecified,p0,p1);
  78. }
  79. internal static string BatchStream_InvalidNumberOfHeadersAtOperationStart(object p0, object p1) {
  80. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidNumberOfHeadersAtOperationStart,p0,p1);
  81. }
  82. internal static string BatchStream_MissingOrInvalidContentEncodingHeader(object p0, object p1) {
  83. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingOrInvalidContentEncodingHeader,p0,p1);
  84. }
  85. internal static string BatchStream_InvalidNumberOfHeadersAtChangeSetStart(object p0, object p1) {
  86. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidNumberOfHeadersAtChangeSetStart,p0,p1);
  87. }
  88. internal static string BatchStream_MissingContentTypeHeader(object p0) {
  89. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingContentTypeHeader,p0);
  90. }
  91. internal static string BatchStream_InvalidContentTypeSpecified(object p0, object p1, object p2, object p3) {
  92. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidContentTypeSpecified,p0,p1,p2,p3);
  93. }
  94. internal static string Batch_ExpectedContentType(object p0) {
  95. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_ExpectedContentType,p0);
  96. }
  97. internal static string Batch_ExpectedResponse(object p0) {
  98. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_ExpectedResponse,p0);
  99. }
  100. internal static string Batch_IncompleteResponseCount {
  101. get {
  102. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_IncompleteResponseCount);
  103. }
  104. }
  105. internal static string Batch_UnexpectedContent(object p0) {
  106. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_UnexpectedContent,p0);
  107. }
  108. internal static string Context_BaseUri {
  109. get {
  110. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BaseUri);
  111. }
  112. }
  113. internal static string Context_CannotConvertKey(object p0) {
  114. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_CannotConvertKey,p0);
  115. }
  116. internal static string Context_TrackingExpectsAbsoluteUri {
  117. get {
  118. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_TrackingExpectsAbsoluteUri);
  119. }
  120. }
  121. internal static string Context_LinkResourceInsertFailure {
  122. get {
  123. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_LinkResourceInsertFailure);
  124. }
  125. }
  126. internal static string Context_InternalError(object p0) {
  127. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_InternalError,p0);
  128. }
  129. internal static string Context_BatchExecuteError {
  130. get {
  131. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BatchExecuteError);
  132. }
  133. }
  134. internal static string Context_EntitySetName {
  135. get {
  136. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntitySetName);
  137. }
  138. }
  139. internal static string Context_MissingEditLinkInResponseBody {
  140. get {
  141. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingEditLinkInResponseBody);
  142. }
  143. }
  144. internal static string Context_MissingSelfLinkInResponseBody {
  145. get {
  146. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingSelfLinkInResponseBody);
  147. }
  148. }
  149. internal static string Context_MissingEditMediaLinkInResponseBody {
  150. get {
  151. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingEditMediaLinkInResponseBody);
  152. }
  153. }
  154. internal static string Content_EntityWithoutKey {
  155. get {
  156. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Content_EntityWithoutKey);
  157. }
  158. }
  159. internal static string Content_EntityIsNotEntityType {
  160. get {
  161. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Content_EntityIsNotEntityType);
  162. }
  163. }
  164. internal static string Context_EntityNotContained {
  165. get {
  166. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityNotContained);
  167. }
  168. }
  169. internal static string Context_EntityAlreadyContained {
  170. get {
  171. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityAlreadyContained);
  172. }
  173. }
  174. internal static string Context_DifferentEntityAlreadyContained {
  175. get {
  176. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_DifferentEntityAlreadyContained);
  177. }
  178. }
  179. internal static string Context_DidNotOriginateAsync {
  180. get {
  181. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_DidNotOriginateAsync);
  182. }
  183. }
  184. internal static string Context_AsyncAlreadyDone {
  185. get {
  186. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AsyncAlreadyDone);
  187. }
  188. }
  189. internal static string Context_OperationCanceled {
  190. get {
  191. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_OperationCanceled);
  192. }
  193. }
  194. internal static string Context_NoLoadWithInsertEnd {
  195. get {
  196. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoLoadWithInsertEnd);
  197. }
  198. }
  199. internal static string Context_NoRelationWithInsertEnd {
  200. get {
  201. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoRelationWithInsertEnd);
  202. }
  203. }
  204. internal static string Context_NoRelationWithDeleteEnd {
  205. get {
  206. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoRelationWithDeleteEnd);
  207. }
  208. }
  209. internal static string Context_RelationAlreadyContained {
  210. get {
  211. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_RelationAlreadyContained);
  212. }
  213. }
  214. internal static string Context_RelationNotRefOrCollection {
  215. get {
  216. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_RelationNotRefOrCollection);
  217. }
  218. }
  219. internal static string Context_AddLinkCollectionOnly {
  220. get {
  221. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddLinkCollectionOnly);
  222. }
  223. }
  224. internal static string Context_AddRelatedObjectCollectionOnly {
  225. get {
  226. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddRelatedObjectCollectionOnly);
  227. }
  228. }
  229. internal static string Context_AddRelatedObjectSourceDeleted {
  230. get {
  231. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddRelatedObjectSourceDeleted);
  232. }
  233. }
  234. internal static string Context_SetLinkReferenceOnly {
  235. get {
  236. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetLinkReferenceOnly);
  237. }
  238. }
  239. internal static string Context_NoContentTypeForMediaLink(object p0, object p1) {
  240. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoContentTypeForMediaLink,p0,p1);
  241. }
  242. internal static string Context_BatchNotSupportedForMediaLink {
  243. get {
  244. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BatchNotSupportedForMediaLink);
  245. }
  246. }
  247. internal static string Context_UnexpectedZeroRawRead {
  248. get {
  249. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_UnexpectedZeroRawRead);
  250. }
  251. }
  252. internal static string Context_VersionNotSupported(object p0, object p1) {
  253. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_VersionNotSupported,p0,p1);
  254. }
  255. internal static string Context_ChildResourceExists {
  256. get {
  257. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_ChildResourceExists);
  258. }
  259. }
  260. internal static string Context_EntityNotMediaLinkEntry {
  261. get {
  262. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityNotMediaLinkEntry);
  263. }
  264. }
  265. internal static string Context_MLEWithoutSaveStream(object p0) {
  266. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MLEWithoutSaveStream,p0);
  267. }
  268. internal static string Context_SetSaveStreamOnMediaEntryProperty(object p0) {
  269. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamOnMediaEntryProperty,p0);
  270. }
  271. internal static string Context_SetSaveStreamWithoutEditMediaLink {
  272. get {
  273. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamWithoutEditMediaLink);
  274. }
  275. }
  276. internal static string Collection_NullCollectionReference(object p0, object p1) {
  277. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Collection_NullCollectionReference,p0,p1);
  278. }
  279. internal static string ClientType_MissingOpenProperty(object p0, object p1) {
  280. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingOpenProperty,p0,p1);
  281. }
  282. internal static string Clienttype_MultipleOpenProperty(object p0) {
  283. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Clienttype_MultipleOpenProperty,p0);
  284. }
  285. internal static string ClientType_MissingProperty(object p0, object p1) {
  286. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingProperty,p0,p1);
  287. }
  288. internal static string ClientType_KeysMustBeSimpleTypes(object p0) {
  289. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysMustBeSimpleTypes,p0);
  290. }
  291. internal static string ClientType_KeysOnDifferentDeclaredType(object p0) {
  292. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysOnDifferentDeclaredType,p0);
  293. }
  294. internal static string ClientType_MissingMimeTypeProperty(object p0, object p1) {
  295. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMimeTypeProperty,p0,p1);
  296. }
  297. internal static string ClientType_MissingMediaEntryProperty(object p0) {
  298. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMediaEntryProperty,p0);
  299. }
  300. internal static string ClientType_NoSettableFields(object p0) {
  301. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NoSettableFields,p0);
  302. }
  303. internal static string ClientType_MultipleImplementationNotSupported {
  304. get {
  305. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MultipleImplementationNotSupported);
  306. }
  307. }
  308. internal static string ClientType_NullOpenProperties(object p0) {
  309. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NullOpenProperties,p0);
  310. }
  311. internal static string ClientType_CollectionOfNonEntities {
  312. get {
  313. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_CollectionOfNonEntities);
  314. }
  315. }
  316. internal static string ClientType_Ambiguous(object p0, object p1) {
  317. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_Ambiguous,p0,p1);
  318. }
  319. internal static string DataServiceException_GeneralError {
  320. get {
  321. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceException_GeneralError);
  322. }
  323. }
  324. internal static string Deserialize_GetEnumerator {
  325. get {
  326. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_GetEnumerator);
  327. }
  328. }
  329. internal static string Deserialize_Current(object p0, object p1) {
  330. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_Current,p0,p1);
  331. }
  332. internal static string Deserialize_MixedTextWithComment {
  333. get {
  334. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MixedTextWithComment);
  335. }
  336. }
  337. internal static string Deserialize_ExpectingSimpleValue {
  338. get {
  339. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectingSimpleValue);
  340. }
  341. }
  342. internal static string Deserialize_NotApplicationXml {
  343. get {
  344. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NotApplicationXml);
  345. }
  346. }
  347. internal static string Deserialize_MismatchAtomLinkLocalSimple {
  348. get {
  349. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkLocalSimple);
  350. }
  351. }
  352. internal static string Deserialize_MismatchAtomLinkFeedPropertyNotCollection(object p0) {
  353. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkFeedPropertyNotCollection,p0);
  354. }
  355. internal static string Deserialize_MismatchAtomLinkEntryPropertyIsCollection(object p0) {
  356. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkEntryPropertyIsCollection,p0);
  357. }
  358. internal static string Deserialize_UnknownMimeTypeSpecified(object p0) {
  359. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_UnknownMimeTypeSpecified,p0);
  360. }
  361. internal static string Deserialize_ExpectedEmptyMediaLinkEntryContent {
  362. get {
  363. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectedEmptyMediaLinkEntryContent);
  364. }
  365. }
  366. internal static string Deserialize_ContentPlusPropertiesNotAllowed {
  367. get {
  368. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ContentPlusPropertiesNotAllowed);
  369. }
  370. }
  371. internal static string Deserialize_NoLocationHeader {
  372. get {
  373. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NoLocationHeader);
  374. }
  375. }
  376. internal static string Deserialize_ServerException(object p0) {
  377. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ServerException,p0);
  378. }
  379. internal static string Deserialize_MissingIdElement {
  380. get {
  381. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MissingIdElement);
  382. }
  383. }
  384. internal static string EpmClientType_PropertyIsComplex(object p0) {
  385. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsComplex,p0);
  386. }
  387. internal static string EpmClientType_PropertyIsPrimitive(object p0) {
  388. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsPrimitive,p0);
  389. }
  390. internal static string EpmSourceTree_InvalidSourcePath(object p0, object p1) {
  391. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InvalidSourcePath,p0,p1);
  392. }
  393. internal static string EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(object p0, object p1) {
  394. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName,p0,p1);
  395. }
  396. internal static string EpmSourceTree_InaccessiblePropertyOnType(object p0, object p1) {
  397. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InaccessiblePropertyOnType,p0,p1);
  398. }
  399. internal static string EpmTargetTree_InvalidTargetPath(object p0) {
  400. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_InvalidTargetPath,p0);
  401. }
  402. internal static string EpmTargetTree_AttributeInMiddle(object p0) {
  403. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_AttributeInMiddle,p0);
  404. }
  405. internal static string EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(object p0, object p1, object p2, object p3) {
  406. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName,p0,p1,p2,p3);
  407. }
  408. internal static string EntityPropertyMapping_EpmAttribute(object p0) {
  409. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_EpmAttribute,p0);
  410. }
  411. internal static string EntityPropertyMapping_TargetNamespaceUriNotValid(object p0) {
  412. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_TargetNamespaceUriNotValid,p0);
  413. }
  414. internal static string HttpProcessUtility_ContentTypeMissing {
  415. get {
  416. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ContentTypeMissing);
  417. }
  418. }
  419. internal static string HttpProcessUtility_MediaTypeMissingValue {
  420. get {
  421. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeMissingValue);
  422. }
  423. }
  424. internal static string HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter {
  425. get {
  426. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter);
  427. }
  428. }
  429. internal static string HttpProcessUtility_MediaTypeRequiresSlash {
  430. get {
  431. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSlash);
  432. }
  433. }
  434. internal static string HttpProcessUtility_MediaTypeRequiresSubType {
  435. get {
  436. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSubType);
  437. }
  438. }
  439. internal static string HttpProcessUtility_MediaTypeUnspecified {
  440. get {
  441. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeUnspecified);
  442. }
  443. }
  444. internal static string HttpProcessUtility_EncodingNotSupported(object p0) {
  445. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EncodingNotSupported,p0);
  446. }
  447. internal static string HttpProcessUtility_EscapeCharWithoutQuotes(object p0) {
  448. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharWithoutQuotes,p0);
  449. }
  450. internal static string HttpProcessUtility_EscapeCharAtEnd(object p0) {
  451. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharAtEnd,p0);
  452. }
  453. internal static string HttpProcessUtility_ClosingQuoteNotFound(object p0) {
  454. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ClosingQuoteNotFound,p0);
  455. }
  456. internal static string MaterializeFromAtom_CountNotPresent {
  457. get {
  458. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountNotPresent);
  459. }
  460. }
  461. internal static string MaterializeFromAtom_CountFormatError {
  462. get {
  463. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountFormatError);
  464. }
  465. }
  466. internal static string MaterializeFromAtom_TopLevelLinkNotAvailable {
  467. get {
  468. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_TopLevelLinkNotAvailable);
  469. }
  470. }
  471. internal static string MaterializeFromAtom_CollectionKeyNotPresentInLinkTable {
  472. get {
  473. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CollectionKeyNotPresentInLinkTable);
  474. }
  475. }
  476. internal static string MaterializeFromAtom_GetNestLinkForFlatCollection {
  477. get {
  478. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_GetNestLinkForFlatCollection);
  479. }
  480. }
  481. internal static string Serializer_NullKeysAreNotSupported(object p0) {
  482. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Serializer_NullKeysAreNotSupported,p0);
  483. }
  484. internal static string Util_EmptyString {
  485. get {
  486. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyString);
  487. }
  488. }
  489. internal static string Util_EmptyArray {
  490. get {
  491. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyArray);
  492. }
  493. }
  494. internal static string Util_NullArrayElement {
  495. get {
  496. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_NullArrayElement);
  497. }
  498. }
  499. internal static string ALinq_UnsupportedExpression(object p0) {
  500. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnsupportedExpression,p0);
  501. }
  502. internal static string ALinq_CouldNotConvert(object p0) {
  503. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CouldNotConvert,p0);
  504. }
  505. internal static string ALinq_MethodNotSupported(object p0) {
  506. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MethodNotSupported,p0);
  507. }
  508. internal static string ALinq_UnaryNotSupported(object p0) {
  509. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnaryNotSupported,p0);
  510. }
  511. internal static string ALinq_BinaryNotSupported(object p0) {
  512. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_BinaryNotSupported,p0);
  513. }
  514. internal static string ALinq_ConstantNotSupported(object p0) {
  515. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConstantNotSupported,p0);
  516. }
  517. internal static string ALinq_TypeBinaryNotSupported {
  518. get {
  519. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TypeBinaryNotSupported);
  520. }
  521. }
  522. internal static string ALinq_ConditionalNotSupported {
  523. get {
  524. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConditionalNotSupported);
  525. }
  526. }
  527. internal static string ALinq_ParameterNotSupported {
  528. get {
  529. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ParameterNotSupported);
  530. }
  531. }
  532. internal static string ALinq_MemberAccessNotSupported(object p0) {
  533. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberAccessNotSupported,p0);
  534. }
  535. internal static string ALinq_LambdaNotSupported {
  536. get {
  537. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_LambdaNotSupported);
  538. }
  539. }
  540. internal static string ALinq_NewNotSupported {
  541. get {
  542. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewNotSupported);
  543. }
  544. }
  545. internal static string ALinq_MemberInitNotSupported {
  546. get {
  547. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberInitNotSupported);
  548. }
  549. }
  550. internal static string ALinq_ListInitNotSupported {
  551. get {
  552. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ListInitNotSupported);
  553. }
  554. }
  555. internal static string ALinq_NewArrayNotSupported {
  556. get {
  557. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewArrayNotSupported);
  558. }
  559. }
  560. internal static string ALinq_InvocationNotSupported {
  561. get {
  562. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_InvocationNotSupported);
  563. }
  564. }
  565. internal static string ALinq_QueryOptionsOnlyAllowedOnLeafNodes {
  566. get {
  567. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnLeafNodes);
  568. }
  569. }
  570. internal static string ALinq_CantExpand {
  571. get {
  572. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantExpand);
  573. }
  574. }
  575. internal static string ALinq_CantCastToUnsupportedPrimitive(object p0) {
  576. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantCastToUnsupportedPrimitive,p0);
  577. }
  578. internal static string ALinq_CantNavigateWithoutKeyPredicate {
  579. get {
  580. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantNavigateWithoutKeyPredicate);
  581. }
  582. }
  583. internal static string ALinq_CanOnlyApplyOneKeyPredicate {
  584. get {
  585. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyApplyOneKeyPredicate);
  586. }
  587. }
  588. internal static string ALinq_CantTranslateExpression(object p0) {
  589. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantTranslateExpression,p0);
  590. }
  591. internal static string ALinq_TranslationError(object p0) {
  592. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TranslationError,p0);
  593. }
  594. internal static string ALinq_CantAddQueryOption {
  595. get {
  596. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOption);
  597. }
  598. }
  599. internal static string ALinq_CantAddDuplicateQueryOption(object p0) {
  600. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddDuplicateQueryOption,p0);
  601. }
  602. internal static string ALinq_CantAddAstoriaQueryOption(object p0) {
  603. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddAstoriaQueryOption,p0);
  604. }
  605. internal static string ALinq_CantAddQueryOptionStartingWithDollarSign(object p0) {
  606. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOptionStartingWithDollarSign,p0);
  607. }
  608. internal static string ALinq_CantReferToPublicField(object p0) {
  609. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantReferToPublicField,p0);
  610. }
  611. internal static string ALinq_QueryOptionsOnlyAllowedOnSingletons {
  612. get {
  613. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnSingletons);
  614. }
  615. }
  616. internal static string ALinq_QueryOptionOutOfOrder(object p0, object p1) {
  617. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionOutOfOrder,p0,p1);
  618. }
  619. internal static string ALinq_CannotAddCountOption {
  620. get {
  621. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOption);
  622. }
  623. }
  624. internal static string ALinq_CannotAddCountOptionConflict {
  625. get {
  626. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOptionConflict);
  627. }
  628. }
  629. internal static string ALinq_ProjectionOnlyAllowedOnLeafNodes {
  630. get {
  631. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionOnlyAllowedOnLeafNodes);
  632. }
  633. }
  634. internal static string ALinq_ProjectionCanOnlyHaveOneProjection {
  635. get {
  636. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionCanOnlyHaveOneProjection);
  637. }
  638. }
  639. internal static string ALinq_ProjectionMemberAssignmentMismatch(object p0, object p1, object p2) {
  640. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionMemberAssignmentMismatch,p0,p1,p2);
  641. }
  642. internal static string ALinq_ExpressionNotSupportedInProjectionToEntity(object p0, object p1) {
  643. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjectionToEntity,p0,p1);
  644. }
  645. internal static string ALinq_ExpressionNotSupportedInProjection(object p0, object p1) {
  646. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjection,p0,p1);
  647. }
  648. internal static string ALinq_CannotConstructKnownEntityTypes {
  649. get {
  650. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotConstructKnownEntityTypes);
  651. }
  652. }
  653. internal static string ALinq_CannotCreateConstantEntity {
  654. get {
  655. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotCreateConstantEntity);
  656. }
  657. }
  658. internal static string ALinq_PropertyNamesMustMatchInProjections(object p0, object p1) {
  659. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_PropertyNamesMustMatchInProjections,p0,p1);
  660. }
  661. internal static string ALinq_CanOnlyProjectTheLeaf {
  662. get {
  663. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyProjectTheLeaf);
  664. }
  665. }
  666. internal static string ALinq_CannotProjectWithExplicitExpansion {
  667. get {
  668. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotProjectWithExplicitExpansion);
  669. }
  670. }
  671. internal static string DSKAttribute_MustSpecifyAtleastOnePropertyName {
  672. get {
  673. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DSKAttribute_MustSpecifyAtleastOnePropertyName);
  674. }
  675. }
  676. internal static string HttpWeb_Internal(object p0) {
  677. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWeb_Internal,p0);
  678. }
  679. internal static string HttpWeb_InternalArgument(object p0, object p1) {
  680. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWeb_InternalArgument,p0,p1);
  681. }
  682. internal static string HttpWebRequest_Aborted {
  683. get {
  684. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWebRequest_Aborted);
  685. }
  686. }
  687. internal static string DataServiceCollection_LoadRequiresTargetCollectionObserved {
  688. get {
  689. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadRequiresTargetCollectionObserved);
  690. }
  691. }
  692. internal static string DataServiceCollection_CannotStopTrackingChildCollection {
  693. get {
  694. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotStopTrackingChildCollection);
  695. }
  696. }
  697. internal static string DataServiceCollection_DataServiceQueryCanNotBeEnumerated {
  698. get {
  699. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_DataServiceQueryCanNotBeEnumerated);
  700. }
  701. }
  702. internal static string DataServiceCollection_OperationForTrackedOnly {
  703. get {
  704. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_OperationForTrackedOnly);
  705. }
  706. }
  707. internal static string DataServiceCollection_CannotDetermineContextFromItems {
  708. get {
  709. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotDetermineContextFromItems);
  710. }
  711. }
  712. internal static string DataServiceCollection_InsertIntoTrackedButNotLoadedCollection {
  713. get {
  714. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_InsertIntoTrackedButNotLoadedCollection);
  715. }
  716. }
  717. internal static string DataServiceCollection_MultipleLoadAsyncOperationsAtTheSameTime {
  718. get {
  719. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_MultipleLoadAsyncOperationsAtTheSameTime);
  720. }
  721. }
  722. internal static string DataServiceCollection_LoadAsyncNoParamsWithoutParentEntity {
  723. get {
  724. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadAsyncNoParamsWithoutParentEntity);
  725. }
  726. }
  727. internal static string DataServiceCollection_LoadAsyncRequiresDataServiceQuery {
  728. get {
  729. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadAsyncRequiresDataServiceQuery);
  730. }
  731. }
  732. internal static string DataBinding_DataServiceCollectionArgumentMustHaveEntityType(object p0) {
  733. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_DataServiceCollectionArgumentMustHaveEntityType,p0);
  734. }
  735. internal static string DataBinding_CollectionPropertySetterValueHasObserver(object p0, object p1) {
  736. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionPropertySetterValueHasObserver,p0,p1);
  737. }
  738. internal static string DataBinding_CollectionChangedUnknownAction(object p0) {
  739. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionChangedUnknownAction,p0);
  740. }
  741. internal static string DataBinding_BindingOperation_DetachedSource {
  742. get {
  743. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_DetachedSource);
  744. }
  745. }
  746. internal static string DataBinding_BindingOperation_ArrayItemNull(object p0) {
  747. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNull,p0);
  748. }
  749. internal static string DataBinding_BindingOperation_ArrayItemNotEntity(object p0) {
  750. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNotEntity,p0);
  751. }
  752. internal static string DataBinding_Util_UnknownEntitySetName(object p0) {
  753. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_Util_UnknownEntitySetName,p0);
  754. }
  755. internal static string DataBinding_EntityAlreadyInCollection(object p0) {
  756. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_EntityAlreadyInCollection,p0);
  757. }
  758. internal static string DataBinding_NotifyPropertyChangedNotImpl(object p0) {
  759. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_NotifyPropertyChangedNotImpl,p0);
  760. }
  761. internal static string DataBinding_ComplexObjectAssociatedWithMultipleEntities(object p0) {
  762. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_ComplexObjectAssociatedWithMultipleEntities,p0);
  763. }
  764. internal static string AtomParser_FeedUnexpected {
  765. get {
  766. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedUnexpected);
  767. }
  768. }
  769. internal static string AtomParser_PagingLinkOutsideOfFeed {
  770. get {
  771. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_PagingLinkOutsideOfFeed);
  772. }
  773. }
  774. internal static string AtomParser_ManyFeedCounts {
  775. get {
  776. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_ManyFeedCounts);
  777. }
  778. }
  779. internal static string AtomParser_FeedCountNotUnderFeed {
  780. get {
  781. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedCountNotUnderFeed);
  782. }
  783. }
  784. internal static string AtomParser_UnexpectedContentUnderExpandedLink {
  785. get {
  786. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_UnexpectedContentUnderExpandedLink);
  787. }
  788. }
  789. internal static string AtomMaterializer_CannotAssignNull(object p0, object p1) {
  790. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_CannotAssignNull,p0,p1);
  791. }
  792. internal static string AtomMaterializer_DuplicatedNextLink {
  793. get {
  794. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_DuplicatedNextLink);
  795. }
  796. }
  797. internal static string AtomMaterializer_EntryIntoCollectionMismatch(object p0, object p1) {
  798. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryIntoCollectionMismatch,p0,p1);
  799. }
  800. internal static string AtomMaterializer_EntryToAccessIsNull(object p0) {
  801. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToAccessIsNull,p0);
  802. }
  803. internal static string AtomMaterializer_EntryToInitializeIsNull(object p0) {
  804. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToInitializeIsNull,p0);
  805. }
  806. internal static string AtomMaterializer_ProjectEntityTypeMismatch(object p0, object p1, object p2) {
  807. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_ProjectEntityTypeMismatch,p0,p1,p2);
  808. }
  809. internal static string AtomMaterializer_LinksMissingHref {
  810. get {
  811. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_LinksMissingHref);
  812. }
  813. }
  814. internal static string AtomMaterializer_PropertyMissing(object p0) {
  815. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissing,p0);
  816. }
  817. internal static string AtomMaterializer_PropertyMissingFromEntry(object p0, object p1) {
  818. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissingFromEntry,p0,p1);
  819. }
  820. internal static string AtomMaterializer_PropertyNotExpectedEntry(object p0, object p1) {
  821. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyNotExpectedEntry,p0,p1);
  822. }
  823. internal static string DataServiceQuery_EnumerationNotSupportedInSL {
  824. get {
  825. return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceQuery_EnumerationNotSupportedInSL);
  826. }
  827. }
  828. }
  829. internal static partial class Error {
  830. internal static Exception ArgumentNull(string paramName) {
  831. return new ArgumentNullException(paramName);
  832. }
  833. internal static Exception ArgumentOutOfRange(string paramName) {
  834. return new ArgumentOutOfRangeException(paramName);
  835. }
  836. internal static Exception NotImplemented() {
  837. return new NotImplementedException();
  838. }
  839. internal static Exception NotSupported() {
  840. return new NotSupportedException();
  841. }
  842. }
  843. }