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
- DocumentGridContextMenu.cs
- Scene3D.cs
- SqlClientWrapperSmiStream.cs
- FunctionMappingTranslator.cs
- SecurityCredentialsManager.cs
- LocationUpdates.cs
- AuthorizationSection.cs
- TextEndOfSegment.cs
- webbrowsersite.cs
- EnumValAlphaComparer.cs
- FunctionQuery.cs
- CryptoKeySecurity.cs
- FormViewUpdatedEventArgs.cs
- ColorAnimationUsingKeyFrames.cs
- ChannelServices.cs
- OleAutBinder.cs
- ErrorStyle.cs
- HorizontalAlignConverter.cs
- SpecularMaterial.cs
- MessageSecurityOverHttp.cs
- SoapAttributeOverrides.cs
- OdbcPermission.cs
- UIServiceHelper.cs
- MailHeaderInfo.cs
- ToolTip.cs
- CheckedPointers.cs
- InputScopeNameConverter.cs
- CompleteWizardStep.cs
- WebPart.cs
- SoapReflectionImporter.cs
- ReadOnlyHierarchicalDataSource.cs
- __TransparentProxy.cs
- IntSumAggregationOperator.cs
- PageTheme.cs
- Collection.cs
- SuppressMessageAttribute.cs
- FileAuthorizationModule.cs
- DescendentsWalkerBase.cs
- UIPermission.cs
- KeyedCollection.cs
- DrawingBrush.cs
- ColorAnimationBase.cs
- TextDocumentView.cs
- GregorianCalendarHelper.cs
- ProfilePropertySettingsCollection.cs
- BaseTemplatedMobileComponentEditor.cs
- SystemSounds.cs
- Bidi.cs
- XmlAttributeAttribute.cs
- WpfWebRequestHelper.cs
- CodeSnippetStatement.cs
- SimpleApplicationHost.cs
- SecurityValidationBehavior.cs
- ConnectionStringsSection.cs
- EntityContainer.cs
- OdbcConnectionHandle.cs
- TextBoxAutoCompleteSourceConverter.cs
- FlowLayoutSettings.cs
- TypeConverterMarkupExtension.cs
- XPathDocumentBuilder.cs
- TrustManagerPromptUI.cs
- EnvelopeVersion.cs
- XslVisitor.cs
- RegionInfo.cs
- ToolStripLocationCancelEventArgs.cs
- QueryExpr.cs
- SAPICategories.cs
- SQLDoubleStorage.cs
- ContentFilePart.cs
- ReadOnlyHierarchicalDataSource.cs
- SizeConverter.cs
- EventLogSession.cs
- ProfilePropertyMetadata.cs
- ItemDragEvent.cs
- CalculatedColumn.cs
- HtmlSelect.cs
- JsonFormatWriterGenerator.cs
- ApplySecurityAndSendAsyncResult.cs
- EdmSchemaError.cs
- HelpPage.cs
- BmpBitmapEncoder.cs
- XamlBrushSerializer.cs
- EntityDesignerDataSourceView.cs
- RectangleHotSpot.cs
- ToolStrip.cs
- FixedTextBuilder.cs
- ParentUndoUnit.cs
- Schema.cs
- InvokeProviderWrapper.cs
- ConstraintStruct.cs
- SetStoryboardSpeedRatio.cs
- AutomationIdentifier.cs
- MediaTimeline.cs
- OpCodes.cs
- ImageCodecInfo.cs
- MemberCollection.cs
- TextRangeAdaptor.cs
- TemplateKey.cs
- ExpressionVisitor.cs
- GridViewUpdatedEventArgs.cs