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
- SwitchLevelAttribute.cs
- RegisteredHiddenField.cs
- BindingListCollectionView.cs
- DragEvent.cs
- SqlDataAdapter.cs
- WebBrowserDesigner.cs
- Empty.cs
- AppDomainGrammarProxy.cs
- RoleServiceManager.cs
- TableLayoutSettingsTypeConverter.cs
- UIntPtr.cs
- TableProviderWrapper.cs
- SmiConnection.cs
- IndexOutOfRangeException.cs
- ExtensionDataObject.cs
- Bits.cs
- SettingsPropertyWrongTypeException.cs
- xmlsaver.cs
- TreeBuilder.cs
- TreeNodeStyleCollection.cs
- IPEndPoint.cs
- ReversePositionQuery.cs
- Transform3DGroup.cs
- ObjectTokenCategory.cs
- RequestCache.cs
- EntityModelSchemaGenerator.cs
- ControlBuilder.cs
- CodeAttributeArgument.cs
- TableDetailsCollection.cs
- ZoneButton.cs
- EmptyQuery.cs
- DataView.cs
- __TransparentProxy.cs
- EntityDataSourceDesigner.cs
- SqlGenericUtil.cs
- SafeFindHandle.cs
- GeometryValueSerializer.cs
- DataRelationPropertyDescriptor.cs
- DocumentPageHost.cs
- GenericTransactionFlowAttribute.cs
- DataListItemCollection.cs
- AuthorizationRule.cs
- figurelength.cs
- CodeAttributeArgumentCollection.cs
- SqlDataSourceCache.cs
- SamlConstants.cs
- WebPartsPersonalization.cs
- LineBreakRecord.cs
- PixelShader.cs
- URL.cs
- ConstraintCollection.cs
- InfoCardXmlSerializer.cs
- ExceptionUtility.cs
- PageTheme.cs
- SchemaNamespaceManager.cs
- ContentPropertyAttribute.cs
- BaseDataListActionList.cs
- CallContext.cs
- MultiDataTrigger.cs
- ThumbAutomationPeer.cs
- EnumerableValidator.cs
- WindowsPen.cs
- SelectionItemProviderWrapper.cs
- AutoScrollExpandMessageFilter.cs
- Classification.cs
- MaterialCollection.cs
- Variable.cs
- StructuralCache.cs
- EnlistmentState.cs
- DefaultValueTypeConverter.cs
- DataExpression.cs
- ProviderBase.cs
- ElementHostAutomationPeer.cs
- RightsManagementInformation.cs
- OperatingSystemVersionCheck.cs
- DaylightTime.cs
- CriticalHandle.cs
- WmlValidatorAdapter.cs
- ViewGenResults.cs
- InvalidPrinterException.cs
- SqlDependency.cs
- ArrayTypeMismatchException.cs
- DataSourceNameHandler.cs
- DictionaryChange.cs
- TimeSpanValidatorAttribute.cs
- ToolStripManager.cs
- QuaternionConverter.cs
- TransactionCache.cs
- WindowsGraphicsWrapper.cs
- TargetException.cs
- SqlFileStream.cs
- Vector3DValueSerializer.cs
- ByteAnimationBase.cs
- SettingsContext.cs
- CipherData.cs
- CustomCategoryAttribute.cs
- XmlResolver.cs
- DataBindingExpressionBuilder.cs
- AdvancedBindingEditor.cs
- SystemWebSectionGroup.cs