Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataWeb / Design / system / Data / EntityModel / EdmToObjectNamespaceMap.cs / 1 / EdmToObjectNamespaceMap.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.Services.Design.Common; namespace System.Data.Services.Design { ////// The class to hold the map entries for the mapping between Edm Namespace and the Object Namespace /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] public class EdmToObjectNamespaceMap { private Dictionary_map = new Dictionary (); /// /// this is just to keep this class from being creatable outside of this assembly /// internal EdmToObjectNamespaceMap() { } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public void Add(string edmNamespace, string objectNamespace) { EDesignUtil.CheckStringArgument(edmNamespace, "edmNamespace"); EDesignUtil.CheckArgumentNull(objectNamespace, "objectNamespace"); _map.Add(edmNamespace, objectNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public bool Contains(string edmNamespace) { return _map.ContainsKey(edmNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] public ICollectionEdmNamespaces { get { return _map.Keys; } } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public bool Remove(string edmNamespace) { return _map.Remove(edmNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public bool TryGetObjectNamespace(string edmNamespace, out string objectNamespace) { return _map.TryGetValue(edmNamespace, out objectNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public string this[string edmNamespace] { get { return _map[edmNamespace]; } set { _map[edmNamespace] = value; } } public void Clear() { _map.Clear(); } public int Count { get { return _map.Count; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.Services.Design.Common; namespace System.Data.Services.Design { ////// The class to hold the map entries for the mapping between Edm Namespace and the Object Namespace /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] public class EdmToObjectNamespaceMap { private Dictionary_map = new Dictionary (); /// /// this is just to keep this class from being creatable outside of this assembly /// internal EdmToObjectNamespaceMap() { } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public void Add(string edmNamespace, string objectNamespace) { EDesignUtil.CheckStringArgument(edmNamespace, "edmNamespace"); EDesignUtil.CheckArgumentNull(objectNamespace, "objectNamespace"); _map.Add(edmNamespace, objectNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public bool Contains(string edmNamespace) { return _map.ContainsKey(edmNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] public ICollectionEdmNamespaces { get { return _map.Keys; } } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public bool Remove(string edmNamespace) { return _map.Remove(edmNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public bool TryGetObjectNamespace(string edmNamespace, out string objectNamespace) { return _map.TryGetValue(edmNamespace, out objectNamespace); } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "edm")] public string this[string edmNamespace] { get { return _map[edmNamespace]; } set { _map[edmNamespace] = value; } } public void Clear() { _map.Clear(); } public int Count { get { return _map.Count; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Util.cs
- TransactionBridgeSection.cs
- PeerInvitationResponse.cs
- Wildcard.cs
- PrintDialog.cs
- ListBoxAutomationPeer.cs
- CompositeClientFormatter.cs
- SqlDataSourceSelectingEventArgs.cs
- OracleSqlParser.cs
- DockPatternIdentifiers.cs
- SingleTagSectionHandler.cs
- OdbcInfoMessageEvent.cs
- ServerType.cs
- ExitEventArgs.cs
- XmlNavigatorStack.cs
- ObjectViewListener.cs
- DataGridViewImageColumn.cs
- UidManager.cs
- wgx_sdk_version.cs
- ToolBarPanel.cs
- SudsParser.cs
- XPathNavigatorReader.cs
- ActivityScheduledRecord.cs
- CellParaClient.cs
- MenuItemBinding.cs
- StringStorage.cs
- FixedSOMGroup.cs
- ImpersonationContext.cs
- VariableModifiersHelper.cs
- AlgoModule.cs
- AttributeExtensions.cs
- UIElement3DAutomationPeer.cs
- DispatcherProcessingDisabled.cs
- XmlNodeReader.cs
- TemplateControl.cs
- SqlVersion.cs
- SharedDp.cs
- ToolStripDropDownMenu.cs
- ConfigurationStrings.cs
- DrawTreeNodeEventArgs.cs
- DrawingBrush.cs
- ForceCopyBuildProvider.cs
- EditorPart.cs
- JoinGraph.cs
- RangeValueProviderWrapper.cs
- InkCanvas.cs
- PresentationAppDomainManager.cs
- DataServiceRequestArgs.cs
- TransportManager.cs
- SafeLocalAllocation.cs
- ToolBarButtonClickEvent.cs
- ChangePassword.cs
- PropertyTab.cs
- Int32.cs
- CustomErrorCollection.cs
- ValueTypeFixupInfo.cs
- ConnectionProviderAttribute.cs
- TraceInternal.cs
- DaylightTime.cs
- ImmComposition.cs
- AuthenticationException.cs
- NavigatingCancelEventArgs.cs
- BitmapEncoder.cs
- PermissionToken.cs
- NumberAction.cs
- InputElement.cs
- SafeCryptoHandles.cs
- UInt16.cs
- HttpCapabilitiesSectionHandler.cs
- InstanceStore.cs
- X509ChainElement.cs
- ChtmlPageAdapter.cs
- MouseDevice.cs
- OLEDB_Util.cs
- TraceHandlerErrorFormatter.cs
- CTreeGenerator.cs
- DeviceSpecificChoiceCollection.cs
- AutomationFocusChangedEventArgs.cs
- Stopwatch.cs
- HighContrastHelper.cs
- lengthconverter.cs
- SchemaElementLookUpTable.cs
- DataGridViewRow.cs
- RenderData.cs
- RtfToXamlLexer.cs
- UpdateEventArgs.cs
- OrderByQueryOptionExpression.cs
- ReturnEventArgs.cs
- SessionState.cs
- WebPartVerb.cs
- ViewCellSlot.cs
- XmlNamespaceMapping.cs
- _SpnDictionary.cs
- CopyOnWriteList.cs
- UnionExpr.cs
- SimpleExpression.cs
- FactoryRecord.cs
- Token.cs
- ListParagraph.cs
- LocalBuilder.cs