Code:
/ 4.0 / 4.0 / 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.] ///// 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
- OperationCanceledException.cs
- SmtpAuthenticationManager.cs
- WizardPanel.cs
- ResourcesChangeInfo.cs
- PackageRelationshipCollection.cs
- XPathSelectionIterator.cs
- MenuCommandService.cs
- WebPartEventArgs.cs
- TableLayoutPanel.cs
- Tuple.cs
- RandomDelayQueuedSendsAsyncResult.cs
- figurelengthconverter.cs
- PathFigure.cs
- CategoryGridEntry.cs
- ContextBase.cs
- BitmapEffectInputData.cs
- DataGridBoolColumn.cs
- XmlQueryCardinality.cs
- HelloOperation11AsyncResult.cs
- ProcessProtocolHandler.cs
- NavigationPropertyEmitter.cs
- WindowsComboBox.cs
- ChainOfResponsibility.cs
- DocumentOutline.cs
- MethodBuilderInstantiation.cs
- ConstantExpression.cs
- RadioButton.cs
- Win32Exception.cs
- cookiecollection.cs
- HttpStreamMessage.cs
- WebProxyScriptElement.cs
- GiveFeedbackEvent.cs
- TypographyProperties.cs
- Tuple.cs
- SqlTrackingQuery.cs
- TrackingExtract.cs
- DataGridViewImageColumn.cs
- ServerValidateEventArgs.cs
- JoinCqlBlock.cs
- JulianCalendar.cs
- MethodMessage.cs
- DataSourceGroupCollection.cs
- DragCompletedEventArgs.cs
- Wildcard.cs
- AuthStoreRoleProvider.cs
- StatusBarDrawItemEvent.cs
- BitmapData.cs
- SourceElementsCollection.cs
- DataGridViewCellFormattingEventArgs.cs
- ObjectDataSourceView.cs
- oledbmetadatacolumnnames.cs
- ISAPIWorkerRequest.cs
- SourceElementsCollection.cs
- GPStream.cs
- CompiledQueryCacheKey.cs
- BindingWorker.cs
- UdpContractFilterBehavior.cs
- Comparer.cs
- BaseTemplateParser.cs
- DataTableReader.cs
- EntityContainerEmitter.cs
- ConfigXmlReader.cs
- TaskFileService.cs
- MemberDescriptor.cs
- TransformCryptoHandle.cs
- PolyLineSegmentFigureLogic.cs
- CryptographicAttribute.cs
- MainMenu.cs
- ConnectionsZone.cs
- MemberJoinTreeNode.cs
- Geometry.cs
- UnsafeNativeMethods.cs
- CreatingCookieEventArgs.cs
- WebPartZoneBase.cs
- ExtensionWindowHeader.cs
- Root.cs
- PipelineModuleStepContainer.cs
- CatalogPart.cs
- MultiSelectRootGridEntry.cs
- MimeWriter.cs
- RequestBringIntoViewEventArgs.cs
- SecurityTraceRecordHelper.cs
- ListComponentEditorPage.cs
- SiteMapDataSourceView.cs
- PersistenceTypeAttribute.cs
- PropertyManager.cs
- FontFamilyConverter.cs
- CounterSampleCalculator.cs
- BigInt.cs
- RootAction.cs
- WsdlImporterElementCollection.cs
- Peer.cs
- MetadataProperty.cs
- BuildDependencySet.cs
- FieldMetadata.cs
- PersistenceTypeAttribute.cs
- HttpApplicationFactory.cs
- PartDesigner.cs
- RawStylusInput.cs
- DataKey.cs