Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Configuration / XmlFormatExtensionPointAttribute.cs / 1305376 / XmlFormatExtensionPointAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Configuration { using System; ////// /// [AttributeUsage(AttributeTargets.Class)] public sealed class XmlFormatExtensionPointAttribute : Attribute { string name; bool allowElements = true; ///[To be supplied.] ////// /// public XmlFormatExtensionPointAttribute(string memberName) { this.name = memberName; } ///[To be supplied.] ////// /// public string MemberName { get { return name == null ? string.Empty : name; } set { name = value; } } ///[To be supplied.] ////// /// public bool AllowElements { get { return allowElements; } set { allowElements = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BufferManager.cs
- KeyTimeConverter.cs
- StylusLogic.cs
- HttpModulesSection.cs
- TextParagraphProperties.cs
- XmlILIndex.cs
- GroupQuery.cs
- TextCharacters.cs
- IODescriptionAttribute.cs
- StrongNameIdentityPermission.cs
- SafeReadContext.cs
- WebConfigurationManager.cs
- ConditionalAttribute.cs
- FormatException.cs
- XmlBaseReader.cs
- RefreshInfo.cs
- Cloud.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- NameService.cs
- InstanceKeyCollisionException.cs
- MultiPageTextView.cs
- EarlyBoundInfo.cs
- _ListenerRequestStream.cs
- UnsafeNativeMethodsMilCoreApi.cs
- RawUIStateInputReport.cs
- SkewTransform.cs
- InputProcessorProfilesLoader.cs
- TableCellCollection.cs
- QueryOptionExpression.cs
- CodeExporter.cs
- Table.cs
- SequentialActivityDesigner.cs
- HwndAppCommandInputProvider.cs
- DrawListViewItemEventArgs.cs
- XmlWellformedWriter.cs
- Geometry.cs
- QilGenerator.cs
- ActivityMarkupSerializer.cs
- QilDataSource.cs
- OutputCacheSettingsSection.cs
- ValueTable.cs
- DataGridViewHitTestInfo.cs
- CalendarTable.cs
- AutomationPeer.cs
- COM2ExtendedUITypeEditor.cs
- CompositeDesignerAccessibleObject.cs
- KnownTypeAttribute.cs
- TraceHandler.cs
- MinimizableAttributeTypeConverter.cs
- SQLMoneyStorage.cs
- PresentationTraceSources.cs
- OperationFormatStyle.cs
- Trustee.cs
- PathTooLongException.cs
- ActivityExecutionContextCollection.cs
- CqlErrorHelper.cs
- RandomNumberGenerator.cs
- HtmlTableRowCollection.cs
- SID.cs
- SrgsRulesCollection.cs
- EDesignUtil.cs
- EntityDataSourceContextDisposingEventArgs.cs
- DataRecordInfo.cs
- LinqDataSourceSelectEventArgs.cs
- Monitor.cs
- CachedPathData.cs
- ControlBuilderAttribute.cs
- XmlCustomFormatter.cs
- KeyedQueue.cs
- EmptyStringExpandableObjectConverter.cs
- SqlDataSourceDesigner.cs
- InvalidPrinterException.cs
- TraceUtils.cs
- RegexMatch.cs
- BrowserInteropHelper.cs
- GraphicsPathIterator.cs
- JsonMessageEncoderFactory.cs
- EncoderParameters.cs
- StickyNoteHelper.cs
- FrameAutomationPeer.cs
- Stroke.cs
- StylusEventArgs.cs
- AccessibilityHelperForVista.cs
- StreamUpgradeAcceptor.cs
- PreloadHost.cs
- DynamicDocumentPaginator.cs
- MessageQueuePermissionEntry.cs
- BuildManager.cs
- counter.cs
- EpmAttributeNameBuilder.cs
- ListControlDataBindingHandler.cs
- StaticSiteMapProvider.cs
- XmlAttributeCollection.cs
- XmlSerializationWriter.cs
- BitmapEffectvisualstate.cs
- ResourceSet.cs
- Profiler.cs
- IgnoreDataMemberAttribute.cs
- Compress.cs
- Base64Encoder.cs