2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.Data.Services.Client / Client_SL / Parameterized.System.Data.Services.Client.cs
blobddbd34916a9f4e967afc15879c477c38a0240516
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.
13 namespace System.Data.Services.Client {
14 using System;
15 using System.Resources;
17 internal static class Strings {
18 internal static string BatchStream_MissingBoundary {
19 get {
20 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingBoundary);
24 internal static string BatchStream_ContentExpected(object p0) {
25 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_ContentExpected,p0);
28 internal static string BatchStream_ContentUnexpected(object p0) {
29 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_ContentUnexpected,p0);
32 internal static string BatchStream_GetMethodNotSupportedInChangeset {
33 get {
34 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_GetMethodNotSupportedInChangeset);
38 internal static string BatchStream_InvalidBatchFormat {
39 get {
40 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidBatchFormat);
44 internal static string BatchStream_InvalidDelimiter(object p0) {
45 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidDelimiter,p0);
48 internal static string BatchStream_MissingEndChangesetDelimiter {
49 get {
50 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingEndChangesetDelimiter);
54 internal static string BatchStream_InvalidHeaderValueSpecified(object p0) {
55 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHeaderValueSpecified,p0);
58 internal static string BatchStream_InvalidContentLengthSpecified(object p0) {
59 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidContentLengthSpecified,p0);
62 internal static string BatchStream_OnlyGETOperationsCanBeSpecifiedInBatch {
63 get {
64 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_OnlyGETOperationsCanBeSpecifiedInBatch);
68 internal static string BatchStream_InvalidOperationHeaderSpecified {
69 get {
70 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidOperationHeaderSpecified);
74 internal static string BatchStream_InvalidHttpMethodName(object p0) {
75 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHttpMethodName,p0);
78 internal static string BatchStream_MoreDataAfterEndOfBatch {
79 get {
80 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MoreDataAfterEndOfBatch);
84 internal static string BatchStream_InternalBufferRequestTooSmall {
85 get {
86 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InternalBufferRequestTooSmall);
90 internal static string BatchStream_InvalidMethodHeaderSpecified(object p0) {
91 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidMethodHeaderSpecified,p0);
94 internal static string BatchStream_InvalidHttpVersionSpecified(object p0, object p1) {
95 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHttpVersionSpecified,p0,p1);
98 internal static string BatchStream_InvalidNumberOfHeadersAtOperationStart(object p0, object p1) {
99 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidNumberOfHeadersAtOperationStart,p0,p1);
102 internal static string BatchStream_MissingOrInvalidContentEncodingHeader(object p0, object p1) {
103 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingOrInvalidContentEncodingHeader,p0,p1);
106 internal static string BatchStream_InvalidNumberOfHeadersAtChangeSetStart(object p0, object p1) {
107 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidNumberOfHeadersAtChangeSetStart,p0,p1);
110 internal static string BatchStream_MissingContentTypeHeader(object p0) {
111 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingContentTypeHeader,p0);
114 internal static string BatchStream_InvalidContentTypeSpecified(object p0, object p1, object p2, object p3) {
115 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidContentTypeSpecified,p0,p1,p2,p3);
118 internal static string Batch_ExpectedContentType(object p0) {
119 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_ExpectedContentType,p0);
122 internal static string Batch_ExpectedResponse(object p0) {
123 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_ExpectedResponse,p0);
126 internal static string Batch_IncompleteResponseCount {
127 get {
128 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_IncompleteResponseCount);
132 internal static string Batch_UnexpectedContent(object p0) {
133 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_UnexpectedContent,p0);
136 internal static string Context_BaseUri {
137 get {
138 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BaseUri);
142 internal static string Context_CannotConvertKey(object p0) {
143 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_CannotConvertKey,p0);
146 internal static string Context_TrackingExpectsAbsoluteUri {
147 get {
148 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_TrackingExpectsAbsoluteUri);
152 internal static string Context_LinkResourceInsertFailure {
153 get {
154 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_LinkResourceInsertFailure);
158 internal static string Context_InternalError(object p0) {
159 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_InternalError,p0);
162 internal static string Context_BatchExecuteError {
163 get {
164 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BatchExecuteError);
168 internal static string Context_EntitySetName {
169 get {
170 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntitySetName);
174 internal static string Context_MissingEditLinkInResponseBody {
175 get {
176 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingEditLinkInResponseBody);
180 internal static string Context_MissingSelfLinkInResponseBody {
181 get {
182 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingSelfLinkInResponseBody);
186 internal static string Context_MissingEditMediaLinkInResponseBody {
187 get {
188 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingEditMediaLinkInResponseBody);
192 internal static string Content_EntityWithoutKey {
193 get {
194 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Content_EntityWithoutKey);
198 internal static string Content_EntityIsNotEntityType {
199 get {
200 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Content_EntityIsNotEntityType);
204 internal static string Context_EntityNotContained {
205 get {
206 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityNotContained);
210 internal static string Context_EntityAlreadyContained {
211 get {
212 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityAlreadyContained);
216 internal static string Context_DifferentEntityAlreadyContained {
217 get {
218 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_DifferentEntityAlreadyContained);
222 internal static string Context_DidNotOriginateAsync {
223 get {
224 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_DidNotOriginateAsync);
228 internal static string Context_AsyncAlreadyDone {
229 get {
230 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AsyncAlreadyDone);
234 internal static string Context_OperationCanceled {
235 get {
236 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_OperationCanceled);
240 internal static string Context_NoLoadWithInsertEnd {
241 get {
242 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoLoadWithInsertEnd);
246 internal static string Context_NoRelationWithInsertEnd {
247 get {
248 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoRelationWithInsertEnd);
252 internal static string Context_NoRelationWithDeleteEnd {
253 get {
254 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoRelationWithDeleteEnd);
258 internal static string Context_RelationAlreadyContained {
259 get {
260 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_RelationAlreadyContained);
264 internal static string Context_RelationNotRefOrCollection {
265 get {
266 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_RelationNotRefOrCollection);
270 internal static string Context_AddLinkCollectionOnly {
271 get {
272 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddLinkCollectionOnly);
276 internal static string Context_AddRelatedObjectCollectionOnly {
277 get {
278 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddRelatedObjectCollectionOnly);
282 internal static string Context_AddRelatedObjectSourceDeleted {
283 get {
284 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddRelatedObjectSourceDeleted);
288 internal static string Context_SetLinkReferenceOnly {
289 get {
290 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetLinkReferenceOnly);
294 internal static string Context_NoContentTypeForMediaLink(object p0, object p1) {
295 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoContentTypeForMediaLink,p0,p1);
298 internal static string Context_BatchNotSupportedForMediaLink {
299 get {
300 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BatchNotSupportedForMediaLink);
304 internal static string Context_UnexpectedZeroRawRead {
305 get {
306 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_UnexpectedZeroRawRead);
310 internal static string Context_VersionNotSupported(object p0, object p1) {
311 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_VersionNotSupported,p0,p1);
314 internal static string Context_ChildResourceExists {
315 get {
316 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_ChildResourceExists);
320 internal static string Context_EntityNotMediaLinkEntry {
321 get {
322 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityNotMediaLinkEntry);
326 internal static string Context_MLEWithoutSaveStream(object p0) {
327 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MLEWithoutSaveStream,p0);
330 internal static string Context_SetSaveStreamOnMediaEntryProperty(object p0) {
331 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamOnMediaEntryProperty,p0);
334 internal static string Context_SetSaveStreamWithoutEditMediaLink {
335 get {
336 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamWithoutEditMediaLink);
340 internal static string Collection_NullCollectionReference(object p0, object p1) {
341 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Collection_NullCollectionReference,p0,p1);
344 internal static string ClientType_MissingOpenProperty(object p0, object p1) {
345 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingOpenProperty,p0,p1);
348 internal static string Clienttype_MultipleOpenProperty(object p0) {
349 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Clienttype_MultipleOpenProperty,p0);
352 internal static string ClientType_MissingProperty(object p0, object p1) {
353 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingProperty,p0,p1);
356 internal static string ClientType_KeysMustBeSimpleTypes(object p0) {
357 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysMustBeSimpleTypes,p0);
360 internal static string ClientType_KeysOnDifferentDeclaredType(object p0) {
361 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysOnDifferentDeclaredType,p0);
364 internal static string ClientType_MissingMimeTypeProperty(object p0, object p1) {
365 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMimeTypeProperty,p0,p1);
368 internal static string ClientType_MissingMediaEntryProperty(object p0) {
369 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMediaEntryProperty,p0);
372 internal static string ClientType_NoSettableFields(object p0) {
373 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NoSettableFields,p0);
376 internal static string ClientType_MultipleImplementationNotSupported {
377 get {
378 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MultipleImplementationNotSupported);
382 internal static string ClientType_NullOpenProperties(object p0) {
383 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NullOpenProperties,p0);
386 internal static string ClientType_CollectionOfNonEntities {
387 get {
388 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_CollectionOfNonEntities);
392 internal static string ClientType_Ambiguous(object p0, object p1) {
393 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_Ambiguous,p0,p1);
396 internal static string DataServiceException_GeneralError {
397 get {
398 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceException_GeneralError);
402 internal static string Deserialize_GetEnumerator {
403 get {
404 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_GetEnumerator);
408 internal static string Deserialize_Current(object p0, object p1) {
409 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_Current,p0,p1);
412 internal static string Deserialize_MixedTextWithComment {
413 get {
414 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MixedTextWithComment);
418 internal static string Deserialize_ExpectingSimpleValue {
419 get {
420 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectingSimpleValue);
424 internal static string Deserialize_NotApplicationXml {
425 get {
426 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NotApplicationXml);
430 internal static string Deserialize_MismatchAtomLinkLocalSimple {
431 get {
432 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkLocalSimple);
436 internal static string Deserialize_MismatchAtomLinkFeedPropertyNotCollection(object p0) {
437 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkFeedPropertyNotCollection,p0);
440 internal static string Deserialize_MismatchAtomLinkEntryPropertyIsCollection(object p0) {
441 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkEntryPropertyIsCollection,p0);
444 internal static string Deserialize_UnknownMimeTypeSpecified(object p0) {
445 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_UnknownMimeTypeSpecified,p0);
448 internal static string Deserialize_ExpectedEmptyMediaLinkEntryContent {
449 get {
450 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectedEmptyMediaLinkEntryContent);
454 internal static string Deserialize_ContentPlusPropertiesNotAllowed {
455 get {
456 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ContentPlusPropertiesNotAllowed);
460 internal static string Deserialize_NoLocationHeader {
461 get {
462 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NoLocationHeader);
466 internal static string Deserialize_ServerException(object p0) {
467 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ServerException,p0);
470 internal static string Deserialize_MissingIdElement {
471 get {
472 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MissingIdElement);
476 internal static string EpmClientType_PropertyIsComplex(object p0) {
477 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsComplex,p0);
480 internal static string EpmClientType_PropertyIsPrimitive(object p0) {
481 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsPrimitive,p0);
484 internal static string EpmSourceTree_InvalidSourcePath(object p0, object p1) {
485 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InvalidSourcePath,p0,p1);
488 internal static string EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(object p0, object p1) {
489 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName,p0,p1);
492 internal static string EpmSourceTree_InaccessiblePropertyOnType(object p0, object p1) {
493 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InaccessiblePropertyOnType,p0,p1);
496 internal static string EpmTargetTree_InvalidTargetPath(object p0) {
497 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_InvalidTargetPath,p0);
500 internal static string EpmTargetTree_AttributeInMiddle(object p0) {
501 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_AttributeInMiddle,p0);
504 internal static string EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(object p0, object p1, object p2, object p3) {
505 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName,p0,p1,p2,p3);
508 internal static string EntityPropertyMapping_EpmAttribute(object p0) {
509 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_EpmAttribute,p0);
512 internal static string EntityPropertyMapping_TargetNamespaceUriNotValid(object p0) {
513 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_TargetNamespaceUriNotValid,p0);
516 internal static string HttpProcessUtility_ContentTypeMissing {
517 get {
518 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ContentTypeMissing);
522 internal static string HttpProcessUtility_MediaTypeMissingValue {
523 get {
524 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeMissingValue);
528 internal static string HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter {
529 get {
530 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter);
534 internal static string HttpProcessUtility_MediaTypeRequiresSlash {
535 get {
536 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSlash);
540 internal static string HttpProcessUtility_MediaTypeRequiresSubType {
541 get {
542 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSubType);
546 internal static string HttpProcessUtility_MediaTypeUnspecified {
547 get {
548 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeUnspecified);
552 internal static string HttpProcessUtility_EncodingNotSupported(object p0) {
553 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EncodingNotSupported,p0);
556 internal static string HttpProcessUtility_EscapeCharWithoutQuotes(object p0) {
557 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharWithoutQuotes,p0);
560 internal static string HttpProcessUtility_EscapeCharAtEnd(object p0) {
561 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharAtEnd,p0);
564 internal static string HttpProcessUtility_ClosingQuoteNotFound(object p0) {
565 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ClosingQuoteNotFound,p0);
568 internal static string MaterializeFromAtom_CountNotPresent {
569 get {
570 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountNotPresent);
574 internal static string MaterializeFromAtom_CountFormatError {
575 get {
576 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountFormatError);
580 internal static string MaterializeFromAtom_TopLevelLinkNotAvailable {
581 get {
582 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_TopLevelLinkNotAvailable);
586 internal static string MaterializeFromAtom_CollectionKeyNotPresentInLinkTable {
587 get {
588 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CollectionKeyNotPresentInLinkTable);
592 internal static string MaterializeFromAtom_GetNestLinkForFlatCollection {
593 get {
594 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_GetNestLinkForFlatCollection);
598 internal static string Serializer_NullKeysAreNotSupported(object p0) {
599 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Serializer_NullKeysAreNotSupported,p0);
602 internal static string Util_EmptyString {
603 get {
604 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyString);
608 internal static string Util_EmptyArray {
609 get {
610 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyArray);
614 internal static string Util_NullArrayElement {
615 get {
616 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_NullArrayElement);
620 internal static string ALinq_UnsupportedExpression(object p0) {
621 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnsupportedExpression,p0);
624 internal static string ALinq_CouldNotConvert(object p0) {
625 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CouldNotConvert,p0);
628 internal static string ALinq_MethodNotSupported(object p0) {
629 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MethodNotSupported,p0);
632 internal static string ALinq_UnaryNotSupported(object p0) {
633 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnaryNotSupported,p0);
636 internal static string ALinq_BinaryNotSupported(object p0) {
637 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_BinaryNotSupported,p0);
640 internal static string ALinq_ConstantNotSupported(object p0) {
641 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConstantNotSupported,p0);
644 internal static string ALinq_TypeBinaryNotSupported {
645 get {
646 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TypeBinaryNotSupported);
650 internal static string ALinq_ConditionalNotSupported {
651 get {
652 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConditionalNotSupported);
656 internal static string ALinq_ParameterNotSupported {
657 get {
658 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ParameterNotSupported);
662 internal static string ALinq_MemberAccessNotSupported(object p0) {
663 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberAccessNotSupported,p0);
666 internal static string ALinq_LambdaNotSupported {
667 get {
668 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_LambdaNotSupported);
672 internal static string ALinq_NewNotSupported {
673 get {
674 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewNotSupported);
678 internal static string ALinq_MemberInitNotSupported {
679 get {
680 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberInitNotSupported);
684 internal static string ALinq_ListInitNotSupported {
685 get {
686 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ListInitNotSupported);
690 internal static string ALinq_NewArrayNotSupported {
691 get {
692 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewArrayNotSupported);
696 internal static string ALinq_InvocationNotSupported {
697 get {
698 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_InvocationNotSupported);
702 internal static string ALinq_QueryOptionsOnlyAllowedOnLeafNodes {
703 get {
704 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnLeafNodes);
708 internal static string ALinq_CantExpand {
709 get {
710 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantExpand);
714 internal static string ALinq_CantCastToUnsupportedPrimitive(object p0) {
715 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantCastToUnsupportedPrimitive,p0);
718 internal static string ALinq_CantNavigateWithoutKeyPredicate {
719 get {
720 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantNavigateWithoutKeyPredicate);
724 internal static string ALinq_CanOnlyApplyOneKeyPredicate {
725 get {
726 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyApplyOneKeyPredicate);
730 internal static string ALinq_CantTranslateExpression(object p0) {
731 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantTranslateExpression,p0);
734 internal static string ALinq_TranslationError(object p0) {
735 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TranslationError,p0);
738 internal static string ALinq_CantAddQueryOption {
739 get {
740 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOption);
744 internal static string ALinq_CantAddDuplicateQueryOption(object p0) {
745 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddDuplicateQueryOption,p0);
748 internal static string ALinq_CantAddAstoriaQueryOption(object p0) {
749 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddAstoriaQueryOption,p0);
752 internal static string ALinq_CantAddQueryOptionStartingWithDollarSign(object p0) {
753 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOptionStartingWithDollarSign,p0);
756 internal static string ALinq_CantReferToPublicField(object p0) {
757 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantReferToPublicField,p0);
760 internal static string ALinq_QueryOptionsOnlyAllowedOnSingletons {
761 get {
762 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnSingletons);
766 internal static string ALinq_QueryOptionOutOfOrder(object p0, object p1) {
767 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionOutOfOrder,p0,p1);
770 internal static string ALinq_CannotAddCountOption {
771 get {
772 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOption);
776 internal static string ALinq_CannotAddCountOptionConflict {
777 get {
778 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOptionConflict);
782 internal static string ALinq_ProjectionOnlyAllowedOnLeafNodes {
783 get {
784 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionOnlyAllowedOnLeafNodes);
788 internal static string ALinq_ProjectionCanOnlyHaveOneProjection {
789 get {
790 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionCanOnlyHaveOneProjection);
794 internal static string ALinq_ProjectionMemberAssignmentMismatch(object p0, object p1, object p2) {
795 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionMemberAssignmentMismatch,p0,p1,p2);
798 internal static string ALinq_ExpressionNotSupportedInProjectionToEntity(object p0, object p1) {
799 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjectionToEntity,p0,p1);
802 internal static string ALinq_ExpressionNotSupportedInProjection(object p0, object p1) {
803 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjection,p0,p1);
806 internal static string ALinq_CannotConstructKnownEntityTypes {
807 get {
808 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotConstructKnownEntityTypes);
812 internal static string ALinq_CannotCreateConstantEntity {
813 get {
814 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotCreateConstantEntity);
818 internal static string ALinq_PropertyNamesMustMatchInProjections(object p0, object p1) {
819 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_PropertyNamesMustMatchInProjections,p0,p1);
822 internal static string ALinq_CanOnlyProjectTheLeaf {
823 get {
824 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyProjectTheLeaf);
828 internal static string ALinq_CannotProjectWithExplicitExpansion {
829 get {
830 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotProjectWithExplicitExpansion);
834 internal static string DSKAttribute_MustSpecifyAtleastOnePropertyName {
835 get {
836 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DSKAttribute_MustSpecifyAtleastOnePropertyName);
840 internal static string HttpWeb_Internal(object p0) {
841 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWeb_Internal,p0);
844 internal static string HttpWeb_InternalArgument(object p0, object p1) {
845 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWeb_InternalArgument,p0,p1);
848 internal static string HttpWebRequest_Aborted {
849 get {
850 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWebRequest_Aborted);
854 internal static string DataServiceCollection_LoadRequiresTargetCollectionObserved {
855 get {
856 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadRequiresTargetCollectionObserved);
860 internal static string DataServiceCollection_CannotStopTrackingChildCollection {
861 get {
862 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotStopTrackingChildCollection);
866 internal static string DataServiceCollection_DataServiceQueryCanNotBeEnumerated {
867 get {
868 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_DataServiceQueryCanNotBeEnumerated);
872 internal static string DataServiceCollection_OperationForTrackedOnly {
873 get {
874 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_OperationForTrackedOnly);
878 internal static string DataServiceCollection_CannotDetermineContextFromItems {
879 get {
880 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotDetermineContextFromItems);
884 internal static string DataServiceCollection_InsertIntoTrackedButNotLoadedCollection {
885 get {
886 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_InsertIntoTrackedButNotLoadedCollection);
890 internal static string DataServiceCollection_MultipleLoadAsyncOperationsAtTheSameTime {
891 get {
892 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_MultipleLoadAsyncOperationsAtTheSameTime);
896 internal static string DataServiceCollection_LoadAsyncNoParamsWithoutParentEntity {
897 get {
898 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadAsyncNoParamsWithoutParentEntity);
902 internal static string DataServiceCollection_LoadAsyncRequiresDataServiceQuery {
903 get {
904 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadAsyncRequiresDataServiceQuery);
908 internal static string DataBinding_DataServiceCollectionArgumentMustHaveEntityType(object p0) {
909 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_DataServiceCollectionArgumentMustHaveEntityType,p0);
912 internal static string DataBinding_CollectionPropertySetterValueHasObserver(object p0, object p1) {
913 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionPropertySetterValueHasObserver,p0,p1);
916 internal static string DataBinding_CollectionChangedUnknownAction(object p0) {
917 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionChangedUnknownAction,p0);
920 internal static string DataBinding_BindingOperation_DetachedSource {
921 get {
922 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_DetachedSource);
926 internal static string DataBinding_BindingOperation_ArrayItemNull(object p0) {
927 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNull,p0);
930 internal static string DataBinding_BindingOperation_ArrayItemNotEntity(object p0) {
931 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNotEntity,p0);
934 internal static string DataBinding_Util_UnknownEntitySetName(object p0) {
935 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_Util_UnknownEntitySetName,p0);
938 internal static string DataBinding_EntityAlreadyInCollection(object p0) {
939 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_EntityAlreadyInCollection,p0);
942 internal static string DataBinding_NotifyPropertyChangedNotImpl(object p0) {
943 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_NotifyPropertyChangedNotImpl,p0);
946 internal static string DataBinding_ComplexObjectAssociatedWithMultipleEntities(object p0) {
947 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_ComplexObjectAssociatedWithMultipleEntities,p0);
950 internal static string AtomParser_FeedUnexpected {
951 get {
952 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedUnexpected);
956 internal static string AtomParser_PagingLinkOutsideOfFeed {
957 get {
958 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_PagingLinkOutsideOfFeed);
962 internal static string AtomParser_ManyFeedCounts {
963 get {
964 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_ManyFeedCounts);
968 internal static string AtomParser_FeedCountNotUnderFeed {
969 get {
970 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedCountNotUnderFeed);
974 internal static string AtomParser_UnexpectedContentUnderExpandedLink {
975 get {
976 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_UnexpectedContentUnderExpandedLink);
980 internal static string AtomMaterializer_CannotAssignNull(object p0, object p1) {
981 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_CannotAssignNull,p0,p1);
984 internal static string AtomMaterializer_DuplicatedNextLink {
985 get {
986 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_DuplicatedNextLink);
990 internal static string AtomMaterializer_EntryIntoCollectionMismatch(object p0, object p1) {
991 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryIntoCollectionMismatch,p0,p1);
994 internal static string AtomMaterializer_EntryToAccessIsNull(object p0) {
995 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToAccessIsNull,p0);
998 internal static string AtomMaterializer_EntryToInitializeIsNull(object p0) {
999 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToInitializeIsNull,p0);
1002 internal static string AtomMaterializer_ProjectEntityTypeMismatch(object p0, object p1, object p2) {
1003 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_ProjectEntityTypeMismatch,p0,p1,p2);
1006 internal static string AtomMaterializer_LinksMissingHref {
1007 get {
1008 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_LinksMissingHref);
1012 internal static string AtomMaterializer_PropertyMissing(object p0) {
1013 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissing,p0);
1016 internal static string AtomMaterializer_PropertyMissingFromEntry(object p0, object p1) {
1017 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissingFromEntry,p0,p1);
1020 internal static string AtomMaterializer_PropertyNotExpectedEntry(object p0, object p1) {
1021 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyNotExpectedEntry,p0,p1);
1024 internal static string DataServiceQuery_EnumerationNotSupportedInSL {
1025 get {
1026 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceQuery_EnumerationNotSupportedInSL);
1032 internal static partial class Error {
1034 internal static Exception ArgumentNull(string paramName) {
1035 return new ArgumentNullException(paramName);
1038 internal static Exception ArgumentOutOfRange(string paramName) {
1039 return new ArgumentOutOfRangeException(paramName);
1042 internal static Exception NotImplemented() {
1043 return new NotImplementedException();
1046 internal static Exception NotSupported() {
1047 return new NotSupportedException();