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
- PeerContact.cs
- ConstraintManager.cs
- UnaryQueryOperator.cs
- XamlDesignerSerializationManager.cs
- MethodBuilderInstantiation.cs
- SessionStateItemCollection.cs
- TextTreeInsertUndoUnit.cs
- Size.cs
- SatelliteContractVersionAttribute.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- WmlSelectionListAdapter.cs
- RegexRunner.cs
- IsolatedStorageFile.cs
- FaultPropagationRecord.cs
- OleDbReferenceCollection.cs
- TraceUtils.cs
- SerializationHelper.cs
- InputEventArgs.cs
- BufferModeSettings.cs
- FrameworkObject.cs
- MultipleViewPattern.cs
- IdleTimeoutMonitor.cs
- DataIdProcessor.cs
- SymbolTable.cs
- ToolboxItemAttribute.cs
- GridView.cs
- TypeUtils.cs
- LoadGrammarCompletedEventArgs.cs
- PropertyItem.cs
- ListViewInsertionMark.cs
- DocumentViewerHelper.cs
- KeyInfo.cs
- TargetConverter.cs
- QueryExpression.cs
- XmlQueryType.cs
- Parsers.cs
- WebPartZoneCollection.cs
- PolyQuadraticBezierSegment.cs
- HostElement.cs
- SapiAttributeParser.cs
- CurrencyWrapper.cs
- ChangeTracker.cs
- LinqDataSourceContextEventArgs.cs
- Timer.cs
- RepeatInfo.cs
- DeviceSpecificDesigner.cs
- Polygon.cs
- SqlReorderer.cs
- InlineCollection.cs
- XmlTypeMapping.cs
- ZipIORawDataFileBlock.cs
- ResourcesGenerator.cs
- Currency.cs
- BuildTopDownAttribute.cs
- TextDecorations.cs
- TableChangeProcessor.cs
- StreamWithDictionary.cs
- ObjectSet.cs
- WebPermission.cs
- BufferedConnection.cs
- DbBuffer.cs
- ColumnReorderedEventArgs.cs
- Propagator.Evaluator.cs
- FieldNameLookup.cs
- AttributeTable.cs
- UDPClient.cs
- PropertyFilter.cs
- WebBrowserEvent.cs
- Options.cs
- XmlCountingReader.cs
- TrackingStringDictionary.cs
- UpdateCompiler.cs
- ConstraintManager.cs
- DesignerObjectListAdapter.cs
- XmlSignificantWhitespace.cs
- AccessKeyManager.cs
- TypeHelpers.cs
- ComponentGuaranteesAttribute.cs
- CreatingCookieEventArgs.cs
- _SafeNetHandles.cs
- ToggleButtonAutomationPeer.cs
- TraceHwndHost.cs
- WebEventTraceProvider.cs
- BidOverLoads.cs
- _HeaderInfo.cs
- ButtonChrome.cs
- BamlTreeNode.cs
- SafeHGlobalHandleCritical.cs
- ExceptionHandlersDesigner.cs
- Operators.cs
- StringOutput.cs
- OdbcConnectionStringbuilder.cs
- httpstaticobjectscollection.cs
- LocalIdCollection.cs
- CalculatedColumn.cs
- ZipIOLocalFileDataDescriptor.cs
- LeaseManager.cs
- DefaultBindingPropertyAttribute.cs
- ExceptionAggregator.cs
- BitmapEffectDrawingContextWalker.cs