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
- ErrorHandlingAcceptor.cs
- ProbeDuplex11AsyncResult.cs
- WriterOutput.cs
- EntityContainer.cs
- FontConverter.cs
- Comparer.cs
- LoginDesigner.cs
- SoapHeaders.cs
- PkcsUtils.cs
- WebZoneDesigner.cs
- BaseCodeDomTreeGenerator.cs
- ContextDataSourceView.cs
- HttpCookie.cs
- CustomErrorCollection.cs
- Enlistment.cs
- COM2FontConverter.cs
- WebServiceMethodData.cs
- CompoundFileStreamReference.cs
- UserNameServiceElement.cs
- TypeNameConverter.cs
- FileDialog.cs
- Source.cs
- BulletedList.cs
- ControlOperationInvoker.cs
- TreeView.cs
- MouseWheelEventArgs.cs
- SystemUdpStatistics.cs
- Attributes.cs
- ConsumerConnectionPointCollection.cs
- IdnElement.cs
- EntityDataSourceDesigner.cs
- XmlSchemaSimpleTypeRestriction.cs
- CanonicalFontFamilyReference.cs
- DefaultEventAttribute.cs
- RelationshipEnd.cs
- CompilerState.cs
- BevelBitmapEffect.cs
- HostingEnvironment.cs
- ChineseLunisolarCalendar.cs
- FixedFindEngine.cs
- NamespaceList.cs
- EntityContainerAssociationSet.cs
- XmlSchemaGroup.cs
- HttpPostLocalhostServerProtocol.cs
- Publisher.cs
- Hex.cs
- RecipientInfo.cs
- ControlEvent.cs
- TextTabProperties.cs
- XamlTemplateSerializer.cs
- Paragraph.cs
- DecimalConstantAttribute.cs
- ScriptComponentDescriptor.cs
- FormsAuthenticationTicket.cs
- Selector.cs
- MessageSmuggler.cs
- HashStream.cs
- ThemeDictionaryExtension.cs
- ProtocolsInstallComponent.cs
- RegexRunnerFactory.cs
- SafeNativeMethods.cs
- GenericAuthenticationEventArgs.cs
- PreProcessor.cs
- TextShapeableCharacters.cs
- EventMappingSettings.cs
- InputLanguageProfileNotifySink.cs
- TextElementEditingBehaviorAttribute.cs
- UnsafeNativeMethodsCLR.cs
- DrawingVisual.cs
- AnimationClockResource.cs
- NativeMethods.cs
- Config.cs
- PrintPreviewControl.cs
- TextServicesCompartment.cs
- BitFlagsGenerator.cs
- MLangCodePageEncoding.cs
- InternalTypeHelper.cs
- CqlParserHelpers.cs
- SQLBinary.cs
- FontFamily.cs
- KeyGestureConverter.cs
- FontUnitConverter.cs
- ButtonChrome.cs
- LocalValueEnumerator.cs
- EntityModelBuildProvider.cs
- EdmSchemaError.cs
- ObjectDataSourceFilteringEventArgs.cs
- ToolStripStatusLabel.cs
- EntitySetBase.cs
- ECDiffieHellmanCngPublicKey.cs
- StrongNamePublicKeyBlob.cs
- XmlSchemaComplexContent.cs
- DataColumnSelectionConverter.cs
- ItemCheckedEvent.cs
- WebPartDisplayModeEventArgs.cs
- UrlMappingsSection.cs
- BulletedList.cs
- SpecularMaterial.cs
- ListViewItemSelectionChangedEvent.cs
- SingleAnimation.cs