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 / ReferencedType.cs / 1 / ReferencedType.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 { ////// ///#if WEB_EXTENSIONS_CODE internal class ReferencedType #else [CLSCompliant(true)] public class ReferencedType #endif { private string m_TypeName; /// /// assembly qualified type name /// ////// [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 { ////// ///#if WEB_EXTENSIONS_CODE internal class ReferencedType #else [CLSCompliant(true)] public class ReferencedType #endif { private string m_TypeName; /// /// assembly qualified type name /// ////// [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
- MenuCommands.cs
- ConnectionManagementSection.cs
- CalculatedColumn.cs
- MetadataItem.cs
- CompoundFileStreamReference.cs
- DBDataPermission.cs
- DataList.cs
- ClassValidator.cs
- XslAstAnalyzer.cs
- designeractionlistschangedeventargs.cs
- LocatorBase.cs
- CanExecuteRoutedEventArgs.cs
- ScrollChrome.cs
- FrameworkContentElement.cs
- DeferredRunTextReference.cs
- XmlSignatureProperties.cs
- StopStoryboard.cs
- RequestDescription.cs
- RangeExpression.cs
- PreservationFileWriter.cs
- GroupBox.cs
- RowUpdatedEventArgs.cs
- XmlSchemaObjectCollection.cs
- CatalogPartCollection.cs
- ElementProxy.cs
- HTTPNotFoundHandler.cs
- SplashScreen.cs
- XamlInterfaces.cs
- InvokeDelegate.cs
- BamlVersionHeader.cs
- Camera.cs
- VerticalAlignConverter.cs
- CodeSubDirectory.cs
- CustomErrorsSectionWrapper.cs
- PerformanceCounterLib.cs
- WindowsIPAddress.cs
- DtdParser.cs
- MenuItemStyleCollection.cs
- ListDictionary.cs
- HtmlShim.cs
- RIPEMD160Managed.cs
- CompoundFileDeflateTransform.cs
- PreProcessor.cs
- PrinterResolution.cs
- XmlSubtreeReader.cs
- TransformerInfo.cs
- Bidi.cs
- SiteMap.cs
- UrlPath.cs
- SnapshotChangeTrackingStrategy.cs
- XmlSchemaAll.cs
- ReferencedAssembly.cs
- SqlInfoMessageEvent.cs
- AudioLevelUpdatedEventArgs.cs
- RemotingServices.cs
- HtmlSelect.cs
- MessageDesigner.cs
- FilterQueryOptionExpression.cs
- ShutDownListener.cs
- PointAnimationClockResource.cs
- FixedBufferAttribute.cs
- DataSourceControlBuilder.cs
- XmlDictionaryString.cs
- TypedRowGenerator.cs
- ToolBarButton.cs
- StorageEntitySetMapping.cs
- DataGridToolTip.cs
- ExtractCollection.cs
- WebBrowserNavigatingEventHandler.cs
- TextModifierScope.cs
- IdSpace.cs
- CheckoutException.cs
- FixedBufferAttribute.cs
- ToolStripPanelSelectionBehavior.cs
- InputLanguageCollection.cs
- MouseBinding.cs
- ImmComposition.cs
- ActivationArguments.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- UnknownBitmapDecoder.cs
- ParameterCollection.cs
- AdPostCacheSubstitution.cs
- SettingsProviderCollection.cs
- SmtpReplyReader.cs
- PEFileEvidenceFactory.cs
- InstancePersistenceEvent.cs
- XslAstAnalyzer.cs
- BaseResourcesBuildProvider.cs
- QueryOperatorEnumerator.cs
- TypeDelegator.cs
- XamlReader.cs
- LinkConverter.cs
- CreateUserWizardStep.cs
- OleDbCommand.cs
- Transform3DGroup.cs
- NestedContainer.cs
- ProviderIncompatibleException.cs
- HtmlGenericControl.cs
- MenuStrip.cs
- VBIdentifierDesigner.xaml.cs