Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / ContractMapping.cs / 1 / ContractMapping.cs
//------------------------------------------------------------------------------ //// Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using System.Xml.Schema; using XmlSerialization = System.Xml.Serialization; #if WEB_EXTENSIONS_CODE namespace System.Web.Compilation.WCFModel #else namespace Microsoft.VSDesigner.WCFModel #endif { ////// a contract type sharing record /// ///#if WEB_EXTENSIONS_CODE internal class ContractMapping #else [CLSCompliant(true)] public class ContractMapping #endif { private string m_Name; private string m_TargetNamespace; private string m_TypeName; /// /// type name in metadata /// ////// [XmlSerialization.XmlAttribute()] public string Name { get { return m_Name; } set { m_Name = value; } } /// /// targetNamespace in metadata /// ////// [XmlSerialization.XmlAttribute()] public string TargetNamespace { get { return m_TargetNamespace; } set { m_TargetNamespace = value; } } /// /// assembly qualified type name, or '-' which blocks type sharing /// ////// [XmlSerialization.XmlAttribute()] public string TypeName { get { return m_TypeName; } set { m_TypeName = value; } } } } // 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. // //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using System.Xml.Schema; using XmlSerialization = System.Xml.Serialization; #if WEB_EXTENSIONS_CODE namespace System.Web.Compilation.WCFModel #else namespace Microsoft.VSDesigner.WCFModel #endif { ////// a contract type sharing record /// ///#if WEB_EXTENSIONS_CODE internal class ContractMapping #else [CLSCompliant(true)] public class ContractMapping #endif { private string m_Name; private string m_TargetNamespace; private string m_TypeName; /// /// type name in metadata /// ////// [XmlSerialization.XmlAttribute()] public string Name { get { return m_Name; } set { m_Name = value; } } /// /// targetNamespace in metadata /// ////// [XmlSerialization.XmlAttribute()] public string TargetNamespace { get { return m_TargetNamespace; } set { m_TargetNamespace = value; } } /// /// assembly qualified type name, or '-' which blocks type sharing /// ////// [XmlSerialization.XmlAttribute()] public string TypeName { get { return m_TypeName; } set { m_TypeName = value; } } } } // 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
- SelectedDatesCollection.cs
- wmiprovider.cs
- ClientEventManager.cs
- DataGrid.cs
- XhtmlBasicPanelAdapter.cs
- TextEncodedRawTextWriter.cs
- XmlDataContract.cs
- ConstructorBuilder.cs
- DynamicObject.cs
- TraceFilter.cs
- InternalConfigEventArgs.cs
- GeometryModel3D.cs
- ListViewPagedDataSource.cs
- EDesignUtil.cs
- LocalizabilityAttribute.cs
- X509Certificate.cs
- SafeNativeMethods.cs
- DesignerAttribute.cs
- KeySpline.cs
- X509Certificate2Collection.cs
- COM2IDispatchConverter.cs
- MachineKeySection.cs
- Size3D.cs
- FixedPageAutomationPeer.cs
- ResourceType.cs
- CompositeCollection.cs
- ParserContext.cs
- ObjectListSelectEventArgs.cs
- COM2ICategorizePropertiesHandler.cs
- DesignerAttribute.cs
- BulletedListDesigner.cs
- VisualTreeHelper.cs
- XhtmlBasicFormAdapter.cs
- AuthorizationRuleCollection.cs
- CacheHelper.cs
- ZoomingMessageFilter.cs
- ViewPort3D.cs
- HtmlFormParameterReader.cs
- ContentValidator.cs
- IxmlLineInfo.cs
- Dispatcher.cs
- UseLicense.cs
- DesignerOptionService.cs
- TargetParameterCountException.cs
- StorageEntitySetMapping.cs
- WebPartCatalogCloseVerb.cs
- AccessorTable.cs
- DocComment.cs
- GroupedContextMenuStrip.cs
- Point3DCollection.cs
- TraceLevelStore.cs
- Identity.cs
- DefaultAsyncDataDispatcher.cs
- ButtonRenderer.cs
- MethodBuilderInstantiation.cs
- SpeechSynthesizer.cs
- StylusPointProperties.cs
- XmlSchemaAnyAttribute.cs
- ProxyFragment.cs
- SafeFindHandle.cs
- SafeNativeMethods.cs
- ViewKeyConstraint.cs
- DataTrigger.cs
- ImageMetadata.cs
- CodeObjectCreateExpression.cs
- TablePatternIdentifiers.cs
- BinaryObjectWriter.cs
- ReferencedCollectionType.cs
- UnsafeNetInfoNativeMethods.cs
- EndpointFilterProvider.cs
- CompositeDataBoundControl.cs
- Emitter.cs
- ProfessionalColors.cs
- CqlLexerHelpers.cs
- DLinqDataModelProvider.cs
- VisualCollection.cs
- WebControlParameterProxy.cs
- ReadOnlyPropertyMetadata.cs
- ModuleBuilder.cs
- ListParagraph.cs
- TextContainerChangedEventArgs.cs
- OpCodes.cs
- DataGridViewCellCollection.cs
- ConsoleKeyInfo.cs
- Help.cs
- SendMailErrorEventArgs.cs
- XhtmlBasicImageAdapter.cs
- TransactionCache.cs
- SizeConverter.cs
- LineInfo.cs
- WebException.cs
- CustomErrorsSection.cs
- ComAdminInterfaces.cs
- RightsManagementPermission.cs
- oledbconnectionstring.cs
- SessionConnectionReader.cs
- QualifiedCellIdBoolean.cs
- tooltip.cs
- Camera.cs