| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050 |
- //Copyright 2010 Microsoft Corporation
- //
- //Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
- //"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and limitations under the License.
- namespace System.Data.Services.Client {
- using System;
- using System.Resources;
- internal static class Strings {
- internal static string BatchStream_MissingBoundary {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingBoundary);
- }
- }
- internal static string BatchStream_ContentExpected(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_ContentExpected,p0);
- }
- internal static string BatchStream_ContentUnexpected(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_ContentUnexpected,p0);
- }
- internal static string BatchStream_GetMethodNotSupportedInChangeset {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_GetMethodNotSupportedInChangeset);
- }
- }
- internal static string BatchStream_InvalidBatchFormat {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidBatchFormat);
- }
- }
- internal static string BatchStream_InvalidDelimiter(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidDelimiter,p0);
- }
- internal static string BatchStream_MissingEndChangesetDelimiter {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingEndChangesetDelimiter);
- }
- }
- internal static string BatchStream_InvalidHeaderValueSpecified(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHeaderValueSpecified,p0);
- }
- internal static string BatchStream_InvalidContentLengthSpecified(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidContentLengthSpecified,p0);
- }
- internal static string BatchStream_OnlyGETOperationsCanBeSpecifiedInBatch {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_OnlyGETOperationsCanBeSpecifiedInBatch);
- }
- }
- internal static string BatchStream_InvalidOperationHeaderSpecified {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidOperationHeaderSpecified);
- }
- }
- internal static string BatchStream_InvalidHttpMethodName(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHttpMethodName,p0);
- }
- internal static string BatchStream_MoreDataAfterEndOfBatch {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MoreDataAfterEndOfBatch);
- }
- }
- internal static string BatchStream_InternalBufferRequestTooSmall {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InternalBufferRequestTooSmall);
- }
- }
- internal static string BatchStream_InvalidMethodHeaderSpecified(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidMethodHeaderSpecified,p0);
- }
- internal static string BatchStream_InvalidHttpVersionSpecified(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidHttpVersionSpecified,p0,p1);
- }
- internal static string BatchStream_InvalidNumberOfHeadersAtOperationStart(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidNumberOfHeadersAtOperationStart,p0,p1);
- }
- internal static string BatchStream_MissingOrInvalidContentEncodingHeader(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingOrInvalidContentEncodingHeader,p0,p1);
- }
- internal static string BatchStream_InvalidNumberOfHeadersAtChangeSetStart(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidNumberOfHeadersAtChangeSetStart,p0,p1);
- }
- internal static string BatchStream_MissingContentTypeHeader(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_MissingContentTypeHeader,p0);
- }
- internal static string BatchStream_InvalidContentTypeSpecified(object p0, object p1, object p2, object p3) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.BatchStream_InvalidContentTypeSpecified,p0,p1,p2,p3);
- }
- internal static string Batch_ExpectedContentType(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_ExpectedContentType,p0);
- }
- internal static string Batch_ExpectedResponse(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_ExpectedResponse,p0);
- }
- internal static string Batch_IncompleteResponseCount {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_IncompleteResponseCount);
- }
- }
- internal static string Batch_UnexpectedContent(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Batch_UnexpectedContent,p0);
- }
- internal static string Context_BaseUri {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BaseUri);
- }
- }
- internal static string Context_CannotConvertKey(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_CannotConvertKey,p0);
- }
- internal static string Context_TrackingExpectsAbsoluteUri {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_TrackingExpectsAbsoluteUri);
- }
- }
- internal static string Context_LinkResourceInsertFailure {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_LinkResourceInsertFailure);
- }
- }
- internal static string Context_InternalError(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_InternalError,p0);
- }
- internal static string Context_BatchExecuteError {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BatchExecuteError);
- }
- }
- internal static string Context_EntitySetName {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntitySetName);
- }
- }
- internal static string Context_MissingEditLinkInResponseBody {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingEditLinkInResponseBody);
- }
- }
- internal static string Context_MissingSelfLinkInResponseBody {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingSelfLinkInResponseBody);
- }
- }
- internal static string Context_MissingEditMediaLinkInResponseBody {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MissingEditMediaLinkInResponseBody);
- }
- }
- internal static string Content_EntityWithoutKey {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Content_EntityWithoutKey);
- }
- }
- internal static string Content_EntityIsNotEntityType {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Content_EntityIsNotEntityType);
- }
- }
- internal static string Context_EntityNotContained {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityNotContained);
- }
- }
- internal static string Context_EntityAlreadyContained {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityAlreadyContained);
- }
- }
- internal static string Context_DifferentEntityAlreadyContained {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_DifferentEntityAlreadyContained);
- }
- }
- internal static string Context_DidNotOriginateAsync {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_DidNotOriginateAsync);
- }
- }
- internal static string Context_AsyncAlreadyDone {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AsyncAlreadyDone);
- }
- }
- internal static string Context_OperationCanceled {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_OperationCanceled);
- }
- }
- internal static string Context_NoLoadWithInsertEnd {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoLoadWithInsertEnd);
- }
- }
- internal static string Context_NoRelationWithInsertEnd {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoRelationWithInsertEnd);
- }
- }
- internal static string Context_NoRelationWithDeleteEnd {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoRelationWithDeleteEnd);
- }
- }
- internal static string Context_RelationAlreadyContained {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_RelationAlreadyContained);
- }
- }
- internal static string Context_RelationNotRefOrCollection {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_RelationNotRefOrCollection);
- }
- }
- internal static string Context_AddLinkCollectionOnly {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddLinkCollectionOnly);
- }
- }
- internal static string Context_AddRelatedObjectCollectionOnly {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddRelatedObjectCollectionOnly);
- }
- }
- internal static string Context_AddRelatedObjectSourceDeleted {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_AddRelatedObjectSourceDeleted);
- }
- }
- internal static string Context_SetLinkReferenceOnly {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetLinkReferenceOnly);
- }
- }
- internal static string Context_NoContentTypeForMediaLink(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_NoContentTypeForMediaLink,p0,p1);
- }
- internal static string Context_BatchNotSupportedForMediaLink {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_BatchNotSupportedForMediaLink);
- }
- }
- internal static string Context_UnexpectedZeroRawRead {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_UnexpectedZeroRawRead);
- }
- }
- internal static string Context_VersionNotSupported(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_VersionNotSupported,p0,p1);
- }
- internal static string Context_ChildResourceExists {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_ChildResourceExists);
- }
- }
- internal static string Context_EntityNotMediaLinkEntry {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_EntityNotMediaLinkEntry);
- }
- }
- internal static string Context_MLEWithoutSaveStream(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_MLEWithoutSaveStream,p0);
- }
- internal static string Context_SetSaveStreamOnMediaEntryProperty(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamOnMediaEntryProperty,p0);
- }
- internal static string Context_SetSaveStreamWithoutEditMediaLink {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Context_SetSaveStreamWithoutEditMediaLink);
- }
- }
- internal static string Collection_NullCollectionReference(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Collection_NullCollectionReference,p0,p1);
- }
- internal static string ClientType_MissingOpenProperty(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingOpenProperty,p0,p1);
- }
- internal static string Clienttype_MultipleOpenProperty(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Clienttype_MultipleOpenProperty,p0);
- }
- internal static string ClientType_MissingProperty(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingProperty,p0,p1);
- }
- internal static string ClientType_KeysMustBeSimpleTypes(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysMustBeSimpleTypes,p0);
- }
- internal static string ClientType_KeysOnDifferentDeclaredType(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_KeysOnDifferentDeclaredType,p0);
- }
- internal static string ClientType_MissingMimeTypeProperty(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMimeTypeProperty,p0,p1);
- }
- internal static string ClientType_MissingMediaEntryProperty(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MissingMediaEntryProperty,p0);
- }
- internal static string ClientType_NoSettableFields(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NoSettableFields,p0);
- }
- internal static string ClientType_MultipleImplementationNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_MultipleImplementationNotSupported);
- }
- }
- internal static string ClientType_NullOpenProperties(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_NullOpenProperties,p0);
- }
- internal static string ClientType_CollectionOfNonEntities {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_CollectionOfNonEntities);
- }
- }
- internal static string ClientType_Ambiguous(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ClientType_Ambiguous,p0,p1);
- }
- internal static string DataServiceException_GeneralError {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceException_GeneralError);
- }
- }
- internal static string Deserialize_GetEnumerator {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_GetEnumerator);
- }
- }
- internal static string Deserialize_Current(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_Current,p0,p1);
- }
- internal static string Deserialize_MixedTextWithComment {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MixedTextWithComment);
- }
- }
- internal static string Deserialize_ExpectingSimpleValue {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectingSimpleValue);
- }
- }
- internal static string Deserialize_NotApplicationXml {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NotApplicationXml);
- }
- }
- internal static string Deserialize_MismatchAtomLinkLocalSimple {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkLocalSimple);
- }
- }
- internal static string Deserialize_MismatchAtomLinkFeedPropertyNotCollection(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkFeedPropertyNotCollection,p0);
- }
- internal static string Deserialize_MismatchAtomLinkEntryPropertyIsCollection(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MismatchAtomLinkEntryPropertyIsCollection,p0);
- }
- internal static string Deserialize_UnknownMimeTypeSpecified(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_UnknownMimeTypeSpecified,p0);
- }
- internal static string Deserialize_ExpectedEmptyMediaLinkEntryContent {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ExpectedEmptyMediaLinkEntryContent);
- }
- }
- internal static string Deserialize_ContentPlusPropertiesNotAllowed {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ContentPlusPropertiesNotAllowed);
- }
- }
- internal static string Deserialize_NoLocationHeader {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_NoLocationHeader);
- }
- }
- internal static string Deserialize_ServerException(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_ServerException,p0);
- }
- internal static string Deserialize_MissingIdElement {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Deserialize_MissingIdElement);
- }
- }
- internal static string EpmClientType_PropertyIsComplex(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsComplex,p0);
- }
- internal static string EpmClientType_PropertyIsPrimitive(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmClientType_PropertyIsPrimitive,p0);
- }
- internal static string EpmSourceTree_InvalidSourcePath(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InvalidSourcePath,p0,p1);
- }
- internal static string EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName,p0,p1);
- }
- internal static string EpmSourceTree_InaccessiblePropertyOnType(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmSourceTree_InaccessiblePropertyOnType,p0,p1);
- }
- internal static string EpmTargetTree_InvalidTargetPath(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_InvalidTargetPath,p0);
- }
- internal static string EpmTargetTree_AttributeInMiddle(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_AttributeInMiddle,p0);
- }
- internal static string EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(object p0, object p1, object p2, object p3) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName,p0,p1,p2,p3);
- }
- internal static string EntityPropertyMapping_EpmAttribute(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_EpmAttribute,p0);
- }
- internal static string EntityPropertyMapping_TargetNamespaceUriNotValid(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.EntityPropertyMapping_TargetNamespaceUriNotValid,p0);
- }
- internal static string HttpProcessUtility_ContentTypeMissing {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ContentTypeMissing);
- }
- }
- internal static string HttpProcessUtility_MediaTypeMissingValue {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeMissingValue);
- }
- }
- internal static string HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSemicolonBeforeParameter);
- }
- }
- internal static string HttpProcessUtility_MediaTypeRequiresSlash {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSlash);
- }
- }
- internal static string HttpProcessUtility_MediaTypeRequiresSubType {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeRequiresSubType);
- }
- }
- internal static string HttpProcessUtility_MediaTypeUnspecified {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_MediaTypeUnspecified);
- }
- }
- internal static string HttpProcessUtility_EncodingNotSupported(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EncodingNotSupported,p0);
- }
- internal static string HttpProcessUtility_EscapeCharWithoutQuotes(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharWithoutQuotes,p0);
- }
- internal static string HttpProcessUtility_EscapeCharAtEnd(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_EscapeCharAtEnd,p0);
- }
- internal static string HttpProcessUtility_ClosingQuoteNotFound(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpProcessUtility_ClosingQuoteNotFound,p0);
- }
- internal static string MaterializeFromAtom_CountNotPresent {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountNotPresent);
- }
- }
- internal static string MaterializeFromAtom_CountFormatError {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CountFormatError);
- }
- }
- internal static string MaterializeFromAtom_TopLevelLinkNotAvailable {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_TopLevelLinkNotAvailable);
- }
- }
- internal static string MaterializeFromAtom_CollectionKeyNotPresentInLinkTable {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_CollectionKeyNotPresentInLinkTable);
- }
- }
- internal static string MaterializeFromAtom_GetNestLinkForFlatCollection {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.MaterializeFromAtom_GetNestLinkForFlatCollection);
- }
- }
- internal static string Serializer_NullKeysAreNotSupported(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Serializer_NullKeysAreNotSupported,p0);
- }
- internal static string Util_EmptyString {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyString);
- }
- }
- internal static string Util_EmptyArray {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_EmptyArray);
- }
- }
- internal static string Util_NullArrayElement {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.Util_NullArrayElement);
- }
- }
- internal static string ALinq_UnsupportedExpression(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnsupportedExpression,p0);
- }
- internal static string ALinq_CouldNotConvert(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CouldNotConvert,p0);
- }
- internal static string ALinq_MethodNotSupported(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MethodNotSupported,p0);
- }
- internal static string ALinq_UnaryNotSupported(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_UnaryNotSupported,p0);
- }
- internal static string ALinq_BinaryNotSupported(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_BinaryNotSupported,p0);
- }
- internal static string ALinq_ConstantNotSupported(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConstantNotSupported,p0);
- }
- internal static string ALinq_TypeBinaryNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TypeBinaryNotSupported);
- }
- }
- internal static string ALinq_ConditionalNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ConditionalNotSupported);
- }
- }
- internal static string ALinq_ParameterNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ParameterNotSupported);
- }
- }
- internal static string ALinq_MemberAccessNotSupported(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberAccessNotSupported,p0);
- }
- internal static string ALinq_LambdaNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_LambdaNotSupported);
- }
- }
- internal static string ALinq_NewNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewNotSupported);
- }
- }
- internal static string ALinq_MemberInitNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_MemberInitNotSupported);
- }
- }
- internal static string ALinq_ListInitNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ListInitNotSupported);
- }
- }
- internal static string ALinq_NewArrayNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_NewArrayNotSupported);
- }
- }
- internal static string ALinq_InvocationNotSupported {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_InvocationNotSupported);
- }
- }
- internal static string ALinq_QueryOptionsOnlyAllowedOnLeafNodes {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnLeafNodes);
- }
- }
- internal static string ALinq_CantExpand {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantExpand);
- }
- }
- internal static string ALinq_CantCastToUnsupportedPrimitive(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantCastToUnsupportedPrimitive,p0);
- }
- internal static string ALinq_CantNavigateWithoutKeyPredicate {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantNavigateWithoutKeyPredicate);
- }
- }
- internal static string ALinq_CanOnlyApplyOneKeyPredicate {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyApplyOneKeyPredicate);
- }
- }
- internal static string ALinq_CantTranslateExpression(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantTranslateExpression,p0);
- }
- internal static string ALinq_TranslationError(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_TranslationError,p0);
- }
- internal static string ALinq_CantAddQueryOption {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOption);
- }
- }
- internal static string ALinq_CantAddDuplicateQueryOption(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddDuplicateQueryOption,p0);
- }
- internal static string ALinq_CantAddAstoriaQueryOption(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddAstoriaQueryOption,p0);
- }
- internal static string ALinq_CantAddQueryOptionStartingWithDollarSign(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantAddQueryOptionStartingWithDollarSign,p0);
- }
- internal static string ALinq_CantReferToPublicField(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CantReferToPublicField,p0);
- }
- internal static string ALinq_QueryOptionsOnlyAllowedOnSingletons {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionsOnlyAllowedOnSingletons);
- }
- }
- internal static string ALinq_QueryOptionOutOfOrder(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_QueryOptionOutOfOrder,p0,p1);
- }
- internal static string ALinq_CannotAddCountOption {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOption);
- }
- }
- internal static string ALinq_CannotAddCountOptionConflict {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotAddCountOptionConflict);
- }
- }
- internal static string ALinq_ProjectionOnlyAllowedOnLeafNodes {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionOnlyAllowedOnLeafNodes);
- }
- }
- internal static string ALinq_ProjectionCanOnlyHaveOneProjection {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionCanOnlyHaveOneProjection);
- }
- }
- internal static string ALinq_ProjectionMemberAssignmentMismatch(object p0, object p1, object p2) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ProjectionMemberAssignmentMismatch,p0,p1,p2);
- }
- internal static string ALinq_ExpressionNotSupportedInProjectionToEntity(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjectionToEntity,p0,p1);
- }
- internal static string ALinq_ExpressionNotSupportedInProjection(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_ExpressionNotSupportedInProjection,p0,p1);
- }
- internal static string ALinq_CannotConstructKnownEntityTypes {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotConstructKnownEntityTypes);
- }
- }
- internal static string ALinq_CannotCreateConstantEntity {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotCreateConstantEntity);
- }
- }
- internal static string ALinq_PropertyNamesMustMatchInProjections(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_PropertyNamesMustMatchInProjections,p0,p1);
- }
- internal static string ALinq_CanOnlyProjectTheLeaf {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CanOnlyProjectTheLeaf);
- }
- }
- internal static string ALinq_CannotProjectWithExplicitExpansion {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.ALinq_CannotProjectWithExplicitExpansion);
- }
- }
- internal static string DSKAttribute_MustSpecifyAtleastOnePropertyName {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DSKAttribute_MustSpecifyAtleastOnePropertyName);
- }
- }
- internal static string HttpWeb_Internal(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWeb_Internal,p0);
- }
- internal static string HttpWeb_InternalArgument(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWeb_InternalArgument,p0,p1);
- }
- internal static string HttpWebRequest_Aborted {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.HttpWebRequest_Aborted);
- }
- }
- internal static string DataServiceCollection_LoadRequiresTargetCollectionObserved {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadRequiresTargetCollectionObserved);
- }
- }
- internal static string DataServiceCollection_CannotStopTrackingChildCollection {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotStopTrackingChildCollection);
- }
- }
- internal static string DataServiceCollection_DataServiceQueryCanNotBeEnumerated {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_DataServiceQueryCanNotBeEnumerated);
- }
- }
- internal static string DataServiceCollection_OperationForTrackedOnly {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_OperationForTrackedOnly);
- }
- }
- internal static string DataServiceCollection_CannotDetermineContextFromItems {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_CannotDetermineContextFromItems);
- }
- }
- internal static string DataServiceCollection_InsertIntoTrackedButNotLoadedCollection {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_InsertIntoTrackedButNotLoadedCollection);
- }
- }
- internal static string DataServiceCollection_MultipleLoadAsyncOperationsAtTheSameTime {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_MultipleLoadAsyncOperationsAtTheSameTime);
- }
- }
- internal static string DataServiceCollection_LoadAsyncNoParamsWithoutParentEntity {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadAsyncNoParamsWithoutParentEntity);
- }
- }
- internal static string DataServiceCollection_LoadAsyncRequiresDataServiceQuery {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceCollection_LoadAsyncRequiresDataServiceQuery);
- }
- }
- internal static string DataBinding_DataServiceCollectionArgumentMustHaveEntityType(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_DataServiceCollectionArgumentMustHaveEntityType,p0);
- }
- internal static string DataBinding_CollectionPropertySetterValueHasObserver(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionPropertySetterValueHasObserver,p0,p1);
- }
- internal static string DataBinding_CollectionChangedUnknownAction(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_CollectionChangedUnknownAction,p0);
- }
- internal static string DataBinding_BindingOperation_DetachedSource {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_DetachedSource);
- }
- }
- internal static string DataBinding_BindingOperation_ArrayItemNull(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNull,p0);
- }
- internal static string DataBinding_BindingOperation_ArrayItemNotEntity(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_BindingOperation_ArrayItemNotEntity,p0);
- }
- internal static string DataBinding_Util_UnknownEntitySetName(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_Util_UnknownEntitySetName,p0);
- }
- internal static string DataBinding_EntityAlreadyInCollection(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_EntityAlreadyInCollection,p0);
- }
- internal static string DataBinding_NotifyPropertyChangedNotImpl(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_NotifyPropertyChangedNotImpl,p0);
- }
- internal static string DataBinding_ComplexObjectAssociatedWithMultipleEntities(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataBinding_ComplexObjectAssociatedWithMultipleEntities,p0);
- }
- internal static string AtomParser_FeedUnexpected {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedUnexpected);
- }
- }
- internal static string AtomParser_PagingLinkOutsideOfFeed {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_PagingLinkOutsideOfFeed);
- }
- }
- internal static string AtomParser_ManyFeedCounts {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_ManyFeedCounts);
- }
- }
- internal static string AtomParser_FeedCountNotUnderFeed {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_FeedCountNotUnderFeed);
- }
- }
- internal static string AtomParser_UnexpectedContentUnderExpandedLink {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomParser_UnexpectedContentUnderExpandedLink);
- }
- }
- internal static string AtomMaterializer_CannotAssignNull(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_CannotAssignNull,p0,p1);
- }
- internal static string AtomMaterializer_DuplicatedNextLink {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_DuplicatedNextLink);
- }
- }
- internal static string AtomMaterializer_EntryIntoCollectionMismatch(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryIntoCollectionMismatch,p0,p1);
- }
- internal static string AtomMaterializer_EntryToAccessIsNull(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToAccessIsNull,p0);
- }
- internal static string AtomMaterializer_EntryToInitializeIsNull(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_EntryToInitializeIsNull,p0);
- }
- internal static string AtomMaterializer_ProjectEntityTypeMismatch(object p0, object p1, object p2) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_ProjectEntityTypeMismatch,p0,p1,p2);
- }
- internal static string AtomMaterializer_LinksMissingHref {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_LinksMissingHref);
- }
- }
- internal static string AtomMaterializer_PropertyMissing(object p0) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissing,p0);
- }
- internal static string AtomMaterializer_PropertyMissingFromEntry(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyMissingFromEntry,p0,p1);
- }
- internal static string AtomMaterializer_PropertyNotExpectedEntry(object p0, object p1) {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.AtomMaterializer_PropertyNotExpectedEntry,p0,p1);
- }
- internal static string DataServiceQuery_EnumerationNotSupportedInSL {
- get {
- return System.Data.Services.Client.TextRes.GetString(System.Data.Services.Client.TextRes.DataServiceQuery_EnumerationNotSupportedInSL);
- }
- }
- }
- internal static partial class Error {
- internal static Exception ArgumentNull(string paramName) {
- return new ArgumentNullException(paramName);
- }
-
- internal static Exception ArgumentOutOfRange(string paramName) {
- return new ArgumentOutOfRangeException(paramName);
- }
- internal static Exception NotImplemented() {
- return new NotImplementedException();
- }
- internal static Exception NotSupported() {
- return new NotSupportedException();
- }
- }
- }
|