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
- WorkflowServiceInstance.cs
- ZipIOExtraField.cs
- ColorBuilder.cs
- ContainerParaClient.cs
- IndexOutOfRangeException.cs
- ProfileManager.cs
- SafeSystemMetrics.cs
- XPathNodePointer.cs
- FormViewDeleteEventArgs.cs
- NotSupportedException.cs
- LambdaExpression.cs
- DataGridViewColumnTypePicker.cs
- TrackingDataItemValue.cs
- SqlConnection.cs
- FormViewInsertedEventArgs.cs
- FloatUtil.cs
- CheckedPointers.cs
- ConsoleEntryPoint.cs
- CodeConditionStatement.cs
- ValidationSummary.cs
- HttpFileCollection.cs
- FileDataSourceCache.cs
- PageThemeCodeDomTreeGenerator.cs
- WebPartEditorOkVerb.cs
- PolicyLevel.cs
- WindowsPrincipal.cs
- DefaultHttpHandler.cs
- XsltException.cs
- ConfigurationValues.cs
- DES.cs
- AnnotationComponentChooser.cs
- XmlDataSourceView.cs
- EncryptedPackage.cs
- NullableLongAverageAggregationOperator.cs
- ProviderSettings.cs
- EditingMode.cs
- coordinatorfactory.cs
- PermissionListSet.cs
- OuterGlowBitmapEffect.cs
- SqlEnums.cs
- BooleanAnimationBase.cs
- ButtonBase.cs
- XmlIncludeAttribute.cs
- HttpResponseBase.cs
- SoapSchemaExporter.cs
- DataGridViewColumnCollectionDialog.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- DBDataPermission.cs
- StackBuilderSink.cs
- RulePatternOps.cs
- ContainerParaClient.cs
- DataRowView.cs
- HtmlImage.cs
- ListItem.cs
- UpnEndpointIdentity.cs
- GetWinFXPath.cs
- ElementFactory.cs
- Region.cs
- MemberHolder.cs
- BaseCodeDomTreeGenerator.cs
- TextTreeTextNode.cs
- ReadOnlyObservableCollection.cs
- RegistrationServices.cs
- SQLBytes.cs
- MarkupWriter.cs
- LongSumAggregationOperator.cs
- MatchingStyle.cs
- HtmlElement.cs
- DPTypeDescriptorContext.cs
- ComponentEvent.cs
- StyleSheetComponentEditor.cs
- SqlXmlStorage.cs
- PropertyGroupDescription.cs
- SmtpNtlmAuthenticationModule.cs
- SourceFilter.cs
- ResourceReferenceKeyNotFoundException.cs
- NonSerializedAttribute.cs
- FixedDocumentPaginator.cs
- Renderer.cs
- StorageMappingItemLoader.cs
- DataBoundControlActionList.cs
- GeneralTransformGroup.cs
- TextSelectionHighlightLayer.cs
- IteratorDescriptor.cs
- ProxyFragment.cs
- ExceptionHandlers.cs
- EdgeProfileValidation.cs
- ItemDragEvent.cs
- CollectionMarkupSerializer.cs
- xsdvalidator.cs
- CaseInsensitiveHashCodeProvider.cs
- ConnectivityStatus.cs
- keycontainerpermission.cs
- Accessors.cs
- LookupNode.cs
- AnimatedTypeHelpers.cs
- X509ClientCertificateAuthentication.cs
- Point3D.cs
- GraphicsContainer.cs
- WorkBatch.cs