Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / Configuration / ConfigurationStrings.cs / 2 / ConfigurationStrings.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization.Configuration { using System; using System.Configuration; using System.Globalization; internal static class ConfigurationStrings { static string GetSectionPath(string sectionName) { return string.Format(CultureInfo.InvariantCulture, @"{0}/{1}", ConfigurationStrings.SectionGroupName, sectionName); } static internal string SchemaImporterExtensionsSectionPath { get { return ConfigurationStrings.GetSectionPath(ConfigurationStrings.SchemaImporterExtensionsSectionName); } } static internal string DateTimeSerializationSectionPath { get { return ConfigurationStrings.GetSectionPath(ConfigurationStrings.DateTimeSerializationSectionName); } } static internal string XmlSerializerSectionPath { get { return ConfigurationStrings.GetSectionPath(ConfigurationStrings.XmlSerializerSectionName); } } internal const string Name = "name"; internal const string SchemaImporterExtensionsSectionName = "schemaImporterExtensions"; internal const string DateTimeSerializationSectionName = "dateTimeSerialization"; internal const string XmlSerializerSectionName = "xmlSerializer"; internal const string SectionGroupName = "system.xml.serialization"; internal const string SqlTypesSchemaImporterChar = "SqlTypesSchemaImporterChar"; internal const string SqlTypesSchemaImporterNChar = "SqlTypesSchemaImporterNChar"; internal const string SqlTypesSchemaImporterVarChar = "SqlTypesSchemaImporterVarChar"; internal const string SqlTypesSchemaImporterNVarChar = "SqlTypesSchemaImporterNVarChar"; internal const string SqlTypesSchemaImporterText = "SqlTypesSchemaImporterText"; internal const string SqlTypesSchemaImporterNText = "SqlTypesSchemaImporterNText"; internal const string SqlTypesSchemaImporterVarBinary = "SqlTypesSchemaImporterVarBinary"; internal const string SqlTypesSchemaImporterBinary = "SqlTypesSchemaImporterBinary"; internal const string SqlTypesSchemaImporterImage = "SqlTypesSchemaImporterImage"; internal const string SqlTypesSchemaImporterDecimal = "SqlTypesSchemaImporterDecimal"; internal const string SqlTypesSchemaImporterNumeric = "SqlTypesSchemaImporterNumeric"; internal const string SqlTypesSchemaImporterBigInt = "SqlTypesSchemaImporterBigInt"; internal const string SqlTypesSchemaImporterInt = "SqlTypesSchemaImporterInt"; internal const string SqlTypesSchemaImporterSmallInt = "SqlTypesSchemaImporterSmallInt"; internal const string SqlTypesSchemaImporterTinyInt = "SqlTypesSchemaImporterTinyInt"; internal const string SqlTypesSchemaImporterBit = "SqlTypesSchemaImporterBit"; internal const string SqlTypesSchemaImporterFloat = "SqlTypesSchemaImporterFloat"; internal const string SqlTypesSchemaImporterReal = "SqlTypesSchemaImporterReal"; internal const string SqlTypesSchemaImporterDateTime = "SqlTypesSchemaImporterDateTime"; internal const string SqlTypesSchemaImporterSmallDateTime = "SqlTypesSchemaImporterSmallDateTime"; internal const string SqlTypesSchemaImporterMoney = "SqlTypesSchemaImporterMoney"; internal const string SqlTypesSchemaImporterSmallMoney = "SqlTypesSchemaImporterSmallMoney"; internal const string SqlTypesSchemaImporterUniqueIdentifier = "SqlTypesSchemaImporterUniqueIdentifier"; internal const string Type = "type"; internal const string Mode = "mode"; internal const string CheckDeserializeAdvances = "checkDeserializeAdvances"; internal const string TempFilesLocation = "tempFilesLocation"; } } // 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
- ArglessEventHandlerProxy.cs
- SourceSwitch.cs
- TokenBasedSet.cs
- ToRequest.cs
- ColumnReorderedEventArgs.cs
- DataGridViewColumnConverter.cs
- LayoutSettings.cs
- AttachInfo.cs
- JumpPath.cs
- DropShadowBitmapEffect.cs
- HttpDictionary.cs
- ServerIdentity.cs
- RunInstallerAttribute.cs
- sqlpipe.cs
- DataBindingList.cs
- PopupControlService.cs
- TemplateAction.cs
- FragmentQueryKB.cs
- Bold.cs
- ColumnClickEvent.cs
- HttpGetClientProtocol.cs
- ParseElementCollection.cs
- TextSelection.cs
- TimelineClockCollection.cs
- PropertyRef.cs
- XPathSelfQuery.cs
- MailAddress.cs
- BindingWorker.cs
- SqlFunctions.cs
- IndependentlyAnimatedPropertyMetadata.cs
- EpmTargetPathSegment.cs
- OuterProxyWrapper.cs
- EntityModelBuildProvider.cs
- Scripts.cs
- EventLogPermissionEntryCollection.cs
- DataObjectEventArgs.cs
- WindowsListViewItemStartMenu.cs
- OperationContractGenerationContext.cs
- BitmapEffectCollection.cs
- ModelTreeEnumerator.cs
- HybridDictionary.cs
- ObjectConverter.cs
- CommandField.cs
- complextypematerializer.cs
- DesignerCategoryAttribute.cs
- PropertyGridEditorPart.cs
- StringExpressionSet.cs
- NameValueFileSectionHandler.cs
- XmlSchemaNotation.cs
- StringValidatorAttribute.cs
- AjaxFrameworkAssemblyAttribute.cs
- ThemeDirectoryCompiler.cs
- FastPropertyAccessor.cs
- EntityContainerAssociationSetEnd.cs
- DependsOnAttribute.cs
- ProcessHost.cs
- RewritingSimplifier.cs
- WorkflowItemPresenter.cs
- WebBaseEventKeyComparer.cs
- RemoteWebConfigurationHostStream.cs
- DataService.cs
- FormatterConverter.cs
- UxThemeWrapper.cs
- LocalsItemDescription.cs
- BufferedGraphicsManager.cs
- ItemCheckedEvent.cs
- CodeDomComponentSerializationService.cs
- PropertyBuilder.cs
- AutomationPeer.cs
- DataGridViewColumnCollectionEditor.cs
- Renderer.cs
- ProtocolImporter.cs
- BuildProviderInstallComponent.cs
- FormsAuthenticationUser.cs
- ResizingMessageFilter.cs
- BamlResourceDeserializer.cs
- StoreItemCollection.Loader.cs
- UIElementAutomationPeer.cs
- TransformerInfo.cs
- DynamicMetaObjectBinder.cs
- typedescriptorpermission.cs
- StringDictionaryWithComparer.cs
- StringWriter.cs
- CacheDependency.cs
- SafeLocalAllocation.cs
- processwaithandle.cs
- XmlReflectionMember.cs
- SelfIssuedAuthRSACryptoProvider.cs
- ClientSettingsStore.cs
- DateRangeEvent.cs
- TextRange.cs
- CompilationUnit.cs
- SurrogateSelector.cs
- ConditionCollection.cs
- LinkLabelLinkClickedEvent.cs
- StyleXamlTreeBuilder.cs
- ChannelEndpointElementCollection.cs
- UIElement3D.cs
- MemberBinding.cs
- SqlGatherProducedAliases.cs