Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- HScrollProperties.cs
- PageAction.cs
- PolicyLevel.cs
- EventsTab.cs
- OdbcError.cs
- MemberInfoSerializationHolder.cs
- CheckBoxBaseAdapter.cs
- DrawingContextDrawingContextWalker.cs
- SiteMap.cs
- BaseTemplateParser.cs
- EndpointConfigContainer.cs
- LicenseProviderAttribute.cs
- MethodRental.cs
- SqlFormatter.cs
- DESCryptoServiceProvider.cs
- Inflater.cs
- UnsafeNativeMethods.cs
- Calendar.cs
- ReliableInputConnection.cs
- SubstitutionList.cs
- XmlHierarchyData.cs
- TemplateControlBuildProvider.cs
- RoutingUtilities.cs
- SQLMoney.cs
- Setter.cs
- IItemProperties.cs
- ItemChangedEventArgs.cs
- UserControl.cs
- Win32PrintDialog.cs
- ConcurrentBag.cs
- DiagnosticsConfiguration.cs
- ConstrainedDataObject.cs
- AudioDeviceOut.cs
- EntityCommandCompilationException.cs
- ConfigXmlComment.cs
- EntitySetDataBindingList.cs
- DateTimeStorage.cs
- SqlDataSourceCustomCommandPanel.cs
- XmlElement.cs
- PropVariant.cs
- HotSpotCollection.cs
- FreezableDefaultValueFactory.cs
- FlowSwitchDesigner.xaml.cs
- SqlTrackingQuery.cs
- CellQuery.cs
- XmlCDATASection.cs
- QilIterator.cs
- Material.cs
- EntityViewGenerationConstants.cs
- WorkflowCreationContext.cs
- GenericAuthenticationEventArgs.cs
- DataSourceExpressionCollection.cs
- SHA512.cs
- InternalSafeNativeMethods.cs
- IndexedEnumerable.cs
- MultipleViewProviderWrapper.cs
- HtmlObjectListAdapter.cs
- FilterQuery.cs
- Line.cs
- RSAPKCS1SignatureDeformatter.cs
- SqlCommand.cs
- Certificate.cs
- PixelShader.cs
- XmlNullResolver.cs
- ErrorHandlerModule.cs
- Attributes.cs
- SemanticAnalyzer.cs
- OutputCacheProfile.cs
- sqlpipe.cs
- CqlErrorHelper.cs
- PointLightBase.cs
- XmlSchemaInferenceException.cs
- SortAction.cs
- DoubleAnimationUsingKeyFrames.cs
- ProfileGroupSettings.cs
- XmlSchemaNotation.cs
- CompilerCollection.cs
- ExceptionWrapper.cs
- Int32Storage.cs
- NamedPermissionSet.cs
- SecurityUniqueId.cs
- MenuEventArgs.cs
- Aggregates.cs
- Memoizer.cs
- TreeNodeCollection.cs
- ToolStripItemClickedEventArgs.cs
- AdornerLayer.cs
- InstancePersistenceContext.cs
- ChangePassword.cs
- SoapReflectionImporter.cs
- DesignConnectionCollection.cs
- InvalidEnumArgumentException.cs
- NamespaceQuery.cs
- PageSettings.cs
- PropertyChangingEventArgs.cs
- GuidelineSet.cs
- CompiledRegexRunner.cs
- ContentElementAutomationPeer.cs
- ReaderWriterLock.cs
- DataBindingCollection.cs