Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Compilation / WCFModel / ReferencedCollectionType.cs / 1305376 / 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
- CurrentTimeZone.cs
- CroppedBitmap.cs
- StylusCollection.cs
- PathFigure.cs
- CheckBoxPopupAdapter.cs
- XmlDownloadManager.cs
- UnsafeNativeMethods.cs
- ConnectionString.cs
- TreeView.cs
- ParameterCollection.cs
- TransportSecurityHelpers.cs
- LocationChangedEventArgs.cs
- log.cs
- relpropertyhelper.cs
- ArrayConverter.cs
- Compiler.cs
- GridItemPattern.cs
- ResXBuildProvider.cs
- TdsValueSetter.cs
- CacheSection.cs
- ClientRolePrincipal.cs
- XmlElementCollection.cs
- WaitForChangedResult.cs
- NavigationFailedEventArgs.cs
- _RequestCacheProtocol.cs
- NavigatorInput.cs
- BuilderElements.cs
- SliderAutomationPeer.cs
- DecoderExceptionFallback.cs
- DynamicMethod.cs
- SiteMembershipCondition.cs
- MessageSecurityOverHttp.cs
- VisualStyleInformation.cs
- ErrorHandlerModule.cs
- XmlSchemaRedefine.cs
- ToolStripSplitStackLayout.cs
- DataListItemCollection.cs
- ComponentRenameEvent.cs
- MissingManifestResourceException.cs
- RegistrySecurity.cs
- ElementHost.cs
- ReliabilityContractAttribute.cs
- TextParagraph.cs
- Error.cs
- TraceContext.cs
- ClientSideQueueItem.cs
- ApplicationBuildProvider.cs
- GCHandleCookieTable.cs
- InternalTypeHelper.cs
- WindowsStatic.cs
- TextTreeDeleteContentUndoUnit.cs
- ILGenerator.cs
- RemotingHelper.cs
- ConfigXmlWhitespace.cs
- BindingExpressionBase.cs
- StackOverflowException.cs
- CryptoStream.cs
- StructuredProperty.cs
- Subset.cs
- XPathSingletonIterator.cs
- FlowDocumentPaginator.cs
- CellTreeNode.cs
- QueryCursorEventArgs.cs
- HttpRequest.cs
- DataGridViewHitTestInfo.cs
- DataSourceSelectArguments.cs
- RuntimeResourceSet.cs
- SafeRightsManagementQueryHandle.cs
- PropertyGroupDescription.cs
- ValueTypeFixupInfo.cs
- MultipartContentParser.cs
- TimelineGroup.cs
- XamlSerializerUtil.cs
- SocketInformation.cs
- HttpHeaderCollection.cs
- HierarchicalDataSourceControl.cs
- ProviderConnectionPoint.cs
- DelayDesigner.cs
- DataGridPageChangedEventArgs.cs
- ProfileSection.cs
- TextCollapsingProperties.cs
- RuntimeArgumentHandle.cs
- SubMenuStyleCollection.cs
- MetabaseReader.cs
- DiscriminatorMap.cs
- AvTraceFormat.cs
- OperationAbortedException.cs
- TextRangeAdaptor.cs
- NullRuntimeConfig.cs
- PathSegment.cs
- InvalidPipelineStoreException.cs
- MatchingStyle.cs
- TableItemStyle.cs
- ButtonChrome.cs
- MarshalDirectiveException.cs
- PerfCounters.cs
- FixedTextView.cs
- ArgumentNullException.cs
- DataException.cs
- SrgsElement.cs