Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / ReferencedCollectionType.cs / 1 / ReferencedCollectionType.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 { ////// a collection type sharing record /// ///#if WEB_EXTENSIONS_CODE internal class ReferencedCollectionType #else [CLSCompliant(true)] public class ReferencedCollectionType #endif { private string m_TypeName; private CollectionCategory m_Category; /// /// assembly qualified type name /// ////// [XmlSerialization.XmlAttribute()] public string TypeName { get { return m_TypeName; } set { m_TypeName = value; } } /// /// Which combobox in the UI this collection type should go into /// (the "Dictionary collection type" or "List collection type" /// combobox) in the Configure Service Dialog. /// ////// [XmlSerialization.XmlAttribute()] public CollectionCategory Category { get { return m_Category; } set { m_Category = value; } } /// /// Which combobox in the UI this collection type should go into /// (the "Dictionary collection type" or "List collection type" /// combobox) in the Configure Service Dialog. /// ///public enum CollectionCategory { [XmlSerialization.XmlEnum(Name = "Unknown")] Unknown = 0, [XmlSerialization.XmlEnum(Name = "List")] List = 1, [XmlSerialization.XmlEnum(Name = "Dictionary")] Dictionary = 2, } } } // 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 { ////// a collection type sharing record /// ///#if WEB_EXTENSIONS_CODE internal class ReferencedCollectionType #else [CLSCompliant(true)] public class ReferencedCollectionType #endif { private string m_TypeName; private CollectionCategory m_Category; /// /// assembly qualified type name /// ////// [XmlSerialization.XmlAttribute()] public string TypeName { get { return m_TypeName; } set { m_TypeName = value; } } /// /// Which combobox in the UI this collection type should go into /// (the "Dictionary collection type" or "List collection type" /// combobox) in the Configure Service Dialog. /// ////// [XmlSerialization.XmlAttribute()] public CollectionCategory Category { get { return m_Category; } set { m_Category = value; } } /// /// Which combobox in the UI this collection type should go into /// (the "Dictionary collection type" or "List collection type" /// combobox) in the Configure Service Dialog. /// ///public enum CollectionCategory { [XmlSerialization.XmlEnum(Name = "Unknown")] Unknown = 0, [XmlSerialization.XmlEnum(Name = "List")] List = 1, [XmlSerialization.XmlEnum(Name = "Dictionary")] Dictionary = 2, } } } // 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
- DataObjectSettingDataEventArgs.cs
- ObjectMemberMapping.cs
- DigestTraceRecordHelper.cs
- RangeValidator.cs
- CodeGenerator.cs
- X509RecipientCertificateServiceElement.cs
- InvokeProviderWrapper.cs
- Code.cs
- PrincipalPermission.cs
- RSAPKCS1SignatureFormatter.cs
- WebPartDescriptionCollection.cs
- AssemblyCache.cs
- RawStylusInputReport.cs
- DesignerTextWriter.cs
- HttpListenerRequest.cs
- Graphics.cs
- ObjectQuery.cs
- ToolStripPanelDesigner.cs
- WindowsEditBoxRange.cs
- Opcode.cs
- CompleteWizardStep.cs
- BinaryWriter.cs
- KeyInterop.cs
- SystemIcmpV6Statistics.cs
- StorageEntityTypeMapping.cs
- CompilationUtil.cs
- ControlPaint.cs
- LogConverter.cs
- DBConnectionString.cs
- LinkTarget.cs
- FixedSOMFixedBlock.cs
- SuppressIldasmAttribute.cs
- OleDbParameterCollection.cs
- HtmlHead.cs
- OleTxTransaction.cs
- SocketException.cs
- IgnoreDataMemberAttribute.cs
- LicenseProviderAttribute.cs
- _ConnectOverlappedAsyncResult.cs
- JournalNavigationScope.cs
- SqlDataSource.cs
- Line.cs
- ProcessHost.cs
- PrintPreviewGraphics.cs
- TypeResolver.cs
- ObjectStateFormatter.cs
- SuppressMessageAttribute.cs
- EmptyControlCollection.cs
- ComplexType.cs
- ItemCollectionEditor.cs
- TypeConverterHelper.cs
- Timeline.cs
- ProgressChangedEventArgs.cs
- MessageQueueConverter.cs
- _ChunkParse.cs
- EntryPointNotFoundException.cs
- ManipulationLogic.cs
- ConnectionString.cs
- COM2ComponentEditor.cs
- DataGridViewColumn.cs
- UDPClient.cs
- EventLogPermissionEntry.cs
- MenuEventArgs.cs
- IssuedTokenClientBehaviorsElement.cs
- SrgsText.cs
- XPathDocumentIterator.cs
- GacUtil.cs
- ConfigWriter.cs
- HttpCapabilitiesBase.cs
- unsafenativemethodsother.cs
- MemoryStream.cs
- MissingSatelliteAssemblyException.cs
- path.cs
- RMEnrollmentPage3.cs
- HttpCookie.cs
- RenderData.cs
- xsdvalidator.cs
- DBCSCodePageEncoding.cs
- NativeMethods.cs
- LinearKeyFrames.cs
- Empty.cs
- LogSwitch.cs
- FilteredSchemaElementLookUpTable.cs
- Section.cs
- WorkflowCreationContext.cs
- PathSegment.cs
- ResourcePermissionBase.cs
- HtmlPageAdapter.cs
- DetailsViewPagerRow.cs
- UnhandledExceptionEventArgs.cs
- EditorPartCollection.cs
- BufferModesCollection.cs
- QilValidationVisitor.cs
- wmiprovider.cs
- TableItemProviderWrapper.cs
- TimeSpanValidator.cs
- Rect.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- PreloadedPackages.cs
- QilInvoke.cs