Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Compilation / WCFModel / dataSvcMapFileLoader.cs / 1305376 / dataSvcMapFileLoader.cs
//------------------------------------------------------------------------------ //// Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- // // Note: Unlike most files in this directory, the code in this file is *not* // shared with wizard\vsdesigner\designer\microsoft\vsdesigner\WCFModel. // // The code under ndp\fx\src\xsp\System\Web\Extensions\Compilation\XmlSerializer might have to be regerenated when // the format of the svcmap file is changed, or class structure has been changed in this directory. Please follow the HowTo file // under Compilation directory to see how to regerenate that code. // using System; using System.Collections.Generic; using System.Text; #if WEB_EXTENSIONS_CODE using System.Web.Resources; #else using Microsoft.VSDesigner.Resources.Microsoft.VSDesigner; #endif namespace System.Web.Compilation.WCFModel { internal class DataSvcMapFileLoader : AbstractDataSvcMapFileLoader { private string mapFilePath; public DataSvcMapFileLoader(string mapFilePath) { this.mapFilePath = mapFilePath; } ////// Given a name of a metadata file, returns the full expected path to the file. /// /// ///private string GetMetadataFileFullPath(string name) { // Should be in the same directory as the .svcmap file. return IO.Path.Combine(IO.Path.GetDirectoryName(mapFilePath), name); } /// /// Get a TextReader for the .svcmap file /// ///protected override System.IO.TextReader GetMapFileReader() { return IO.File.OpenText(mapFilePath); } /// /// Read the contents of the given metadata file /// /// The filename (without path) of the metadata file. ///protected override byte[] ReadMetadataFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Get access to a byte array that contain the contents of the given extension /// file /// /// /// Name of the extension file. Could be a path relative to the svcmap file location /// or the name of an item in a metadata storage. /// ///protected override byte[] ReadExtensionFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Demand-create an XmlSerializer for the SvcMap file... /// protected override System.Xml.Serialization.XmlSerializer Serializer { get { if (serializer == null) { // We have our own pre-generated XML serializer for the .datasvcmap file. serializer = new System.Web.Compilation.XmlSerializerDataSvc.DataSvcMapFileSerializer(); } return serializer; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- // // Note: Unlike most files in this directory, the code in this file is *not* // shared with wizard\vsdesigner\designer\microsoft\vsdesigner\WCFModel. // // The code under ndp\fx\src\xsp\System\Web\Extensions\Compilation\XmlSerializer might have to be regerenated when // the format of the svcmap file is changed, or class structure has been changed in this directory. Please follow the HowTo file // under Compilation directory to see how to regerenate that code. // using System; using System.Collections.Generic; using System.Text; #if WEB_EXTENSIONS_CODE using System.Web.Resources; #else using Microsoft.VSDesigner.Resources.Microsoft.VSDesigner; #endif namespace System.Web.Compilation.WCFModel { internal class DataSvcMapFileLoader : AbstractDataSvcMapFileLoader { private string mapFilePath; public DataSvcMapFileLoader(string mapFilePath) { this.mapFilePath = mapFilePath; } ////// Given a name of a metadata file, returns the full expected path to the file. /// /// ///private string GetMetadataFileFullPath(string name) { // Should be in the same directory as the .svcmap file. return IO.Path.Combine(IO.Path.GetDirectoryName(mapFilePath), name); } /// /// Get a TextReader for the .svcmap file /// ///protected override System.IO.TextReader GetMapFileReader() { return IO.File.OpenText(mapFilePath); } /// /// Read the contents of the given metadata file /// /// The filename (without path) of the metadata file. ///protected override byte[] ReadMetadataFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Get access to a byte array that contain the contents of the given extension /// file /// /// /// Name of the extension file. Could be a path relative to the svcmap file location /// or the name of an item in a metadata storage. /// ///protected override byte[] ReadExtensionFile(string name) { return IO.File.ReadAllBytes(GetMetadataFileFullPath(name)); } /// /// Demand-create an XmlSerializer for the SvcMap file... /// protected override System.Xml.Serialization.XmlSerializer Serializer { get { if (serializer == null) { // We have our own pre-generated XML serializer for the .datasvcmap file. serializer = new System.Web.Compilation.XmlSerializerDataSvc.DataSvcMapFileSerializer(); } return serializer; } } } } // 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
- ClientEventManager.cs
- XmlDataSourceDesigner.cs
- EntityDesignerDataSourceView.cs
- CqlLexer.cs
- ExpressionPrefixAttribute.cs
- _HTTPDateParse.cs
- While.cs
- CodeRegionDirective.cs
- XmlAtomErrorReader.cs
- LabelEditEvent.cs
- ArgumentException.cs
- NaturalLanguageHyphenator.cs
- OperatingSystem.cs
- TraceUtility.cs
- Atom10ItemFormatter.cs
- GB18030Encoding.cs
- CreateParams.cs
- FixedDSBuilder.cs
- GlyphTypeface.cs
- StringFormat.cs
- WorkflowServiceBehavior.cs
- ErrorRuntimeConfig.cs
- NameValuePair.cs
- WSHttpBindingElement.cs
- TraceListeners.cs
- _NetworkingPerfCounters.cs
- PeerTransportCredentialType.cs
- ElementProxy.cs
- util.cs
- ImageDrawing.cs
- CommonXSendMessage.cs
- Polygon.cs
- PageAsyncTaskManager.cs
- CheckBoxPopupAdapter.cs
- HandlerBase.cs
- ControlUtil.cs
- ImagingCache.cs
- CodeRegionDirective.cs
- HttpContext.cs
- XhtmlBasicSelectionListAdapter.cs
- HitTestWithGeometryDrawingContextWalker.cs
- ServiceHttpModule.cs
- ControlSerializer.cs
- ContextMenu.cs
- DynamicResourceExtensionConverter.cs
- CodePropertyReferenceExpression.cs
- TreeNodeCollection.cs
- GlyphRunDrawing.cs
- LostFocusEventManager.cs
- CodeGen.cs
- DiscoveryEndpoint.cs
- ThumbButtonInfo.cs
- EntityType.cs
- MeshGeometry3D.cs
- DbConnectionPool.cs
- PasswordRecovery.cs
- Converter.cs
- XamlWriter.cs
- LayoutManager.cs
- OAVariantLib.cs
- PrePrepareMethodAttribute.cs
- ExceptionUtil.cs
- CheckableControlBaseAdapter.cs
- ExtensionSimplifierMarkupObject.cs
- EventSetterHandlerConverter.cs
- ErrorTolerantObjectWriter.cs
- ContainerUtilities.cs
- PresentationTraceSources.cs
- ResourceCategoryAttribute.cs
- CredentialCache.cs
- TcpProcessProtocolHandler.cs
- sqlnorm.cs
- versioninfo.cs
- Pen.cs
- SoapProcessingBehavior.cs
- CodeDirectoryCompiler.cs
- TypedAsyncResult.cs
- XmlEventCache.cs
- SimpleRecyclingCache.cs
- BinaryWriter.cs
- typedescriptorpermission.cs
- TextRangeBase.cs
- ProgressBar.cs
- ObjectQuery.cs
- AlternateViewCollection.cs
- ArrayExtension.cs
- QilInvokeEarlyBound.cs
- WebRequestModuleElementCollection.cs
- CalendarButtonAutomationPeer.cs
- SqlEnums.cs
- HttpServerChannel.cs
- DataSourceViewSchemaConverter.cs
- StylusPointDescription.cs
- DelegatedStream.cs
- KeyBinding.cs
- Span.cs
- SpellerStatusTable.cs
- SoapSchemaExporter.cs
- NameTable.cs
- TreeNodeBindingCollection.cs