Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlCachedBuffer.cs
- BooleanConverter.cs
- NotifyCollectionChangedEventArgs.cs
- ZipPackage.cs
- OleDbErrorCollection.cs
- TTSVoice.cs
- FactoryGenerator.cs
- Parser.cs
- TimeManager.cs
- DataGridViewSelectedRowCollection.cs
- MailAddressCollection.cs
- XpsSerializerFactory.cs
- ValidatingReaderNodeData.cs
- WebPartsSection.cs
- BufferAllocator.cs
- SessionStateContainer.cs
- LoopExpression.cs
- SystemColors.cs
- RadioButtonList.cs
- RadioButtonList.cs
- FormsAuthentication.cs
- DbProviderFactory.cs
- DeploymentSection.cs
- ThicknessAnimationUsingKeyFrames.cs
- AsyncCompletedEventArgs.cs
- XmlExceptionHelper.cs
- SqlDataSourceSummaryPanel.cs
- RuntimeResourceSet.cs
- DoubleAnimationUsingPath.cs
- SessionPageStateSection.cs
- ListViewCancelEventArgs.cs
- _LocalDataStore.cs
- TextModifierScope.cs
- Point3DAnimationUsingKeyFrames.cs
- RadioButton.cs
- TextServicesCompartmentContext.cs
- CacheDependency.cs
- DispatcherHooks.cs
- UIElementParaClient.cs
- _DomainName.cs
- CompilerCollection.cs
- HwndStylusInputProvider.cs
- RegexWriter.cs
- WorkflowTransactionOptions.cs
- XmlFormatExtensionPointAttribute.cs
- StructuredProperty.cs
- SectionVisual.cs
- NonVisualControlAttribute.cs
- LeaseManager.cs
- SocketPermission.cs
- Matrix.cs
- SessionPageStateSection.cs
- tibetanshape.cs
- ManipulationStartingEventArgs.cs
- WindowInteractionStateTracker.cs
- FrameSecurityDescriptor.cs
- TrackingServices.cs
- AccessViolationException.cs
- XPathPatternParser.cs
- UIElement.cs
- DBProviderConfigurationHandler.cs
- PropertyChangingEventArgs.cs
- BamlReader.cs
- AnnouncementEventArgs.cs
- BitmapCodecInfoInternal.cs
- ExtenderProvidedPropertyAttribute.cs
- UnsafeNativeMethods.cs
- TaskbarItemInfo.cs
- FrameworkElementFactory.cs
- DownloadProgressEventArgs.cs
- DesignerGenericWebPart.cs
- SharedDp.cs
- CodeValidator.cs
- BitmapEffect.cs
- SpellCheck.cs
- SerializationException.cs
- TextEditor.cs
- FacetEnabledSchemaElement.cs
- MarshalByRefObject.cs
- Blend.cs
- Rule.cs
- OpacityConverter.cs
- SoundPlayerAction.cs
- HttpHeaderCollection.cs
- BindingEntityInfo.cs
- HtmlInputPassword.cs
- TypeDescriptorContext.cs
- ImageAutomationPeer.cs
- TableLayoutCellPaintEventArgs.cs
- TypeForwardedToAttribute.cs
- EdmScalarPropertyAttribute.cs
- TextViewBase.cs
- OperationInfo.cs
- CodeVariableDeclarationStatement.cs
- DataRecordObjectView.cs
- SystemIcmpV6Statistics.cs
- StorageAssociationSetMapping.cs
- CharacterBuffer.cs
- ClientCultureInfo.cs
- PropertyMetadata.cs