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
- ClassicBorderDecorator.cs
- ImmComposition.cs
- Reference.cs
- WeakEventTable.cs
- LinkArea.cs
- ScriptResourceAttribute.cs
- SafeNativeMethodsMilCoreApi.cs
- LookupNode.cs
- ViewGenerator.cs
- SaveFileDialog.cs
- TwoPhaseCommit.cs
- SchemaComplexType.cs
- DrawingDrawingContext.cs
- TabletCollection.cs
- RsaSecurityKey.cs
- TableCellsCollectionEditor.cs
- CharacterMetricsDictionary.cs
- ParentUndoUnit.cs
- TriggerCollection.cs
- IndexedSelectQueryOperator.cs
- PaintValueEventArgs.cs
- Content.cs
- AsyncDataRequest.cs
- AsyncDataRequest.cs
- WebPartUserCapability.cs
- Aggregates.cs
- PrintingPermission.cs
- SplitContainer.cs
- UrlAuthFailureHandler.cs
- Rotation3DKeyFrameCollection.cs
- SqlGenericUtil.cs
- ExtenderProviderService.cs
- Random.cs
- EntityContainerAssociationSet.cs
- ControlPersister.cs
- FileLevelControlBuilderAttribute.cs
- HtmlAnchor.cs
- EdgeModeValidation.cs
- ClassHandlersStore.cs
- LineGeometry.cs
- DataGridViewIntLinkedList.cs
- brushes.cs
- ProtocolsConfigurationEntry.cs
- CodeEntryPointMethod.cs
- XXXOnTypeBuilderInstantiation.cs
- ToolStripPanelRenderEventArgs.cs
- SortQuery.cs
- FormViewRow.cs
- TimeSpanValidatorAttribute.cs
- ImageButton.cs
- SweepDirectionValidation.cs
- Int16AnimationUsingKeyFrames.cs
- HwndHost.cs
- ModelItemCollectionImpl.cs
- BinaryObjectWriter.cs
- ObjectCloneHelper.cs
- ResponseStream.cs
- RightNameExpirationInfoPair.cs
- OrderByExpression.cs
- RelationshipNavigation.cs
- SecurityRuntime.cs
- StateFinalizationDesigner.cs
- SplineKeyFrames.cs
- ToolStripScrollButton.cs
- QueryExpr.cs
- CodeDomConfigurationHandler.cs
- SecurityManager.cs
- NumberFunctions.cs
- ScrollEventArgs.cs
- VariableValue.cs
- URIFormatException.cs
- ToolStripOverflowButton.cs
- StreamedFramingRequestChannel.cs
- DateBoldEvent.cs
- DbConnectionPoolGroup.cs
- PropertyDescriptorCollection.cs
- XmlLoader.cs
- FastEncoder.cs
- EntityContainer.cs
- OledbConnectionStringbuilder.cs
- BitmapEffect.cs
- UserPreferenceChangingEventArgs.cs
- XomlDesignerLoader.cs
- OdbcReferenceCollection.cs
- DataStorage.cs
- FixedBufferAttribute.cs
- HtmlControlAdapter.cs
- InstanceDataCollectionCollection.cs
- Aes.cs
- FullTextBreakpoint.cs
- ApplicationProxyInternal.cs
- StagingAreaInputItem.cs
- ShaderEffect.cs
- PlatformNotSupportedException.cs
- TransactionScope.cs
- TypeUtil.cs
- PerformanceCounterLib.cs
- SiteMapNodeItemEventArgs.cs
- CodeCommentStatement.cs
- HtmlProps.cs