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
- XPathSingletonIterator.cs
- SecurityUtils.cs
- EllipseGeometry.cs
- DiagnosticsConfiguration.cs
- FastEncoder.cs
- AssociatedControlConverter.cs
- StructuredTypeInfo.cs
- TableAutomationPeer.cs
- LinkTarget.cs
- TemplateComponentConnector.cs
- DataTableReaderListener.cs
- PageFunction.cs
- CompilationLock.cs
- isolationinterop.cs
- CodeAssignStatement.cs
- BitmapSource.cs
- MergeLocalizationDirectives.cs
- SplitterDesigner.cs
- SystemWebExtensionsSectionGroup.cs
- TabControl.cs
- FreeFormDragDropManager.cs
- MetadataItemEmitter.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- GroupByExpressionRewriter.cs
- ConfigurationElement.cs
- IndentedTextWriter.cs
- VisualTreeUtils.cs
- XmlStreamNodeWriter.cs
- ViewKeyConstraint.cs
- Misc.cs
- XhtmlBasicCalendarAdapter.cs
- ResourceContainer.cs
- ProxyElement.cs
- FixedSOMTableCell.cs
- StringSorter.cs
- CustomCategoryAttribute.cs
- DirectionalLight.cs
- LinqDataSourceValidationException.cs
- Style.cs
- TextServicesHost.cs
- dbdatarecord.cs
- DefaultParameterValueAttribute.cs
- ValidateNames.cs
- HostingEnvironmentSection.cs
- TaskCanceledException.cs
- TrackPointCollection.cs
- RelatedPropertyManager.cs
- oledbmetadatacollectionnames.cs
- NetWebProxyFinder.cs
- KeyGestureConverter.cs
- SerializableTypeCodeDomSerializer.cs
- NameValueCollection.cs
- AlphaSortedEnumConverter.cs
- TextTreeDeleteContentUndoUnit.cs
- StylusPointCollection.cs
- AspCompat.cs
- PrivilegedConfigurationManager.cs
- SqlDelegatedTransaction.cs
- WebPartVerbCollection.cs
- TimerEventSubscription.cs
- FilterableAttribute.cs
- SqlStatistics.cs
- CellRelation.cs
- SimpleHandlerFactory.cs
- ResourceBinder.cs
- UnsafeNativeMethods.cs
- IEnumerable.cs
- ToolStrip.cs
- OpCopier.cs
- PropagationProtocolsTracing.cs
- Image.cs
- XComponentModel.cs
- BamlRecordHelper.cs
- ValueType.cs
- ImageIndexConverter.cs
- ObjectDataSourceMethodEventArgs.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- DataSourceControlBuilder.cs
- RelatedEnd.cs
- TextServicesCompartmentEventSink.cs
- SafeBitVector32.cs
- SupportsEventValidationAttribute.cs
- VisualTreeUtils.cs
- DateTimeSerializationSection.cs
- SqlServices.cs
- DBSqlParser.cs
- FactoryGenerator.cs
- AutoFocusStyle.xaml.cs
- WebBrowserPermission.cs
- ElementInit.cs
- ProviderBase.cs
- GcSettings.cs
- CompressionTransform.cs
- SHA512Managed.cs
- DropShadowBitmapEffect.cs
- CollectionBase.cs
- ButtonFieldBase.cs
- StrongNameUtility.cs
- ParameterToken.cs
- ImageBrush.cs