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
- BulletedListEventArgs.cs
- FormatStringEditor.cs
- DataPagerCommandEventArgs.cs
- PropertyInfo.cs
- RemoveStoryboard.cs
- Model3DGroup.cs
- XPathConvert.cs
- SamlEvidence.cs
- SHA1.cs
- DescendantQuery.cs
- ImagingCache.cs
- EdmType.cs
- PropertyEntry.cs
- OutputCacheSection.cs
- WindowsPrincipal.cs
- XmlSchemaInclude.cs
- BaseTemplateCodeDomTreeGenerator.cs
- UrlParameterWriter.cs
- XDRSchema.cs
- Panel.cs
- DataRowView.cs
- ErrorStyle.cs
- SafeThemeHandle.cs
- SqlUtils.cs
- UriSectionData.cs
- FeatureSupport.cs
- IndentTextWriter.cs
- StringStorage.cs
- LogAppendAsyncResult.cs
- ShaperBuffers.cs
- XmlCharCheckingReader.cs
- BoolExpression.cs
- ReferencedAssembly.cs
- FileIOPermission.cs
- SafeNativeMethodsCLR.cs
- MemberDomainMap.cs
- SimpleApplicationHost.cs
- MessageDecoder.cs
- PagedDataSource.cs
- XmlTextWriter.cs
- ManagedWndProcTracker.cs
- PersianCalendar.cs
- RequestCachePolicyConverter.cs
- DebugController.cs
- BindingExpression.cs
- CalendarDataBindingHandler.cs
- CanonicalXml.cs
- CodeComment.cs
- WindowsScrollBar.cs
- Int64.cs
- ToolStripOverflow.cs
- ForceCopyBuildProvider.cs
- ReadOnlyNameValueCollection.cs
- Repeater.cs
- WebEvents.cs
- TemplateDefinition.cs
- VisualBasicSettingsHandler.cs
- PersonalizationDictionary.cs
- CrossContextChannel.cs
- Encoder.cs
- SystemIPInterfaceProperties.cs
- TemplatePropertyEntry.cs
- WebPartEditVerb.cs
- PageTextBox.cs
- FloatMinMaxAggregationOperator.cs
- SelectionRange.cs
- StateItem.cs
- UIntPtr.cs
- FormatVersion.cs
- DataGridViewTextBoxCell.cs
- DBCommand.cs
- WorkflowServiceHost.cs
- TextFormatterContext.cs
- HitTestFilterBehavior.cs
- ReflectionUtil.cs
- base64Transforms.cs
- Int32CollectionValueSerializer.cs
- ProfileProvider.cs
- XmlException.cs
- Hex.cs
- EntityDataSourceColumn.cs
- UpdateTranslator.cs
- ComponentManagerBroker.cs
- PageThemeParser.cs
- DocumentSequenceHighlightLayer.cs
- StandardCommands.cs
- InstanceValue.cs
- TypeSystemHelpers.cs
- AssemblyResourceLoader.cs
- ServicePointManager.cs
- control.ime.cs
- ScrollBar.cs
- PointCollectionConverter.cs
- _KerberosClient.cs
- EntityDataSourceValidationException.cs
- ItemContainerProviderWrapper.cs
- AssemblyAttributes.cs
- AvTraceDetails.cs
- OutputCacheSettings.cs
- SHA384.cs