Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / SvcMapFileLoader.cs / 1 / SvcMapFileLoader.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 SvcMapFileLoader : AbstractSvcMapFileLoader { private string mapFilePath; private System.Xml.Serialization.XmlSerializer serializer; public SvcMapFileLoader(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 .svcmap file. serializer = new System.Web.Compilation.XmlSerializer.SvcMapFileSerializer(); } 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 SvcMapFileLoader : AbstractSvcMapFileLoader { private string mapFilePath; private System.Xml.Serialization.XmlSerializer serializer; public SvcMapFileLoader(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 .svcmap file. serializer = new System.Web.Compilation.XmlSerializer.SvcMapFileSerializer(); } 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
- TraceContextRecord.cs
- DefaultBinder.cs
- StringBuilder.cs
- DataViewSetting.cs
- SchemaType.cs
- SqlReferenceCollection.cs
- VectorKeyFrameCollection.cs
- RoleExceptions.cs
- PageClientProxyGenerator.cs
- CustomAttributeFormatException.cs
- DefaultMemberAttribute.cs
- MouseBinding.cs
- DateTimePicker.cs
- TextViewElement.cs
- DataGridLinkButton.cs
- ImageInfo.cs
- BlurBitmapEffect.cs
- FileVersionInfo.cs
- StringFreezingAttribute.cs
- ViewStateModeByIdAttribute.cs
- AudioFormatConverter.cs
- IntegerValidator.cs
- ObjectParameter.cs
- IApplicationTrustManager.cs
- SafeTimerHandle.cs
- KnownTypeHelper.cs
- GregorianCalendar.cs
- MultipleViewPattern.cs
- ToolboxItem.cs
- CodeTypeOfExpression.cs
- BoolExpr.cs
- InstanceHandleReference.cs
- DataStreamFromComStream.cs
- WorkflowOperationFault.cs
- Atom10ItemFormatter.cs
- DataServiceHost.cs
- TextFormatterHost.cs
- DataGridItemCollection.cs
- Menu.cs
- NegotiationTokenAuthenticator.cs
- XPathNode.cs
- RawKeyboardInputReport.cs
- ChangeTracker.cs
- BaseTypeViewSchema.cs
- StateBag.cs
- Util.cs
- BindValidationContext.cs
- OracleTransaction.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- WizardDesigner.cs
- EnumDataContract.cs
- Convert.cs
- Cell.cs
- KeyTime.cs
- IisTraceWebEventProvider.cs
- SafePEFileHandle.cs
- ActivityExecutionWorkItem.cs
- GeneralTransform3DTo2D.cs
- PagesSection.cs
- TextTreeDeleteContentUndoUnit.cs
- DbParameterCollection.cs
- Sentence.cs
- EpmSyndicationContentSerializer.cs
- TextBlock.cs
- SettingsPropertyValue.cs
- ResXResourceWriter.cs
- TrustLevelCollection.cs
- EpmCustomContentDeSerializer.cs
- DesignerUtility.cs
- ScriptHandlerFactory.cs
- ClientScriptItemCollection.cs
- TypeHelper.cs
- FormClosedEvent.cs
- WebPartHeaderCloseVerb.cs
- AuthenticationService.cs
- PropertyNames.cs
- TypeName.cs
- SamlDoNotCacheCondition.cs
- ScriptComponentDescriptor.cs
- BrowserCapabilitiesFactoryBase.cs
- DataGridViewCellStyleConverter.cs
- Timer.cs
- TraceXPathNavigator.cs
- CommandManager.cs
- NavigationWindowAutomationPeer.cs
- StreamHelper.cs
- IApplicationTrustManager.cs
- SimplePropertyEntry.cs
- PersianCalendar.cs
- Parallel.cs
- DataObject.cs
- InfoCard.cs
- EndPoint.cs
- XmlSortKeyAccumulator.cs
- InputScopeManager.cs
- WebPartManager.cs
- DateTimePicker.cs
- Funcletizer.cs
- HttpInputStream.cs
- PreloadedPackages.cs