Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ToolBarButtonClickEvent.cs
- UrlMappingsSection.cs
- CodeSnippetTypeMember.cs
- WmlControlAdapter.cs
- HostingEnvironment.cs
- WindowCollection.cs
- ComponentEvent.cs
- HwndHost.cs
- CategoryGridEntry.cs
- PhysicalOps.cs
- EdmRelationshipRoleAttribute.cs
- DataGridViewRowConverter.cs
- CTreeGenerator.cs
- ObfuscateAssemblyAttribute.cs
- TemplateBindingExpressionConverter.cs
- AttributeEmitter.cs
- _SingleItemRequestCache.cs
- RoleGroupCollection.cs
- RijndaelManagedTransform.cs
- StreamGeometry.cs
- FormsAuthenticationEventArgs.cs
- MSAAWinEventWrap.cs
- OdbcDataAdapter.cs
- SynchronizationContextHelper.cs
- ImageIndexConverter.cs
- DataRelation.cs
- PrintDialog.cs
- Repeater.cs
- RecognizerInfo.cs
- DoubleCollection.cs
- ToolStripContainer.cs
- HandlerMappingMemo.cs
- COSERVERINFO.cs
- ConstraintStruct.cs
- TextEvent.cs
- DataColumnMappingCollection.cs
- ReflectPropertyDescriptor.cs
- SqlBooleanizer.cs
- FormatConvertedBitmap.cs
- Transform.cs
- OwnerDrawPropertyBag.cs
- DependencyPropertyAttribute.cs
- DependsOnAttribute.cs
- DataObjectEventArgs.cs
- Rijndael.cs
- WinFormsSpinner.cs
- AttributeCollection.cs
- CommonDialog.cs
- Helpers.cs
- PropertyChangedEventArgs.cs
- StyleXamlParser.cs
- XmlILModule.cs
- CodeBlockBuilder.cs
- DefaultSection.cs
- PackageRelationshipSelector.cs
- ExpressionValueEditor.cs
- SeverityFilter.cs
- EventMappingSettings.cs
- ClonableStack.cs
- DoubleCollectionConverter.cs
- GlyphElement.cs
- FolderLevelBuildProviderCollection.cs
- Helpers.cs
- DataGridColumn.cs
- DataGridView.cs
- Matrix.cs
- ValidationPropertyAttribute.cs
- SystemNetworkInterface.cs
- FormViewPagerRow.cs
- SortKey.cs
- SeverityFilter.cs
- InvalidDataException.cs
- CompressionTransform.cs
- DataTrigger.cs
- HealthMonitoringSectionHelper.cs
- ItemsChangedEventArgs.cs
- XmlILConstructAnalyzer.cs
- IntPtr.cs
- VirtualPathProvider.cs
- FtpCachePolicyElement.cs
- NativeMethods.cs
- TypeUtils.cs
- ThrowHelper.cs
- VirtualizingStackPanel.cs
- SchemaImporterExtensionElement.cs
- TableCellCollection.cs
- StyleModeStack.cs
- Trigger.cs
- BinaryMethodMessage.cs
- TextSearch.cs
- TemplateXamlTreeBuilder.cs
- SettingsSavedEventArgs.cs
- DataGridViewColumn.cs
- PasswordBoxAutomationPeer.cs
- SetStateDesigner.cs
- GeneralTransform.cs
- SQLBoolean.cs
- PermissionAttributes.cs
- WarningException.cs
- NonBatchDirectoryCompiler.cs