Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / Serialization / System / Runtime / Serialization / Configuration / ConfigurationStrings.cs / 1 / ConfigurationStrings.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace System.Runtime.Serialization.Configuration { using System; using System.Configuration; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; internal static class ConfigurationStrings { static string GetSectionPath(string sectionName) { return string.Concat(ConfigurationStrings.SectionGroupName, "/", sectionName); } static internal string DataContractSerializerSectionPath { get { return ConfigurationStrings.GetSectionPath(ConfigurationStrings.DataContractSerializerSectionName); } } internal const string SectionGroupName = "system.runtime.serialization"; internal const string DefaultCollectionName = ""; // String.Empty internal const string DeclaredTypes = "declaredTypes"; internal const string Index = "index"; internal const string Parameter = "parameter"; internal const string Type = "type"; internal const string DataContractSerializerSectionName = "dataContractSerializer"; } } // 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
- InfoCardRSAPKCS1SignatureFormatter.cs
- _FtpControlStream.cs
- LocatorBase.cs
- WebPartConnectionsCloseVerb.cs
- SecUtil.cs
- TextRange.cs
- CannotUnloadAppDomainException.cs
- StylusTip.cs
- BindToObject.cs
- EventBuilder.cs
- MessageSecurityProtocolFactory.cs
- WindowsListViewGroup.cs
- DataViewSettingCollection.cs
- ValueQuery.cs
- Part.cs
- Effect.cs
- CodeDelegateInvokeExpression.cs
- ListViewItemMouseHoverEvent.cs
- WorkflowRuntimeSection.cs
- StorageComplexTypeMapping.cs
- HandleValueEditor.cs
- Stroke2.cs
- CatalogPart.cs
- RevocationPoint.cs
- RuleInfoComparer.cs
- PropertyInformationCollection.cs
- TemplatedWizardStep.cs
- CacheChildrenQuery.cs
- ImageMap.cs
- TypeDescriptor.cs
- HtmlInputHidden.cs
- ClaimTypes.cs
- XamlGridLengthSerializer.cs
- XamlWriterExtensions.cs
- ColumnHeaderConverter.cs
- EnvironmentPermission.cs
- ContentPlaceHolder.cs
- ContentPresenter.cs
- LabelEditEvent.cs
- EditorResources.cs
- SelectionChangedEventArgs.cs
- WebPartConnectionsEventArgs.cs
- BoolLiteral.cs
- GeneratedCodeAttribute.cs
- PingReply.cs
- MediaContextNotificationWindow.cs
- ServiceMoniker.cs
- ToolStripSplitStackLayout.cs
- DebugInfoGenerator.cs
- CodeDelegateInvokeExpression.cs
- GetWinFXPath.cs
- XmlSerializerSection.cs
- errorpatternmatcher.cs
- MergeFailedEvent.cs
- ModelPropertyCollectionImpl.cs
- WebPartEditorOkVerb.cs
- DataGridViewIntLinkedList.cs
- COSERVERINFO.cs
- KnownTypesProvider.cs
- NaturalLanguageHyphenator.cs
- PeerObject.cs
- IERequestCache.cs
- XPathDocument.cs
- TypeCacheManager.cs
- AccessedThroughPropertyAttribute.cs
- AstTree.cs
- ResourceDictionary.cs
- SynchronizingStream.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- AssemblyCache.cs
- XmlHierarchyData.cs
- XPathDocumentBuilder.cs
- HttpStreamXmlDictionaryReader.cs
- LOSFormatter.cs
- StaticDataManager.cs
- CellPartitioner.cs
- ClientConfigPaths.cs
- Signature.cs
- ConnectorSelectionGlyph.cs
- WriteFileContext.cs
- ChannelSinkStacks.cs
- ForceCopyBuildProvider.cs
- KeyTime.cs
- SqlProviderServices.cs
- SoapSchemaExporter.cs
- DbSetClause.cs
- WebCategoryAttribute.cs
- ToolStripDropDownItemDesigner.cs
- ShaderEffect.cs
- DataGridViewButtonCell.cs
- UpdateExpressionVisitor.cs
- RelationshipType.cs
- TemplateGroupCollection.cs
- ListViewGroupItemCollection.cs
- Nodes.cs
- AssociativeAggregationOperator.cs
- SafeFindHandle.cs
- DefinitionUpdate.cs
- CreateUserErrorEventArgs.cs
- ComponentEditorForm.cs