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
- EmbeddedObject.cs
- TextModifier.cs
- ListItemCollection.cs
- UncommonField.cs
- EventArgs.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- CngProvider.cs
- WinFormsUtils.cs
- SHA1.cs
- SettingsSavedEventArgs.cs
- AddInDeploymentState.cs
- ControlValuePropertyAttribute.cs
- AutoScrollExpandMessageFilter.cs
- Roles.cs
- APCustomTypeDescriptor.cs
- XmlByteStreamWriter.cs
- WorkflowValidationFailedException.cs
- EntityStoreSchemaGenerator.cs
- ElasticEase.cs
- XmlSortKeyAccumulator.cs
- ZipIOExtraField.cs
- DataGridViewControlCollection.cs
- TraceData.cs
- AdPostCacheSubstitution.cs
- IdentifierService.cs
- TextEndOfSegment.cs
- DesignerWebPartChrome.cs
- BackoffTimeoutHelper.cs
- FixedSOMTableRow.cs
- AppliedDeviceFiltersDialog.cs
- XmlSchemaSimpleType.cs
- TimelineGroup.cs
- PeerCustomResolverBindingElement.cs
- Accessors.cs
- DataGridViewComboBoxColumn.cs
- NotificationContext.cs
- NameSpaceEvent.cs
- DataStreams.cs
- NumericUpDown.cs
- StreamMarshaler.cs
- Workspace.cs
- DataSourceGeneratorException.cs
- Selection.cs
- BitmapEffectDrawingContextState.cs
- HtmlGenericControl.cs
- GenericParameterDataContract.cs
- FormViewActionList.cs
- ValidateNames.cs
- VirtualizedContainerService.cs
- DesignerSerializerAttribute.cs
- ColorAnimationBase.cs
- FilteredReadOnlyMetadataCollection.cs
- HttpVersion.cs
- BooleanExpr.cs
- NodeFunctions.cs
- ProtocolViolationException.cs
- DummyDataSource.cs
- StringSorter.cs
- UrlPropertyAttribute.cs
- SpotLight.cs
- InputScopeManager.cs
- HostedBindingBehavior.cs
- TextSpan.cs
- OuterGlowBitmapEffect.cs
- OutgoingWebRequestContext.cs
- Int32RectValueSerializer.cs
- SendKeys.cs
- PreviewPrintController.cs
- DirectoryObjectSecurity.cs
- ManagementException.cs
- XmlValidatingReader.cs
- PlatformNotSupportedException.cs
- Scene3D.cs
- PageSetupDialog.cs
- VariableQuery.cs
- TableRowCollection.cs
- GroupDescription.cs
- StringUtil.cs
- InternalBase.cs
- FormViewModeEventArgs.cs
- WeakReference.cs
- XmlChildEnumerator.cs
- WebScriptEnablingElement.cs
- TabControlCancelEvent.cs
- MulticastDelegate.cs
- DependencySource.cs
- WorkerRequest.cs
- OperationInfoBase.cs
- ReachDocumentPageSerializer.cs
- EndpointInstanceProvider.cs
- DataReaderContainer.cs
- EnumUnknown.cs
- DataBindingCollection.cs
- BitHelper.cs
- cache.cs
- OleDbEnumerator.cs
- TrackingRecord.cs
- _TLSstream.cs
- DeclarativeCatalogPart.cs
- ObjectQueryState.cs