2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / System.Data.Services.Client / Client / Parameterized.System.Data.Services.Client.cs
blob59457521f527d50827cfac8bc4e6956d32bd30e3
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_SendingRequestEventArgsNotHttp {
315 get {
316 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SendingRequestEventArgsNotHttp);
320 internal static string Context_ChildResourceExists {
321 get {
322 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_ChildResourceExists);
326 internal static string Context_EntityNotMediaLinkEntry {
327 get {
328 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityNotMediaLinkEntry);
332 internal static string Context_MLEWithoutSaveStream(object p0) {
333 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MLEWithoutSaveStream,p0);
336 internal static string Context_SetSaveStreamOnMediaEntryProperty(object p0) {
337 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamOnMediaEntryProperty,p0);
340 internal static string Context_SetSaveStreamWithoutEditMediaLink {
341 get {
342 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamWithoutEditMediaLink);
346 internal static string Collection_NullCollectionReference(object p0, object p1) {
347 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Collection_NullCollectionReference,p0,p1);
350 internal static string ClientType_MissingOpenProperty(object p0, object p1) {
351 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingOpenProperty,p0,p1);
354 internal static string Clienttype_MultipleOpenProperty(object p0) {
355 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Clienttype_MultipleOpenProperty,p0);
358 internal static string ClientType_MissingProperty(object p0, object p1) {
359 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingProperty,p0,p1);
362 internal static string ClientType_KeysMustBeSimpleTypes(object p0) {
363 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysMustBeSimpleTypes,p0);
366 internal static string ClientType_KeysOnDifferentDeclaredType(object p0) {
367 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysOnDifferentDeclaredType,p0);
370 internal static string ClientType_MissingMimeTypeProperty(object p0, object p1) {
371 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMimeTypeProperty,p0,p1);
374 internal static string ClientType_MissingMediaEntryProperty(object p0) {
375 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMediaEntryProperty,p0);
378 internal static string ClientType_NoSettableFields(object p0) {
379 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NoSettableFields,p0);
382 internal static string ClientType_MultipleImplementationNotSupported {
383 get {
384 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MultipleImplementationNotSupported);
388 internal static string ClientType_NullOpenProperties(object p0) {
389 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NullOpenProperties,p0);
392 internal static string ClientType_CollectionOfNonEntities {
393 get {
394 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_CollectionOfNonEntities);
398 internal static string ClientType_Ambiguous(object p0, object p1) {
399 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_Ambiguous,p0,p1);
402 internal static string DataServiceException_GeneralError {
403 get {
404 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceException_GeneralError);
408 internal static string DataServiceRequest_FailGetCount {
409 get {
410 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceRequest_FailGetCount);
414 internal static string Deserialize_GetEnumerator {
415 get {
416 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_GetEnumerator);
420 internal static string Deserialize_Current(object p0, object p1) {
421 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_Current,p0,p1);
424 internal static string Deserialize_MixedTextWithComment {
425 get {
426 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MixedTextWithComment);
430 internal static string Deserialize_ExpectingSimpleValue {
431 get {
432 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectingSimpleValue);
436 internal static string Deserialize_NotApplicationXml {
437 get {
438 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NotApplicationXml);
442 internal static string Deserialize_MismatchAtomLinkLocalSimple {
443 get {
444 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkLocalSimple);
448 internal static string Deserialize_MismatchAtomLinkFeedPropertyNotCollection(object p0) {
449 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkFeedPropertyNotCollection,p0);
452 internal static string Deserialize_MismatchAtomLinkEntryPropertyIsCollection(object p0) {
453 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkEntryPropertyIsCollection,p0);
456 internal static string Deserialize_UnknownMimeTypeSpecified(object p0) {
457 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_UnknownMimeTypeSpecified,p0);
460 internal static string Deserialize_ExpectedEmptyMediaLinkEntryContent {
461 get {
462 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectedEmptyMediaLinkEntryContent);
466 internal static string Deserialize_ContentPlusPropertiesNotAllowed {
467 get {
468 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ContentPlusPropertiesNotAllowed);
472 internal static string Deserialize_NoLocationHeader {
473 get {
474 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NoLocationHeader);
478 internal static string Deserialize_ServerException(object p0) {
479 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ServerException,p0);
482 internal static string Deserialize_MissingIdElement {
483 get {
484 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MissingIdElement);
488 internal static string EpmClientType_PropertyIsComplex(object p0) {
489 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsComplex,p0);
492 internal static string EpmClientType_PropertyIsPrimitive(object p0) {
493 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsPrimitive,p0);
496 internal static string EpmSourceTree_InvalidSourcePath(object p0, object p1) {
497 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InvalidSourcePath,p0,p1);
500 internal static string EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(object p0, object p1) {
501 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName,p0,p1);
504 internal static string EpmSourceTree_InaccessiblePropertyOnType(object p0, object p1) {
505 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InaccessiblePropertyOnType,p0,p1);
508 internal static string EpmTargetTree_InvalidTargetPath(object p0) {
509 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_InvalidTargetPath,p0);
512 internal static string EpmTargetTree_AttributeInMiddle(object p0) {
513 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_AttributeInMiddle,p0);
516 internal static string EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(object p0, object p1, object p2, object p3) {
517 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName,p0,p1,p2,p3);
520 internal static string EntityPropertyMapping_EpmAttribute(object p0) {
521 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_EpmAttribute,p0);
524 internal static string EntityPropertyMapping_TargetNamespaceUriNotValid(object p0) {
525 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_TargetNamespaceUriNotValid,p0);
528 internal static string HttpProcessUtility_ContentTypeMissing {
529 get {
530 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ContentTypeMissing);
534 internal static string HttpProcessUtility_MediaTypeMissingValue {
535 get {
536 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeMissingValue);
540 internal static string HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter {
541 get {
542 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter);
546 internal static string HttpProcessUtility_MediaTypeRequiresSlash {
547 get {
548 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSlash);
552 internal static string HttpProcessUtility_MediaTypeRequiresSubType {
553 get {
554 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSubType);
558 internal static string HttpProcessUtility_MediaTypeUnspecified {
559 get {
560 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeUnspecified);
564 internal static string HttpProcessUtility_EncodingNotSupported(object p0) {
565 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EncodingNotSupported,p0);
568 internal static string HttpProcessUtility_EscapeCharWithoutQuotes(object p0) {
569 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharWithoutQuotes,p0);
572 internal static string HttpProcessUtility_EscapeCharAtEnd(object p0) {
573 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharAtEnd,p0);
576 internal static string HttpProcessUtility_ClosingQuoteNotFound(object p0) {
577 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ClosingQuoteNotFound,p0);
580 internal static string MaterializeFromAtom_CountNotPresent {
581 get {
582 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountNotPresent);
586 internal static string MaterializeFromAtom_CountFormatError {
587 get {
588 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountFormatError);
592 internal static string MaterializeFromAtom_TopLevelLinkNotAvailable {
593 get {
594 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_TopLevelLinkNotAvailable);
598 internal static string MaterializeFromAtom_CollectionKeyNotPresentInLinkTable {
599 get {
600 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CollectionKeyNotPresentInLinkTable);
604 internal static string MaterializeFromAtom_GetNestLinkForFlatCollection {
605 get {
606 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_GetNestLinkForFlatCollection);
610 internal static string Serializer_NullKeysAreNotSupported(object p0) {
611 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Serializer_NullKeysAreNotSupported,p0);
614 internal static string Util_EmptyString {
615 get {
616 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyString);
620 internal static string Util_EmptyArray {
621 get {
622 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyArray);
626 internal static string Util_NullArrayElement {
627 get {
628 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_NullArrayElement);
632 internal static string ALinq_UnsupportedExpression(object p0) {
633 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnsupportedExpression,p0);
636 internal static string ALinq_CouldNotConvert(object p0) {
637 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CouldNotConvert,p0);
640 internal static string ALinq_MethodNotSupported(object p0) {
641 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MethodNotSupported,p0);
644 internal static string ALinq_UnaryNotSupported(object p0) {
645 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnaryNotSupported,p0);
648 internal static string ALinq_BinaryNotSupported(object p0) {
649 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_BinaryNotSupported,p0);
652 internal static string ALinq_ConstantNotSupported(object p0) {
653 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConstantNotSupported,p0);
656 internal static string ALinq_TypeBinaryNotSupported {
657 get {
658 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TypeBinaryNotSupported);
662 internal static string ALinq_ConditionalNotSupported {
663 get {
664 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConditionalNotSupported);
668 internal static string ALinq_ParameterNotSupported {
669 get {
670 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ParameterNotSupported);
674 internal static string ALinq_MemberAccessNotSupported(object p0) {
675 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberAccessNotSupported,p0);
678 internal static string ALinq_LambdaNotSupported {
679 get {
680 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_LambdaNotSupported);
684 internal static string ALinq_NewNotSupported {
685 get {
686 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewNotSupported);
690 internal static string ALinq_MemberInitNotSupported {
691 get {
692 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberInitNotSupported);
696 internal static string ALinq_ListInitNotSupported {
697 get {
698 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ListInitNotSupported);
702 internal static string ALinq_NewArrayNotSupported {
703 get {
704 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewArrayNotSupported);
708 internal static string ALinq_InvocationNotSupported {
709 get {
710 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_InvocationNotSupported);
714 internal static string ALinq_QueryOptionsOnlyAllowedOnLeafNodes {
715 get {
716 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnLeafNodes);
720 internal static string ALinq_CantExpand {
721 get {
722 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantExpand);
726 internal static string ALinq_CantCastToUnsupportedPrimitive(object p0) {
727 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantCastToUnsupportedPrimitive,p0);
730 internal static string ALinq_CantNavigateWithoutKeyPredicate {
731 get {
732 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantNavigateWithoutKeyPredicate);
736 internal static string ALinq_CanOnlyApplyOneKeyPredicate {
737 get {
738 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyApplyOneKeyPredicate);
742 internal static string ALinq_CantTranslateExpression(object p0) {
743 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantTranslateExpression,p0);
746 internal static string ALinq_TranslationError(object p0) {
747 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TranslationError,p0);
750 internal static string ALinq_CantAddQueryOption {
751 get {
752 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOption);
756 internal static string ALinq_CantAddDuplicateQueryOption(object p0) {
757 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddDuplicateQueryOption,p0);
760 internal static string ALinq_CantAddAstoriaQueryOption(object p0) {
761 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddAstoriaQueryOption,p0);
764 internal static string ALinq_CantAddQueryOptionStartingWithDollarSign(object p0) {
765 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOptionStartingWithDollarSign,p0);
768 internal static string ALinq_CantReferToPublicField(object p0) {
769 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantReferToPublicField,p0);
772 internal static string ALinq_QueryOptionsOnlyAllowedOnSingletons {
773 get {
774 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnSingletons);
778 internal static string ALinq_QueryOptionOutOfOrder(object p0, object p1) {
779 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionOutOfOrder,p0,p1);
782 internal static string ALinq_CannotAddCountOption {
783 get {
784 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOption);
788 internal static string ALinq_CannotAddCountOptionConflict {
789 get {
790 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOptionConflict);
794 internal static string ALinq_ProjectionOnlyAllowedOnLeafNodes {
795 get {
796 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionOnlyAllowedOnLeafNodes);
800 internal static string ALinq_ProjectionCanOnlyHaveOneProjection {
801 get {
802 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionCanOnlyHaveOneProjection);
806 internal static string ALinq_ProjectionMemberAssignmentMismatch(object p0, object p1, object p2) {
807 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionMemberAssignmentMismatch,p0,p1,p2);
810 internal static string ALinq_ExpressionNotSupportedInProjectionToEntity(object p0, object p1) {
811 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjectionToEntity,p0,p1);
814 internal static string ALinq_ExpressionNotSupportedInProjection(object p0, object p1) {
815 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjection,p0,p1);
818 internal static string ALinq_CannotConstructKnownEntityTypes {
819 get {
820 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotConstructKnownEntityTypes);
824 internal static string ALinq_CannotCreateConstantEntity {
825 get {
826 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotCreateConstantEntity);
830 internal static string ALinq_PropertyNamesMustMatchInProjections(object p0, object p1) {
831 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_PropertyNamesMustMatchInProjections,p0,p1);
834 internal static string ALinq_CanOnlyProjectTheLeaf {
835 get {
836 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyProjectTheLeaf);
840 internal static string ALinq_CannotProjectWithExplicitExpansion {
841 get {
842 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotProjectWithExplicitExpansion);
846 internal static string DSKAttribute_MustSpecifyAtleastOnePropertyName {
847 get {
848 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DSKAttribute_MustSpecifyAtleastOnePropertyName);
852 internal static string DataServiceCollection_LoadRequiresTargetCollectionObserved {
853 get {
854 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadRequiresTargetCollectionObserved);
858 internal static string DataServiceCollection_CannotStopTrackingChildCollection {
859 get {
860 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotStopTrackingChildCollection);
864 internal static string DataServiceCollection_OperationForTrackedOnly {
865 get {
866 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_OperationForTrackedOnly);
870 internal static string DataServiceCollection_CannotDetermineContextFromItems {
871 get {
872 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotDetermineContextFromItems);
876 internal static string DataServiceCollection_InsertIntoTrackedButNotLoadedCollection {
877 get {
878 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_InsertIntoTrackedButNotLoadedCollection);
882 internal static string DataBinding_DataServiceCollectionArgumentMustHaveEntityType(object p0) {
883 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_DataServiceCollectionArgumentMustHaveEntityType,p0);
886 internal static string DataBinding_CollectionPropertySetterValueHasObserver(object p0, object p1) {
887 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionPropertySetterValueHasObserver,p0,p1);
890 internal static string DataBinding_CollectionChangedUnknownAction(object p0) {
891 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionChangedUnknownAction,p0);
894 internal static string DataBinding_BindingOperation_DetachedSource {
895 get {
896 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_DetachedSource);
900 internal static string DataBinding_BindingOperation_ArrayItemNull(object p0) {
901 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNull,p0);
904 internal static string DataBinding_BindingOperation_ArrayItemNotEntity(object p0) {
905 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNotEntity,p0);
908 internal static string DataBinding_Util_UnknownEntitySetName(object p0) {
909 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_Util_UnknownEntitySetName,p0);
912 internal static string DataBinding_EntityAlreadyInCollection(object p0) {
913 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_EntityAlreadyInCollection,p0);
916 internal static string DataBinding_NotifyPropertyChangedNotImpl(object p0) {
917 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_NotifyPropertyChangedNotImpl,p0);
920 internal static string DataBinding_ComplexObjectAssociatedWithMultipleEntities(object p0) {
921 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_ComplexObjectAssociatedWithMultipleEntities,p0);
924 internal static string AtomParser_FeedUnexpected {
925 get {
926 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedUnexpected);
930 internal static string AtomParser_PagingLinkOutsideOfFeed {
931 get {
932 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_PagingLinkOutsideOfFeed);
936 internal static string AtomParser_ManyFeedCounts {
937 get {
938 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_ManyFeedCounts);
942 internal static string AtomParser_FeedCountNotUnderFeed {
943 get {
944 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedCountNotUnderFeed);
948 internal static string AtomParser_UnexpectedContentUnderExpandedLink {
949 get {
950 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_UnexpectedContentUnderExpandedLink);
954 internal static string AtomMaterializer_CannotAssignNull(object p0, object p1) {
955 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_CannotAssignNull,p0,p1);
958 internal static string AtomMaterializer_DuplicatedNextLink {
959 get {
960 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_DuplicatedNextLink);
964 internal static string AtomMaterializer_EntryIntoCollectionMismatch(object p0, object p1) {
965 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryIntoCollectionMismatch,p0,p1);
968 internal static string AtomMaterializer_EntryToAccessIsNull(object p0) {
969 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToAccessIsNull,p0);
972 internal static string AtomMaterializer_EntryToInitializeIsNull(object p0) {
973 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToInitializeIsNull,p0);
976 internal static string AtomMaterializer_ProjectEntityTypeMismatch(object p0, object p1, object p2) {
977 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_ProjectEntityTypeMismatch,p0,p1,p2);
980 internal static string AtomMaterializer_LinksMissingHref {
981 get {
982 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_LinksMissingHref);
986 internal static string AtomMaterializer_PropertyMissing(object p0) {
987 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissing,p0);
990 internal static string AtomMaterializer_PropertyMissingFromEntry(object p0, object p1) {
991 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissingFromEntry,p0,p1);
994 internal static string AtomMaterializer_PropertyNotExpectedEntry(object p0, object p1) {
995 return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyNotExpectedEntry,p0,p1);
1000 internal static partial class Error {
1002 internal static Exception ArgumentNull(string paramName) {
1003 return new ArgumentNullException(paramName);
1006 internal static Exception ArgumentOutOfRange(string paramName) {
1007 return new ArgumentOutOfRangeException(paramName);
1010 internal static Exception NotImplemented() {
1011 return new NotImplementedException();
1014 internal static Exception NotSupported() {
1015 return new NotSupportedException();