Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Compilation / WCFModel / ReferencedType.cs / 1305376 / 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
- WebServiceFault.cs
- XamlFilter.cs
- Repeater.cs
- BufferedGraphics.cs
- EntityDataSourceSelectedEventArgs.cs
- coordinatorscratchpad.cs
- FtpCachePolicyElement.cs
- URL.cs
- TextTreeTextBlock.cs
- GenericTypeParameterConverter.cs
- SqlUtils.cs
- XmlNodeReader.cs
- UnsafeNativeMethods.cs
- TagMapCollection.cs
- ISessionStateStore.cs
- CodeConstructor.cs
- XmlUnspecifiedAttribute.cs
- PackageDigitalSignature.cs
- ConstructorExpr.cs
- DefaultEventAttribute.cs
- PaperSource.cs
- CheckPair.cs
- ToolStripPanelRow.cs
- ResourceProviderFactory.cs
- DocumentViewerBase.cs
- CheckBoxRenderer.cs
- SystemIPInterfaceStatistics.cs
- QilValidationVisitor.cs
- Subtree.cs
- WebPartDisplayMode.cs
- Drawing.cs
- HtmlWindow.cs
- CounterCreationDataCollection.cs
- BufferedGraphicsContext.cs
- GcSettings.cs
- ReliabilityContractAttribute.cs
- UniqueTransportManagerRegistration.cs
- RenderTargetBitmap.cs
- OptimalBreakSession.cs
- RoleGroupCollection.cs
- Compilation.cs
- lengthconverter.cs
- AssociatedControlConverter.cs
- EventData.cs
- Win32PrintDialog.cs
- ScrollableControlDesigner.cs
- FormParameter.cs
- CodeIdentifier.cs
- CategoriesDocument.cs
- DropShadowBitmapEffect.cs
- EventHandlersStore.cs
- _ChunkParse.cs
- XmlSchemaAttributeGroupRef.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- SqlUserDefinedAggregateAttribute.cs
- WebBrowserDocumentCompletedEventHandler.cs
- ChineseLunisolarCalendar.cs
- BodyWriter.cs
- SecurityTokenAttachmentMode.cs
- Tokenizer.cs
- DayRenderEvent.cs
- BinaryReader.cs
- JournalEntryListConverter.cs
- ToolBar.cs
- QueueProcessor.cs
- ManagementObjectSearcher.cs
- TypeSemantics.cs
- AllMembershipCondition.cs
- SQLString.cs
- ModifiableIteratorCollection.cs
- ClientCultureInfo.cs
- XmlSerializationReader.cs
- XNameConverter.cs
- CodeAttributeDeclarationCollection.cs
- DataTableMappingCollection.cs
- DbXmlEnabledProviderManifest.cs
- ThemeableAttribute.cs
- TextServicesProperty.cs
- AppDomainManager.cs
- MergablePropertyAttribute.cs
- GeneratedCodeAttribute.cs
- SoapAttributeOverrides.cs
- precedingquery.cs
- WebPartUserCapability.cs
- GeometryGroup.cs
- PinnedBufferMemoryStream.cs
- XmlNavigatorStack.cs
- MimePart.cs
- GeneralTransform3D.cs
- TableCell.cs
- InfoCardSymmetricAlgorithm.cs
- InfoCardSymmetricCrypto.cs
- MetadataProperty.cs
- Deflater.cs
- GlyphCache.cs
- HashCodeCombiner.cs
- SoapHeaderException.cs
- DependencyPropertyKind.cs
- FeatureSupport.cs
- StringKeyFrameCollection.cs