Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EdmProviderManifest.cs
- CryptoApi.cs
- WebPartCatalogCloseVerb.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- MethodRental.cs
- WebConfigurationHost.cs
- UrlParameterWriter.cs
- TraceSection.cs
- ObjectContext.cs
- MeasurementDCInfo.cs
- EventProvider.cs
- InputQueue.cs
- SqlServer2KCompatibilityCheck.cs
- GridViewCommandEventArgs.cs
- OraclePermissionAttribute.cs
- IDReferencePropertyAttribute.cs
- AppDomain.cs
- X509CertificateTokenFactoryCredential.cs
- SqlRecordBuffer.cs
- ProfilePropertyNameValidator.cs
- RSAPKCS1SignatureFormatter.cs
- ErrorWebPart.cs
- InternalConfigEventArgs.cs
- OrderingQueryOperator.cs
- GatewayDefinition.cs
- PrinterUnitConvert.cs
- SafeCryptHandles.cs
- SafeUserTokenHandle.cs
- SmtpSection.cs
- ShapingEngine.cs
- DataGridSortCommandEventArgs.cs
- SqlTypesSchemaImporter.cs
- ContentPlaceHolderDesigner.cs
- InkCanvas.cs
- Decoder.cs
- XmlExpressionDumper.cs
- DetailsViewInsertEventArgs.cs
- ToolStripDropDownItem.cs
- ProfileModule.cs
- JournalEntry.cs
- ZipIOLocalFileBlock.cs
- SecurityDocument.cs
- RuntimeCompatibilityAttribute.cs
- While.cs
- UrlPropertyAttribute.cs
- QilTargetType.cs
- ClientSideProviderDescription.cs
- HttpListener.cs
- GridViewSortEventArgs.cs
- BoundPropertyEntry.cs
- ComponentEditorPage.cs
- BlurBitmapEffect.cs
- ObjectStateManager.cs
- TransformerTypeCollection.cs
- ParameterCollectionEditor.cs
- ConfigurationManagerHelperFactory.cs
- XmlSchemaFacet.cs
- UxThemeWrapper.cs
- CurrentChangingEventManager.cs
- BindableTemplateBuilder.cs
- ProfileBuildProvider.cs
- ToolStripControlHost.cs
- RecommendedAsConfigurableAttribute.cs
- CompilerScopeManager.cs
- AnnotationHelper.cs
- BaseParaClient.cs
- TreeViewCancelEvent.cs
- IconConverter.cs
- XmlAnyElementAttribute.cs
- WorkflowPersistenceContext.cs
- BitmapImage.cs
- SectionInput.cs
- BitmapFrame.cs
- TagPrefixCollection.cs
- CodeAttributeArgumentCollection.cs
- WebPartAddingEventArgs.cs
- MethodImplAttribute.cs
- SspiNegotiationTokenAuthenticator.cs
- BitmapScalingModeValidation.cs
- HttpCacheVary.cs
- HttpResponseInternalWrapper.cs
- DataColumnSelectionConverter.cs
- ApplicationHost.cs
- SystemIPInterfaceProperties.cs
- AssociationTypeEmitter.cs
- ColumnTypeConverter.cs
- DefaultTextStoreTextComposition.cs
- QuaternionRotation3D.cs
- TypeDescriptor.cs
- MetaTableHelper.cs
- SystemException.cs
- DeferredSelectedIndexReference.cs
- activationcontext.cs
- WebPartZoneCollection.cs
- TextRangeSerialization.cs
- Empty.cs
- HtmlLink.cs
- HandlerBase.cs
- ListSourceHelper.cs
- EmbeddedObject.cs