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
- ResourceDescriptionAttribute.cs
- UnsafeNativeMethods.cs
- DoubleAnimation.cs
- WebPartMenu.cs
- PhysicalAddress.cs
- RuleSetDialog.Designer.cs
- WpfXamlType.cs
- SqlResolver.cs
- CodeMemberProperty.cs
- GridErrorDlg.cs
- KnownIds.cs
- ListViewCommandEventArgs.cs
- XmlSchemaParticle.cs
- HttpProfileBase.cs
- Timer.cs
- ProgressBarBrushConverter.cs
- BinHexDecoder.cs
- ListView.cs
- Effect.cs
- LinkLabelLinkClickedEvent.cs
- StylusSystemGestureEventArgs.cs
- SafeHandles.cs
- TextEffect.cs
- SqlCacheDependencySection.cs
- UnsafeNativeMethods.cs
- ApplicationSettingsBase.cs
- SoapMessage.cs
- Timer.cs
- Size.cs
- XmlSerializerSection.cs
- ListMarkerSourceInfo.cs
- BuildProviderAppliesToAttribute.cs
- AudioFormatConverter.cs
- PolygonHotSpot.cs
- LoadedOrUnloadedOperation.cs
- DispatcherEventArgs.cs
- Button.cs
- SafeIUnknown.cs
- Atom10FormatterFactory.cs
- CodeRemoveEventStatement.cs
- TransformerInfoCollection.cs
- Timer.cs
- ImageMap.cs
- StringValidator.cs
- SqlIdentifier.cs
- TextEditorTyping.cs
- AssertSection.cs
- ResourceKey.cs
- WebPartCatalogCloseVerb.cs
- processwaithandle.cs
- MultipleViewPattern.cs
- EdmType.cs
- _ListenerAsyncResult.cs
- SessionEndingCancelEventArgs.cs
- BinaryFormatterSinks.cs
- SimpleWorkerRequest.cs
- MobilePage.cs
- RunClient.cs
- XmlObjectSerializer.cs
- BaseDataBoundControl.cs
- Trace.cs
- HwndSubclass.cs
- ObjectDataSourceView.cs
- SchemaLookupTable.cs
- HtmlInputSubmit.cs
- XPathConvert.cs
- NamedServiceModelExtensionCollectionElement.cs
- TextServicesDisplayAttributePropertyRanges.cs
- Label.cs
- MouseButton.cs
- WeakReferenceEnumerator.cs
- ObjectKeyFrameCollection.cs
- BamlTreeMap.cs
- EntityDataSourceReferenceGroup.cs
- RequestCachePolicyConverter.cs
- DefaultSerializationProviderAttribute.cs
- AutoCompleteStringCollection.cs
- CodeNamespaceImport.cs
- StringFreezingAttribute.cs
- DocumentReference.cs
- ContentElement.cs
- PageCatalogPart.cs
- ImageAnimator.cs
- ListViewGroupItemCollection.cs
- MeasurementDCInfo.cs
- TextElement.cs
- XmlTextAttribute.cs
- SystemColors.cs
- CodeNamespaceImportCollection.cs
- DropAnimation.xaml.cs
- XmlElementAttributes.cs
- CharKeyFrameCollection.cs
- TextBoxLine.cs
- PersistNameAttribute.cs
- ScriptResourceInfo.cs
- IisTraceWebEventProvider.cs
- Dispatcher.cs
- ReadOnlyPermissionSet.cs
- ProxyFragment.cs
- XMLSyntaxException.cs