Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / dataSvcMapFileLoader.cs / 1 / 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
- MsmqAppDomainProtocolHandler.cs
- DataGridColumn.cs
- FormsAuthenticationUserCollection.cs
- FilterableAttribute.cs
- ContactManager.cs
- RuleRef.cs
- GlyphElement.cs
- XMLSchema.cs
- SystemFonts.cs
- BooleanSwitch.cs
- DesignerWidgets.cs
- Int32Animation.cs
- LocatorManager.cs
- FixedPage.cs
- TimeEnumHelper.cs
- DocumentApplicationJournalEntry.cs
- SafeWaitHandle.cs
- EventPrivateKey.cs
- QueryRewriter.cs
- EtwTrace.cs
- WorkflowServiceNamespace.cs
- CompositeFontInfo.cs
- TemplateField.cs
- HitTestParameters.cs
- configsystem.cs
- SplitterEvent.cs
- DelegatingHeader.cs
- AttributeSetAction.cs
- TrackPoint.cs
- FacetValues.cs
- PersonalizationState.cs
- OpacityConverter.cs
- altserialization.cs
- SelectionEditingBehavior.cs
- Maps.cs
- Emitter.cs
- SymbolDocumentGenerator.cs
- UpdateCommand.cs
- NativeMethods.cs
- StringConcat.cs
- RichTextBox.cs
- CodeTypeReferenceExpression.cs
- FileSystemEventArgs.cs
- ToolboxComponentsCreatingEventArgs.cs
- DecimalConverter.cs
- XmlDictionaryReaderQuotas.cs
- DateTimeFormatInfoScanner.cs
- ReliableOutputConnection.cs
- OptionUsage.cs
- HMACSHA512.cs
- LogicalExpr.cs
- SqlRetyper.cs
- VisualTreeHelper.cs
- XamlBuildTaskServices.cs
- Collection.cs
- HMACMD5.cs
- DataListGeneralPage.cs
- ScrollChrome.cs
- GroupItemAutomationPeer.cs
- OracleTransaction.cs
- BitmapEffectDrawing.cs
- ZipFileInfo.cs
- FormattedText.cs
- controlskin.cs
- ClientTargetSection.cs
- UserControlParser.cs
- MethodBody.cs
- FixUpCollection.cs
- ContextProperty.cs
- ReadOnlyDictionary.cs
- HashCryptoHandle.cs
- CounterSample.cs
- _Semaphore.cs
- DBConcurrencyException.cs
- ContextMenuStrip.cs
- BooleanFacetDescriptionElement.cs
- FormViewDeleteEventArgs.cs
- UnSafeCharBuffer.cs
- ModuleElement.cs
- ConfigurationLoaderException.cs
- ReadWriteControlDesigner.cs
- ChannelListenerBase.cs
- ListenerElementsCollection.cs
- ListControlBuilder.cs
- DataSetMappper.cs
- NumericPagerField.cs
- ConstructorBuilder.cs
- RegularExpressionValidator.cs
- SchemaImporterExtensionsSection.cs
- DummyDataSource.cs
- GetReadStreamResult.cs
- Formatter.cs
- TcpTransportSecurityElement.cs
- CodeNamespace.cs
- TextEmbeddedObject.cs
- SecurityTokenInclusionMode.cs
- DesignerRegionMouseEventArgs.cs
- ConstructorArgumentAttribute.cs
- PropertyMapper.cs
- ProfileParameter.cs