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
- DataBindingCollectionConverter.cs
- FixedSOMGroup.cs
- PkcsUtils.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- HtmlAnchor.cs
- ComponentRenameEvent.cs
- XPathDocumentNavigator.cs
- SpecialNameAttribute.cs
- NativeMethods.cs
- NativeMethodsOther.cs
- SequenceDesignerAccessibleObject.cs
- HtmlHead.cs
- XmlSchemaGroupRef.cs
- MetadataPropertyCollection.cs
- VectorAnimation.cs
- AdCreatedEventArgs.cs
- VectorKeyFrameCollection.cs
- SecurityUtils.cs
- ClusterRegistryConfigurationProvider.cs
- DataPagerFieldItem.cs
- HttpCachePolicyElement.cs
- DrawingImage.cs
- WebWorkflowRole.cs
- IconConverter.cs
- BrushValueSerializer.cs
- WSFederationHttpSecurityMode.cs
- StrokeNode.cs
- HostSecurityManager.cs
- UserValidatedEventArgs.cs
- AutomationPeer.cs
- XmlWriterSettings.cs
- CompositeCollection.cs
- ConnectivityStatus.cs
- TraceLevelStore.cs
- FileDetails.cs
- ToolboxBitmapAttribute.cs
- RuleConditionDialog.cs
- SafeFileHandle.cs
- ContainerAction.cs
- exports.cs
- SymmetricSecurityProtocol.cs
- EmbeddedObject.cs
- VolatileEnlistmentMultiplexing.cs
- ISAPIWorkerRequest.cs
- SignatureDescription.cs
- WorkflowInstanceSuspendedRecord.cs
- ColorConvertedBitmapExtension.cs
- CompressionTracing.cs
- IteratorDescriptor.cs
- UserValidatedEventArgs.cs
- ActivityInfo.cs
- OpacityConverter.cs
- ThreadExceptionDialog.cs
- StateItem.cs
- ParserContext.cs
- DynamicMethod.cs
- ResourcesBuildProvider.cs
- ProtocolElementCollection.cs
- MonthCalendar.cs
- TransactionTable.cs
- WebPartConnectVerb.cs
- HtmlInputControl.cs
- ItemChangedEventArgs.cs
- OdbcPermission.cs
- EventLogHandle.cs
- BuildResultCache.cs
- DiscardableAttribute.cs
- ToolStripContainerActionList.cs
- Region.cs
- RsaKeyIdentifierClause.cs
- SoapObjectWriter.cs
- NamespaceTable.cs
- Int32CAMarshaler.cs
- Triplet.cs
- _WinHttpWebProxyDataBuilder.cs
- MsmqHostedTransportManager.cs
- WebDisplayNameAttribute.cs
- URI.cs
- CardSpaceSelector.cs
- Rfc4050KeyFormatter.cs
- TiffBitmapEncoder.cs
- TdsParserHelperClasses.cs
- bidPrivateBase.cs
- SHA384Managed.cs
- EFTableProvider.cs
- _ContextAwareResult.cs
- ApplicationSecurityInfo.cs
- AdornerLayer.cs
- WebBaseEventKeyComparer.cs
- SQLResource.cs
- XmlSerializerSection.cs
- XmlHierarchicalEnumerable.cs
- SchemaTypeEmitter.cs
- HttpDebugHandler.cs
- BaseCodeDomTreeGenerator.cs
- EntityDataSourceColumn.cs
- SourceChangedEventArgs.cs
- EventLogPermissionAttribute.cs
- WmfPlaceableFileHeader.cs
- BitmapImage.cs