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
- HashHelper.cs
- SiteMapNodeItem.cs
- MenuItemCollectionEditor.cs
- DataListItem.cs
- ProxyOperationRuntime.cs
- DataAdapter.cs
- DataGridClipboardCellContent.cs
- ScrollBarAutomationPeer.cs
- ProgressBarBrushConverter.cs
- EventLogPermissionEntryCollection.cs
- ShutDownListener.cs
- SqlMethodCallConverter.cs
- XmlDocument.cs
- DefaultTraceListener.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- CustomAssemblyResolver.cs
- JulianCalendar.cs
- ManualResetEvent.cs
- ToolStripDropDownClosingEventArgs.cs
- XmlChildEnumerator.cs
- XmlDocument.cs
- PointLightBase.cs
- WeakHashtable.cs
- XmlSchemaImporter.cs
- RegexWriter.cs
- OleDbSchemaGuid.cs
- CacheRequest.cs
- PageRanges.cs
- URL.cs
- WebReference.cs
- FormViewPagerRow.cs
- ReferenceService.cs
- WorkflowEventArgs.cs
- XamlGridLengthSerializer.cs
- TextProperties.cs
- EmptyArray.cs
- PropertyGridView.cs
- DataMemberAttribute.cs
- IntegerCollectionEditor.cs
- ReadOnlyCollectionBase.cs
- Polygon.cs
- StateChangeEvent.cs
- EventLogRecord.cs
- ProcessInputEventArgs.cs
- SqlSupersetValidator.cs
- XmlSchemaAppInfo.cs
- RedistVersionInfo.cs
- FactoryGenerator.cs
- ArgumentsParser.cs
- TreeNodeCollection.cs
- KnownBoxes.cs
- Resources.Designer.cs
- SqlProviderManifest.cs
- remotingproxy.cs
- MaskedTextBox.cs
- ApplicationFileCodeDomTreeGenerator.cs
- PageThemeBuildProvider.cs
- FontSource.cs
- TextRunProperties.cs
- ResourceReader.cs
- SerializationHelper.cs
- TypeSystemProvider.cs
- DataGridViewCellValueEventArgs.cs
- CapabilitiesUse.cs
- _SecureChannel.cs
- NetworkCredential.cs
- CalendarDay.cs
- TouchPoint.cs
- TemplateBamlRecordReader.cs
- MarkupObject.cs
- CompositeDataBoundControl.cs
- IOThreadTimer.cs
- PassportAuthenticationEventArgs.cs
- XhtmlBasicValidatorAdapter.cs
- InstanceNotFoundException.cs
- ListBoxAutomationPeer.cs
- DataServiceSaveChangesEventArgs.cs
- InlineObject.cs
- IChannel.cs
- UIElement.cs
- ReliableSessionBindingElement.cs
- SqlCaseSimplifier.cs
- DictationGrammar.cs
- _SafeNetHandles.cs
- DataColumnPropertyDescriptor.cs
- AxWrapperGen.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- ServiceContractListItemList.cs
- SignedInfo.cs
- SamlAssertionKeyIdentifierClause.cs
- DbDataSourceEnumerator.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- FormsAuthentication.cs
- DocumentPageHost.cs
- ExpressionSelection.cs
- ToolboxService.cs
- ProfileInfo.cs
- OleDbSchemaGuid.cs
- FieldNameLookup.cs
- ViewStateException.cs