Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / resources / WCFModelStrings.Designer.cs / 1 / WCFModelStrings.Designer.cs
//------------------------------------------------------------------------------ //// This code was generated by a tool. // Runtime Version:2.0.50727.1378 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //----------------------------------------------------------------------------- namespace System.Web.Resources { using System; ////// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class WCFModelStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal WCFModelStrings() { } ////// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Resources.WCFModelStrings", typeof(WCFModelStrings).Assembly); resourceMan = temp; } return resourceMan; } } ////// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } ////// Looks up a localized string similar to {0} Line {1}, position {2}.. /// internal static string ReferenceGroup_AppendLinePosition { get { return ResourceManager.GetString("ReferenceGroup_AppendLinePosition", resourceCulture); } } ////// Looks up a localized string similar to The type '{0}' is listed as a shared data contract type, but is also listed in the type sharing exclusion list.. /// internal static string ReferenceGroup_DataContractExcludedAndIncluded { get { return ResourceManager.GetString("ReferenceGroup_DataContractExcludedAndIncluded", resourceCulture); } } ////// Looks up a localized string similar to The global {0} ('{1}') has been defined in both '{2}' and '{3}'. They are different at '{4}'.. /// internal static string ReferenceGroup_DuplicatedSchemaItems { get { return ResourceManager.GetString("ReferenceGroup_DuplicatedSchemaItems", resourceCulture); } } ////// Looks up a localized string similar to The global {0} ('{1}') has been defined in both '{2}' and '{3}'. The difference between them ('{4}') is ignored.. /// internal static string ReferenceGroup_DuplicatedSchemaItemsIgnored { get { return ResourceManager.GetString("ReferenceGroup_DuplicatedSchemaItemsIgnored", resourceCulture); } } ////// Looks up a localized string similar to Address must be specified.. /// internal static string ReferenceGroup_EmptyAddress { get { return ResourceManager.GetString("ReferenceGroup_EmptyAddress", resourceCulture); } } ////// Looks up a localized string similar to Protocol must be specified.. /// internal static string ReferenceGroup_EmptyProtocol { get { return ResourceManager.GetString("ReferenceGroup_EmptyProtocol", resourceCulture); } } ////// Looks up a localized string similar to Failed to generate code for the service reference '{0}'. ///{1}. /// internal static string ReferenceGroup_FailedToGenerateCode { get { return ResourceManager.GetString("ReferenceGroup_FailedToGenerateCode", resourceCulture); } } ////// Looks up a localized string similar to Shared assembly '{0}' could not be loaded. If this is a referenced project, please make sure that you have built the project first.. /// internal static string ReferenceGroup_FailedToLoadAssembly { get { return ResourceManager.GetString("ReferenceGroup_FailedToLoadAssembly", resourceCulture); } } ////// Looks up a localized string similar to The message part '{0}' in message contract '{1}' is different in '{2}' and '{3}'.. /// internal static string ReferenceGroup_FieldDefinedDifferentlyInDuplicatedMessage { get { return ResourceManager.GetString("ReferenceGroup_FieldDefinedDifferentlyInDuplicatedMessage", resourceCulture); } } ////// Looks up a localized string similar to The message contract '{0}' is defined in both '{1}' and '{2}', but only one contains message part '{3}'.. /// internal static string ReferenceGroup_FieldDefinedInOneOfDuplicatedMessage { get { return ResourceManager.GetString("ReferenceGroup_FieldDefinedInOneOfDuplicatedMessage", resourceCulture); } } ////// Looks up a localized string similar to '{0}' is invalid file name. Absolute or relative path is not supported.. /// internal static string ReferenceGroup_InvalidFileName { get { return ResourceManager.GetString("ReferenceGroup_InvalidFileName", resourceCulture); } } ////// Looks up a localized string similar to SourceId of a metadata source should be a positive integer.. /// internal static string ReferenceGroup_InvalidSourceId { get { return ResourceManager.GetString("ReferenceGroup_InvalidSourceId", resourceCulture); } } ////// Looks up a localized string similar to The operation '{0}' in service contract '{1}' is different in '{2}' and '{3}'. Check the input, output and fault messages of the operation.. /// internal static string ReferenceGroup_OperationDefinedDifferently { get { return ResourceManager.GetString("ReferenceGroup_OperationDefinedDifferently", resourceCulture); } } ////// Looks up a localized string similar to The service contract '{0}' is defined in both '{1}' and '{2}', but only one of them contains the operation '{3}'.. /// internal static string ReferenceGroup_OperationDefinedInOneOfDuplicatedServiceContract { get { return ResourceManager.GetString("ReferenceGroup_OperationDefinedInOneOfDuplicatedServiceContract", resourceCulture); } } ////// Looks up a localized string similar to The type '{0}' in the service contract mapping has different TargetNamespace('{1}') and Name('{2}') than the TargetNamespace('{3}') and Name('{4}') in the service reference file.. /// internal static string ReferenceGroup_ServiceContractMappingMissMatch { get { return ResourceManager.GetString("ReferenceGroup_ServiceContractMappingMissMatch", resourceCulture); } } ////// Looks up a localized string similar to The type '{0}' cannot be used in type sharing because it is not public.. /// internal static string ReferenceGroup_SharedTypeMustBePublic { get { return ResourceManager.GetString("ReferenceGroup_SharedTypeMustBePublic", resourceCulture); } } ////// Looks up a localized string similar to Two metadata items or extension items in the .svcmap file have the same file name '{0}'.. /// internal static string ReferenceGroup_TwoExternalFilesWithSameName { get { return ResourceManager.GetString("ReferenceGroup_TwoExternalFilesWithSameName", resourceCulture); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// This code was generated by a tool. // Runtime Version:2.0.50727.1378 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //----------------------------------------------------------------------------- namespace System.Web.Resources { using System; ////// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class WCFModelStrings { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal WCFModelStrings() { } ////// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Web.Resources.WCFModelStrings", typeof(WCFModelStrings).Assembly); resourceMan = temp; } return resourceMan; } } ////// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } ////// Looks up a localized string similar to {0} Line {1}, position {2}.. /// internal static string ReferenceGroup_AppendLinePosition { get { return ResourceManager.GetString("ReferenceGroup_AppendLinePosition", resourceCulture); } } ////// Looks up a localized string similar to The type '{0}' is listed as a shared data contract type, but is also listed in the type sharing exclusion list.. /// internal static string ReferenceGroup_DataContractExcludedAndIncluded { get { return ResourceManager.GetString("ReferenceGroup_DataContractExcludedAndIncluded", resourceCulture); } } ////// Looks up a localized string similar to The global {0} ('{1}') has been defined in both '{2}' and '{3}'. They are different at '{4}'.. /// internal static string ReferenceGroup_DuplicatedSchemaItems { get { return ResourceManager.GetString("ReferenceGroup_DuplicatedSchemaItems", resourceCulture); } } ////// Looks up a localized string similar to The global {0} ('{1}') has been defined in both '{2}' and '{3}'. The difference between them ('{4}') is ignored.. /// internal static string ReferenceGroup_DuplicatedSchemaItemsIgnored { get { return ResourceManager.GetString("ReferenceGroup_DuplicatedSchemaItemsIgnored", resourceCulture); } } ////// Looks up a localized string similar to Address must be specified.. /// internal static string ReferenceGroup_EmptyAddress { get { return ResourceManager.GetString("ReferenceGroup_EmptyAddress", resourceCulture); } } ////// Looks up a localized string similar to Protocol must be specified.. /// internal static string ReferenceGroup_EmptyProtocol { get { return ResourceManager.GetString("ReferenceGroup_EmptyProtocol", resourceCulture); } } ////// Looks up a localized string similar to Failed to generate code for the service reference '{0}'. ///{1}. /// internal static string ReferenceGroup_FailedToGenerateCode { get { return ResourceManager.GetString("ReferenceGroup_FailedToGenerateCode", resourceCulture); } } ////// Looks up a localized string similar to Shared assembly '{0}' could not be loaded. If this is a referenced project, please make sure that you have built the project first.. /// internal static string ReferenceGroup_FailedToLoadAssembly { get { return ResourceManager.GetString("ReferenceGroup_FailedToLoadAssembly", resourceCulture); } } ////// Looks up a localized string similar to The message part '{0}' in message contract '{1}' is different in '{2}' and '{3}'.. /// internal static string ReferenceGroup_FieldDefinedDifferentlyInDuplicatedMessage { get { return ResourceManager.GetString("ReferenceGroup_FieldDefinedDifferentlyInDuplicatedMessage", resourceCulture); } } ////// Looks up a localized string similar to The message contract '{0}' is defined in both '{1}' and '{2}', but only one contains message part '{3}'.. /// internal static string ReferenceGroup_FieldDefinedInOneOfDuplicatedMessage { get { return ResourceManager.GetString("ReferenceGroup_FieldDefinedInOneOfDuplicatedMessage", resourceCulture); } } ////// Looks up a localized string similar to '{0}' is invalid file name. Absolute or relative path is not supported.. /// internal static string ReferenceGroup_InvalidFileName { get { return ResourceManager.GetString("ReferenceGroup_InvalidFileName", resourceCulture); } } ////// Looks up a localized string similar to SourceId of a metadata source should be a positive integer.. /// internal static string ReferenceGroup_InvalidSourceId { get { return ResourceManager.GetString("ReferenceGroup_InvalidSourceId", resourceCulture); } } ////// Looks up a localized string similar to The operation '{0}' in service contract '{1}' is different in '{2}' and '{3}'. Check the input, output and fault messages of the operation.. /// internal static string ReferenceGroup_OperationDefinedDifferently { get { return ResourceManager.GetString("ReferenceGroup_OperationDefinedDifferently", resourceCulture); } } ////// Looks up a localized string similar to The service contract '{0}' is defined in both '{1}' and '{2}', but only one of them contains the operation '{3}'.. /// internal static string ReferenceGroup_OperationDefinedInOneOfDuplicatedServiceContract { get { return ResourceManager.GetString("ReferenceGroup_OperationDefinedInOneOfDuplicatedServiceContract", resourceCulture); } } ////// Looks up a localized string similar to The type '{0}' in the service contract mapping has different TargetNamespace('{1}') and Name('{2}') than the TargetNamespace('{3}') and Name('{4}') in the service reference file.. /// internal static string ReferenceGroup_ServiceContractMappingMissMatch { get { return ResourceManager.GetString("ReferenceGroup_ServiceContractMappingMissMatch", resourceCulture); } } ////// Looks up a localized string similar to The type '{0}' cannot be used in type sharing because it is not public.. /// internal static string ReferenceGroup_SharedTypeMustBePublic { get { return ResourceManager.GetString("ReferenceGroup_SharedTypeMustBePublic", resourceCulture); } } ////// Looks up a localized string similar to Two metadata items or extension items in the .svcmap file have the same file name '{0}'.. /// internal static string ReferenceGroup_TwoExternalFilesWithSameName { get { return ResourceManager.GetString("ReferenceGroup_TwoExternalFilesWithSameName", resourceCulture); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LineSegment.cs
- SafeFileMapViewHandle.cs
- AngleUtil.cs
- EncryptedPackageFilter.cs
- BookmarkOptionsHelper.cs
- PriorityBinding.cs
- TraceAsyncResult.cs
- Int16.cs
- XPathDocumentNavigator.cs
- AttachmentService.cs
- FormViewInsertedEventArgs.cs
- ComponentChangingEvent.cs
- SmiTypedGetterSetter.cs
- UrlEncodedParameterWriter.cs
- ProxyHwnd.cs
- SQLBinary.cs
- SqlDependencyListener.cs
- RuleSetCollection.cs
- TokenCreationException.cs
- SoapCommonClasses.cs
- DocumentAutomationPeer.cs
- IdleTimeoutMonitor.cs
- ValidationEventArgs.cs
- SamlAuthorizationDecisionClaimResource.cs
- TrackingProfile.cs
- DataGridViewComponentPropertyGridSite.cs
- RequestResizeEvent.cs
- ListControl.cs
- MergeFilterQuery.cs
- SqlConnectionStringBuilder.cs
- TraceContextEventArgs.cs
- BezierSegment.cs
- ObjectQueryState.cs
- FutureFactory.cs
- XmlObjectSerializerContext.cs
- FrameSecurityDescriptor.cs
- PageVisual.cs
- TextEndOfParagraph.cs
- ApplicationSecurityInfo.cs
- ImageSource.cs
- ZipIOCentralDirectoryFileHeader.cs
- FixedHighlight.cs
- SQLInt16.cs
- FlowPanelDesigner.cs
- PackagingUtilities.cs
- ScrollPatternIdentifiers.cs
- ConfigErrorGlyph.cs
- MD5CryptoServiceProvider.cs
- RuleInfoComparer.cs
- Validator.cs
- AspNetPartialTrustHelpers.cs
- TrackPointCollection.cs
- XPathMessageContext.cs
- LexicalChunk.cs
- IntegerValidatorAttribute.cs
- RuntimeCompatibilityAttribute.cs
- StyleCollection.cs
- TableLayoutCellPaintEventArgs.cs
- SelectionPatternIdentifiers.cs
- designeractionbehavior.cs
- IconConverter.cs
- NegotiationTokenProvider.cs
- StringAttributeCollection.cs
- Hex.cs
- xamlnodes.cs
- SqlTypesSchemaImporter.cs
- ValidatingPropertiesEventArgs.cs
- FormViewUpdateEventArgs.cs
- ResourcePermissionBaseEntry.cs
- HebrewNumber.cs
- AuthenticatedStream.cs
- XmlCharType.cs
- TextPenaltyModule.cs
- Crc32Helper.cs
- ResolvedKeyFrameEntry.cs
- DiagnosticsConfigurationHandler.cs
- HTMLTextWriter.cs
- CurrentChangingEventManager.cs
- SmtpReplyReaderFactory.cs
- StrokeIntersection.cs
- DataGridColumn.cs
- DeclarationUpdate.cs
- OrCondition.cs
- MouseButtonEventArgs.cs
- CharacterHit.cs
- DesignObjectWrapper.cs
- ComplexType.cs
- PixelShader.cs
- InnerItemCollectionView.cs
- EasingKeyFrames.cs
- ToolStripContentPanelDesigner.cs
- ImageDrawing.cs
- DurableDispatcherAddressingFault.cs
- InvokeGenerator.cs
- elementinformation.cs
- XmlResolver.cs
- X509Extension.cs
- QueryReaderSettings.cs
- SafeArchiveContext.cs
- WebPartAddingEventArgs.cs