Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Configuration / XmlFormatExtensionAttribute.cs / 1305376 / XmlFormatExtensionAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Configuration { using System; ////// /// [AttributeUsage(AttributeTargets.Class)] public sealed class XmlFormatExtensionAttribute : Attribute { Type[] types; string name; string ns; ///[To be supplied.] ////// /// public XmlFormatExtensionAttribute() { } ///[To be supplied.] ///public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1) : this(elementName, ns, new Type[] {extensionPoint1}) { } /// public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1, Type extensionPoint2) : this(elementName, ns, new Type[] {extensionPoint1, extensionPoint2}) { } /// public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1, Type extensionPoint2, Type extensionPoint3) : this(elementName, ns, new Type[] {extensionPoint1, extensionPoint2, extensionPoint3}) { } /// public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1, Type extensionPoint2, Type extensionPoint3, Type extensionPoint4) : this(elementName, ns, new Type[] {extensionPoint1, extensionPoint2, extensionPoint3, extensionPoint4}) { } /// /// /// public XmlFormatExtensionAttribute(string elementName, string ns, Type[] extensionPoints) { this.name = elementName; this.ns = ns; this.types = extensionPoints; } ///[To be supplied.] ////// /// public Type[] ExtensionPoints { get { return types == null ? new Type[0] : types; } set { types = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns == null ? string.Empty : ns; } set { ns = value; } } ///[To be supplied.] ////// /// public string ElementName { get { return name == null ? string.Empty : name; } set { name = 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 XmlFormatExtensionAttribute : Attribute { Type[] types; string name; string ns; ///[To be supplied.] ////// /// public XmlFormatExtensionAttribute() { } ///[To be supplied.] ///public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1) : this(elementName, ns, new Type[] {extensionPoint1}) { } /// public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1, Type extensionPoint2) : this(elementName, ns, new Type[] {extensionPoint1, extensionPoint2}) { } /// public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1, Type extensionPoint2, Type extensionPoint3) : this(elementName, ns, new Type[] {extensionPoint1, extensionPoint2, extensionPoint3}) { } /// public XmlFormatExtensionAttribute(string elementName, string ns, Type extensionPoint1, Type extensionPoint2, Type extensionPoint3, Type extensionPoint4) : this(elementName, ns, new Type[] {extensionPoint1, extensionPoint2, extensionPoint3, extensionPoint4}) { } /// /// /// public XmlFormatExtensionAttribute(string elementName, string ns, Type[] extensionPoints) { this.name = elementName; this.ns = ns; this.types = extensionPoints; } ///[To be supplied.] ////// /// public Type[] ExtensionPoints { get { return types == null ? new Type[0] : types; } set { types = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns == null ? string.Empty : ns; } set { ns = value; } } ///[To be supplied.] ////// /// public string ElementName { get { return name == null ? string.Empty : name; } set { name = 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
- ConfigurationSchemaErrors.cs
- SymmetricAlgorithm.cs
- smtppermission.cs
- CodeMemberProperty.cs
- IdentityNotMappedException.cs
- DiscoveryRequestHandler.cs
- MemoryPressure.cs
- SelfIssuedAuthRSAPKCS1SignatureDeformatter.cs
- FileDataSourceCache.cs
- MouseActionConverter.cs
- TypefaceCollection.cs
- _SSPISessionCache.cs
- WebPartConnectionsCancelVerb.cs
- StringUtil.cs
- FamilyTypefaceCollection.cs
- RawStylusInput.cs
- HtmlSelect.cs
- RequestResizeEvent.cs
- MediaElementAutomationPeer.cs
- WebEventCodes.cs
- DataServiceResponse.cs
- SqlNodeAnnotations.cs
- NavigateEvent.cs
- PeerToPeerException.cs
- ThousandthOfEmRealPoints.cs
- BitmapEffectDrawing.cs
- StrongNameMembershipCondition.cs
- NumberFunctions.cs
- BitmapInitialize.cs
- BuildTopDownAttribute.cs
- Graphics.cs
- FigureParaClient.cs
- PtsContext.cs
- UriTemplateClientFormatter.cs
- ControlDesigner.cs
- XmlElementList.cs
- HtmlWindowCollection.cs
- PerformanceCounterPermissionEntry.cs
- DBPropSet.cs
- diagnosticsswitches.cs
- ConstraintManager.cs
- StorageTypeMapping.cs
- CodeArrayCreateExpression.cs
- SecurityTokenValidationException.cs
- AsyncCompletedEventArgs.cs
- TCPClient.cs
- XmlDocumentFieldSchema.cs
- RequestResponse.cs
- CalendarDay.cs
- ColumnTypeConverter.cs
- NamespaceInfo.cs
- CalendarDateRangeChangingEventArgs.cs
- SecurityUtils.cs
- Tablet.cs
- IApplicationTrustManager.cs
- DesignBindingConverter.cs
- TableParaClient.cs
- QuadraticBezierSegment.cs
- Buffer.cs
- BlobPersonalizationState.cs
- IPAddress.cs
- MouseEvent.cs
- ObjectAnimationUsingKeyFrames.cs
- EventRoute.cs
- Evaluator.cs
- SiblingIterators.cs
- EventMemberCodeDomSerializer.cs
- CatalogPart.cs
- DataGridViewHeaderCell.cs
- GiveFeedbackEventArgs.cs
- ComponentManagerBroker.cs
- FontClient.cs
- IdentityHolder.cs
- BaseCodePageEncoding.cs
- Camera.cs
- XPathDocumentNavigator.cs
- WizardSideBarListControlItemEventArgs.cs
- COM2IDispatchConverter.cs
- HttpHandlersSection.cs
- InvalidDataContractException.cs
- ButtonBase.cs
- MenuCommand.cs
- Lasso.cs
- ProfileWorkflowElement.cs
- CompositeControlDesigner.cs
- InitializerFacet.cs
- JavascriptCallbackResponseProperty.cs
- ReliableOutputSessionChannel.cs
- ExtensibleClassFactory.cs
- TextSelectionProcessor.cs
- ZipIOLocalFileHeader.cs
- Region.cs
- XmlDataFileEditor.cs
- PropertyValueUIItem.cs
- Point3DConverter.cs
- WebServiceEndpoint.cs
- XmlValidatingReader.cs
- VisualBrush.cs
- Vector3DKeyFrameCollection.cs
- Panel.cs