Code:
/ FX-1434 / FX-1434 / 1.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
- DataListItemCollection.cs
- CommandDesigner.cs
- AuthenticationManager.cs
- OleDbRowUpdatedEvent.cs
- PrintPageEvent.cs
- WindowsComboBox.cs
- ExpanderAutomationPeer.cs
- MenuTracker.cs
- AutomationProperty.cs
- CommunicationObjectManager.cs
- DataBindingList.cs
- UnsafeNativeMethods.cs
- XmlResolver.cs
- AssemblyCache.cs
- OwnerDrawPropertyBag.cs
- RouteParser.cs
- WebServiceErrorEvent.cs
- OracleMonthSpan.cs
- BitStream.cs
- StringArrayConverter.cs
- CollectionChangeEventArgs.cs
- TemplateApplicationHelper.cs
- MsmqTransportReceiveParameters.cs
- XmlWellformedWriter.cs
- SelectedDatesCollection.cs
- LoginCancelEventArgs.cs
- BoundsDrawingContextWalker.cs
- HwndHost.cs
- ArgumentOutOfRangeException.cs
- DataGridRelationshipRow.cs
- NullableDoubleAverageAggregationOperator.cs
- EdmType.cs
- XsdValidatingReader.cs
- WaitingCursor.cs
- ModelPropertyDescriptor.cs
- XmlSchemaSimpleContentExtension.cs
- KeyValuePairs.cs
- CoreSwitches.cs
- TextElement.cs
- InstanceCompleteException.cs
- WSMessageEncoding.cs
- CheckBoxBaseAdapter.cs
- Image.cs
- HashLookup.cs
- ItemsChangedEventArgs.cs
- WindowsListViewSubItem.cs
- EventLog.cs
- AppDomainManager.cs
- CustomLineCap.cs
- ScriptReferenceEventArgs.cs
- OutputCacheSettings.cs
- EventLogPermissionEntry.cs
- MessageProperties.cs
- XhtmlBasicTextBoxAdapter.cs
- BitmapEffectDrawing.cs
- TextEditorCopyPaste.cs
- EntityViewContainer.cs
- QueryOutputWriter.cs
- ReadOnlyDataSource.cs
- XmlSchemaSimpleTypeRestriction.cs
- Graph.cs
- PipeStream.cs
- RegexNode.cs
- IisTraceListener.cs
- ConnectionProviderAttribute.cs
- ExpressionConverter.cs
- Environment.cs
- CurrentTimeZone.cs
- ErrorHandlerModule.cs
- SqlExpressionNullability.cs
- SortFieldComparer.cs
- CodeGenHelper.cs
- Typeface.cs
- XmlArrayItemAttributes.cs
- MenuStrip.cs
- CompareValidator.cs
- EdmItemCollection.cs
- WebPartAuthorizationEventArgs.cs
- Stackframe.cs
- StackOverflowException.cs
- SubstitutionList.cs
- iisPickupDirectory.cs
- ContentElementAutomationPeer.cs
- TriggerBase.cs
- CompiledIdentityConstraint.cs
- HandlerMappingMemo.cs
- PageParserFilter.cs
- PrinterUnitConvert.cs
- PageParserFilter.cs
- ArgIterator.cs
- DispatcherSynchronizationContext.cs
- DataGridViewButtonCell.cs
- PrintEvent.cs
- Compiler.cs
- PrintController.cs
- CodeSnippetExpression.cs
- WebCodeGenerator.cs
- XmlTypeMapping.cs
- DataServiceException.cs
- EntityDataSourceStatementEditor.cs