Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- SessionIDManager.cs
- Timeline.cs
- ImageAnimator.cs
- ComponentEditorPage.cs
- DataControlField.cs
- SiteMapDataSourceView.cs
- PrePostDescendentsWalker.cs
- RecordConverter.cs
- DmlSqlGenerator.cs
- DataContractJsonSerializerOperationFormatter.cs
- CompilerLocalReference.cs
- Int32Converter.cs
- WsatTransactionHeader.cs
- UrlPath.cs
- ContourSegment.cs
- SocketAddress.cs
- AccessorTable.cs
- ComponentSerializationService.cs
- ListViewTableCell.cs
- QueryConverter.cs
- HandleRef.cs
- Single.cs
- XmlExceptionHelper.cs
- WindowsGraphics.cs
- IMembershipProvider.cs
- PkcsMisc.cs
- HitTestWithPointDrawingContextWalker.cs
- FixedSOMImage.cs
- ListBindingHelper.cs
- URLString.cs
- SerializerDescriptor.cs
- EdmRelationshipRoleAttribute.cs
- Version.cs
- ByteAnimationUsingKeyFrames.cs
- SelectionProcessor.cs
- GridViewSortEventArgs.cs
- DebugView.cs
- Error.cs
- Screen.cs
- AuthenticationConfig.cs
- XmlAttribute.cs
- HtmlInputReset.cs
- SchemaCollectionPreprocessor.cs
- CompletionProxy.cs
- AttributeEmitter.cs
- UncommonField.cs
- TableDetailsRow.cs
- PointAnimationBase.cs
- WebPartCollection.cs
- TreeNodeBindingCollection.cs
- RewritingValidator.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- KoreanCalendar.cs
- WaveHeader.cs
- InspectionWorker.cs
- ValidationErrorEventArgs.cs
- FileFormatException.cs
- SqlFormatter.cs
- AdornerDecorator.cs
- ParseElement.cs
- LineSegment.cs
- _StreamFramer.cs
- ListViewCommandEventArgs.cs
- NameValueSectionHandler.cs
- XsdDuration.cs
- TaskHelper.cs
- PasswordRecovery.cs
- WindowsStartMenu.cs
- StatusInfoItem.cs
- SecurityIdentifierElementCollection.cs
- BitmapVisualManager.cs
- COM2PropertyDescriptor.cs
- ButtonRenderer.cs
- LinkDescriptor.cs
- EntityDataSourceWizardForm.cs
- DBCSCodePageEncoding.cs
- MyContact.cs
- XmlDocument.cs
- AnnotationComponentChooser.cs
- OpenTypeLayout.cs
- TextBoxLine.cs
- Int32.cs
- TTSVoice.cs
- Control.cs
- SplashScreen.cs
- TripleDESCryptoServiceProvider.cs
- SystemIcons.cs
- KnownTypes.cs
- PropertyDescriptor.cs
- ObjectConverter.cs
- TemplatePropertyEntry.cs
- PathGeometry.cs
- QueryResultOp.cs
- DefaultClaimSet.cs
- MappingMetadataHelper.cs
- ListViewItem.cs
- HtmlHistory.cs
- SystemKeyConverter.cs
- XmlBinaryReaderSession.cs
- ConstraintManager.cs