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
- DbDataAdapter.cs
- QilFunction.cs
- DbConnectionStringBuilder.cs
- XmlSchemaSimpleTypeList.cs
- DataSpaceManager.cs
- GC.cs
- JsonFaultDetail.cs
- Random.cs
- _OSSOCK.cs
- CheckBoxField.cs
- OleDbConnectionInternal.cs
- BuildProviderUtils.cs
- OLEDB_Enum.cs
- DataListCommandEventArgs.cs
- ThumbAutomationPeer.cs
- TrustSection.cs
- DeferredReference.cs
- COSERVERINFO.cs
- ProvidePropertyAttribute.cs
- HandoffBehavior.cs
- CheckBoxRenderer.cs
- _Win32.cs
- UndoManager.cs
- InkPresenterAutomationPeer.cs
- DateTimeValueSerializer.cs
- XmlDocumentType.cs
- TextMetrics.cs
- DNS.cs
- RemoveStoryboard.cs
- Setter.cs
- EndOfStreamException.cs
- ExpressionBinding.cs
- ExpressionEditorAttribute.cs
- ValueUtilsSmi.cs
- RepeatBehavior.cs
- DetailsViewPagerRow.cs
- HttpListenerResponse.cs
- FixUpCollection.cs
- AnnotationHelper.cs
- MimeBasePart.cs
- EventLogConfiguration.cs
- XpsFontSubsetter.cs
- ThrowHelper.cs
- GorillaCodec.cs
- XmlElementAttribute.cs
- SpanIndex.cs
- ProcessModule.cs
- PolicyValidationException.cs
- ZipIOLocalFileHeader.cs
- ListBoxItem.cs
- StyleModeStack.cs
- MsmqMessage.cs
- SqlAliasesReferenced.cs
- RewritingValidator.cs
- ConfigurationPropertyCollection.cs
- Span.cs
- X509SecurityTokenProvider.cs
- SignatureResourcePool.cs
- BooleanStorage.cs
- DoubleKeyFrameCollection.cs
- TextEditorDragDrop.cs
- TypeUsageBuilder.cs
- MarkupProperty.cs
- WorkflowViewStateService.cs
- ImageInfo.cs
- MetadataItemSerializer.cs
- HtmlPageAdapter.cs
- EncryptedKeyIdentifierClause.cs
- EnumValAlphaComparer.cs
- TextTreePropertyUndoUnit.cs
- ChannelBinding.cs
- GenericsInstances.cs
- OracleBFile.cs
- CrossSiteScriptingValidation.cs
- QueryParameter.cs
- LightweightEntityWrapper.cs
- WebPartZoneBaseDesigner.cs
- UnmanagedMemoryStream.cs
- WsatServiceCertificate.cs
- ResourceCategoryAttribute.cs
- ProviderConnectionPoint.cs
- SecurityResources.cs
- UidPropertyAttribute.cs
- CachedPathData.cs
- ExpressionPrinter.cs
- IndexedEnumerable.cs
- DependencyPropertyValueSerializer.cs
- SafeNativeMethodsMilCoreApi.cs
- TokenFactoryBase.cs
- CompiledQuery.cs
- XmlWriterTraceListener.cs
- ParserContext.cs
- GridItem.cs
- PenThreadPool.cs
- PartialTrustHelpers.cs
- CursorConverter.cs
- AsymmetricKeyExchangeFormatter.cs
- FamilyMapCollection.cs
- ConfigurationManagerInternal.cs
- TextBoxBase.cs