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
- HtmlTernaryTree.cs
- AppModelKnownContentFactory.cs
- RegexWorker.cs
- PropertyPushdownHelper.cs
- ComplexBindingPropertiesAttribute.cs
- UIntPtr.cs
- BasicViewGenerator.cs
- TableLayoutSettingsTypeConverter.cs
- NetNamedPipeBindingCollectionElement.cs
- RuleValidation.cs
- WebScriptMetadataFormatter.cs
- SQLByteStorage.cs
- StorageMappingItemLoader.cs
- SerializationSectionGroup.cs
- TextCollapsingProperties.cs
- MenuEventArgs.cs
- EventPropertyMap.cs
- AnimatedTypeHelpers.cs
- TagMapCollection.cs
- TableRow.cs
- ChtmlTextBoxAdapter.cs
- SoapEnumAttribute.cs
- BaseTemplateCodeDomTreeGenerator.cs
- SectionXmlInfo.cs
- DependencyObject.cs
- CommandBindingCollection.cs
- MethodCallTranslator.cs
- Validator.cs
- IsolatedStorageFileStream.cs
- TypedAsyncResult.cs
- ToolboxItemAttribute.cs
- BitmapDecoder.cs
- CustomErrorCollection.cs
- InputLangChangeRequestEvent.cs
- Message.cs
- ElementMarkupObject.cs
- HtmlInputReset.cs
- JsonGlobals.cs
- TextSelection.cs
- MultiPageTextView.cs
- Ipv6Element.cs
- ScriptMethodAttribute.cs
- String.cs
- XmlNavigatorStack.cs
- Renderer.cs
- AsyncContentLoadedEventArgs.cs
- HotSpotCollection.cs
- WindowClosedEventArgs.cs
- CodeRegionDirective.cs
- LockCookie.cs
- MultiSelector.cs
- CriticalFileToken.cs
- DecodeHelper.cs
- DataGridViewSortCompareEventArgs.cs
- WorkflowServiceAttributes.cs
- ValidatedControlConverter.cs
- DrawingGroupDrawingContext.cs
- BmpBitmapEncoder.cs
- GregorianCalendarHelper.cs
- MatrixIndependentAnimationStorage.cs
- DesignerView.xaml.cs
- WebPartPersonalization.cs
- GridViewColumnHeaderAutomationPeer.cs
- HttpCacheVary.cs
- PackWebRequest.cs
- InfocardInteractiveChannelInitializer.cs
- EdmRelationshipRoleAttribute.cs
- HitTestWithPointDrawingContextWalker.cs
- ModelTreeEnumerator.cs
- AutoScrollExpandMessageFilter.cs
- DataKeyCollection.cs
- TaskHelper.cs
- DesignerOptions.cs
- TemplateKey.cs
- StrongTypingException.cs
- _SpnDictionary.cs
- CalendarModeChangedEventArgs.cs
- ReferenceTypeElement.cs
- Activity.cs
- GenericPrincipal.cs
- RequestQueue.cs
- SwitchElementsCollection.cs
- DrawingGroup.cs
- GeneralTransform2DTo3D.cs
- TextBoxView.cs
- SourceSwitch.cs
- TrackingProvider.cs
- RoleService.cs
- InstalledFontCollection.cs
- FileCodeGroup.cs
- ScriptResourceAttribute.cs
- BamlRecordReader.cs
- RIPEMD160Managed.cs
- QueryExpression.cs
- ListViewEditEventArgs.cs
- ViewStateException.cs
- PolicyUnit.cs
- OdbcParameterCollection.cs
- AesCryptoServiceProvider.cs
- WebPartDisplayModeCancelEventArgs.cs