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
- XmlAnyElementAttributes.cs
- ISAPIApplicationHost.cs
- httpstaticobjectscollection.cs
- SerializationObjectManager.cs
- HiddenField.cs
- ArrayConverter.cs
- SchemaDeclBase.cs
- SweepDirectionValidation.cs
- ServiceChannelManager.cs
- EventLogPermissionAttribute.cs
- Encoder.cs
- XmlSchemaAppInfo.cs
- OperandQuery.cs
- OutArgumentConverter.cs
- TailCallAnalyzer.cs
- indexingfiltermarshaler.cs
- VarRefManager.cs
- TextRangeEdit.cs
- ArrayConverter.cs
- HierarchicalDataBoundControl.cs
- FileIOPermission.cs
- Point3DCollectionConverter.cs
- FormatterConverter.cs
- LicenseManager.cs
- DomNameTable.cs
- Converter.cs
- MediaTimeline.cs
- DbExpressionVisitor_TResultType.cs
- XmlDocumentSerializer.cs
- ConfigurationSectionCollection.cs
- ArglessEventHandlerProxy.cs
- PropertyIDSet.cs
- AdapterUtil.cs
- GenerateScriptTypeAttribute.cs
- SqlCommandBuilder.cs
- Misc.cs
- ObjectQueryState.cs
- ValueUnavailableException.cs
- StateMachineHelpers.cs
- ClipboardData.cs
- PopupControlService.cs
- ScalarOps.cs
- PropertyPushdownHelper.cs
- FontFamilyValueSerializer.cs
- ScriptResourceHandler.cs
- ItemsPresenter.cs
- XmlConvert.cs
- odbcmetadatacollectionnames.cs
- PrivilegeNotHeldException.cs
- GPPOINTF.cs
- FigureHelper.cs
- DiscoveryServerProtocol.cs
- Int32RectValueSerializer.cs
- ImageKeyConverter.cs
- TdsRecordBufferSetter.cs
- DbProviderManifest.cs
- TextEffectResolver.cs
- SqlFlattener.cs
- BasicExpandProvider.cs
- ValidatedControlConverter.cs
- ServiceBuildProvider.cs
- KnownTypeDataContractResolver.cs
- WindowsFormsLinkLabel.cs
- SmiMetaDataProperty.cs
- OleDbParameter.cs
- TextDecorationUnitValidation.cs
- TimelineGroup.cs
- GenericFlowSwitchHelper.cs
- CodeCompileUnit.cs
- _AutoWebProxyScriptWrapper.cs
- DtdParser.cs
- HttpListenerException.cs
- _LazyAsyncResult.cs
- Proxy.cs
- HtmlTableRowCollection.cs
- HostingEnvironmentSection.cs
- NativeMethods.cs
- SecurityDocument.cs
- ProcessHostMapPath.cs
- typedescriptorpermissionattribute.cs
- TypeListConverter.cs
- AddInServer.cs
- CodeSubDirectory.cs
- SystemException.cs
- CapacityStreamGeometryContext.cs
- UIInitializationException.cs
- SqlDeflator.cs
- ContextStaticAttribute.cs
- WindowsStatic.cs
- MapPathBasedVirtualPathProvider.cs
- FixedPageAutomationPeer.cs
- DrawingAttributes.cs
- DesignerMetadata.cs
- SQLDecimalStorage.cs
- Number.cs
- ImpersonateTokenRef.cs
- SchemaName.cs
- ClientSideQueueItem.cs
- XmlDataLoader.cs
- AccessedThroughPropertyAttribute.cs