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
- FrameworkContentElement.cs
- CngAlgorithm.cs
- Domain.cs
- PageStatePersister.cs
- SqlTypeSystemProvider.cs
- DesignerDataTable.cs
- TableRow.cs
- ListMarkerLine.cs
- Component.cs
- ContractInferenceHelper.cs
- EntityParameterCollection.cs
- SignedXml.cs
- LocalsItemDescription.cs
- ArgumentDesigner.xaml.cs
- ToolStripSettings.cs
- ListManagerBindingsCollection.cs
- CheckBoxPopupAdapter.cs
- ServicePointManagerElement.cs
- HttpProfileGroupBase.cs
- ElementNotAvailableException.cs
- MarkupCompilePass2.cs
- CookieHandler.cs
- BaseTemplateParser.cs
- AdornerLayer.cs
- AsyncContentLoadedEventArgs.cs
- PropertyInformationCollection.cs
- SignedInfo.cs
- CellLabel.cs
- InvalidStoreProtectionKeyException.cs
- PeerCollaboration.cs
- KeyProperty.cs
- AlphaSortedEnumConverter.cs
- RowUpdatedEventArgs.cs
- updatecommandorderer.cs
- StorageEntityContainerMapping.cs
- DateBoldEvent.cs
- DataGridViewComboBoxEditingControl.cs
- CategoryAttribute.cs
- PropertyGridEditorPart.cs
- SecurityRuntime.cs
- ToolStripRenderEventArgs.cs
- Point3DKeyFrameCollection.cs
- RandomNumberGenerator.cs
- BinaryObjectWriter.cs
- XmlQueryTypeFactory.cs
- DtrList.cs
- WpfWebRequestHelper.cs
- DataControlCommands.cs
- AssemblyBuilder.cs
- SQLSingle.cs
- LocationUpdates.cs
- COM2ExtendedTypeConverter.cs
- PtsContext.cs
- IndexOutOfRangeException.cs
- HtmlInputHidden.cs
- DataGridViewMethods.cs
- SchemaElement.cs
- MenuItemCollectionEditor.cs
- ToggleProviderWrapper.cs
- NotImplementedException.cs
- PersonalizationStateInfoCollection.cs
- SoapSchemaImporter.cs
- TextHidden.cs
- MemberAssignmentAnalysis.cs
- SectionXmlInfo.cs
- FileUtil.cs
- ClientTarget.cs
- UnsafeNativeMethods.cs
- ExpandableObjectConverter.cs
- Wizard.cs
- SqlMethodAttribute.cs
- Hyperlink.cs
- SystemNetworkInterface.cs
- OdbcRowUpdatingEvent.cs
- DataSysAttribute.cs
- ExpressionEditorAttribute.cs
- RightsDocument.cs
- ServerValidateEventArgs.cs
- ElasticEase.cs
- AbstractDataSvcMapFileLoader.cs
- ApplicationException.cs
- CopyEncoder.cs
- CollectionChangedEventManager.cs
- ItemsControlAutomationPeer.cs
- AutomationPeer.cs
- MetadataPropertyvalue.cs
- SHA512.cs
- MissingSatelliteAssemblyException.cs
- OdbcParameterCollection.cs
- Selection.cs
- HelloMessage11.cs
- TypeDependencyAttribute.cs
- ParseHttpDate.cs
- RNGCryptoServiceProvider.cs
- DateTimeOffsetAdapter.cs
- LineSegment.cs
- CompilationRelaxations.cs
- SystemUdpStatistics.cs
- JpegBitmapDecoder.cs
- EventWaitHandleSecurity.cs