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
- WebHttpDispatchOperationSelector.cs
- Parser.cs
- TypeNameParser.cs
- BufferedGraphicsManager.cs
- PeerTransportListenAddressValidator.cs
- FontStyles.cs
- DataColumnMappingCollection.cs
- XamlSerializerUtil.cs
- WSHttpSecurity.cs
- WindowsListViewSubItem.cs
- RegexStringValidatorAttribute.cs
- LogLogRecordEnumerator.cs
- returneventsaver.cs
- MSAAEventDispatcher.cs
- RecognizerStateChangedEventArgs.cs
- MouseBinding.cs
- SQLDecimal.cs
- SaveCardRequest.cs
- SortAction.cs
- DropShadowBitmapEffect.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- _RequestCacheProtocol.cs
- Lease.cs
- SByteStorage.cs
- EditorServiceContext.cs
- VerificationException.cs
- OutputWindow.cs
- RowToFieldTransformer.cs
- GroupBoxAutomationPeer.cs
- DataContractSerializer.cs
- ExpressionWriter.cs
- RegistryExceptionHelper.cs
- HeaderedItemsControl.cs
- Certificate.cs
- PropertyRef.cs
- EntityDataSourceValidationException.cs
- ArrowControl.xaml.cs
- DataGridRelationshipRow.cs
- NonSerializedAttribute.cs
- DataServicePagingProviderWrapper.cs
- CollectionType.cs
- HierarchicalDataBoundControl.cs
- CountAggregationOperator.cs
- ToolStripContainerActionList.cs
- Adorner.cs
- figurelengthconverter.cs
- ControlEvent.cs
- Span.cs
- XpsS0ValidatingLoader.cs
- Psha1DerivedKeyGenerator.cs
- RenderOptions.cs
- mactripleDES.cs
- ReflectionPermission.cs
- ManifestBasedResourceGroveler.cs
- GroupBox.cs
- UpdateProgress.cs
- BindingExpressionBase.cs
- XmlILTrace.cs
- WizardStepBase.cs
- ContentElementAutomationPeer.cs
- DictionaryEntry.cs
- UpdateTracker.cs
- NominalTypeEliminator.cs
- VirtualDirectoryMapping.cs
- SingleAnimationUsingKeyFrames.cs
- AsyncOperationLifetimeManager.cs
- Control.cs
- KernelTypeValidation.cs
- MeshGeometry3D.cs
- Module.cs
- DesigntimeLicenseContextSerializer.cs
- SiteMapProvider.cs
- XsltFunctions.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- MsmqPoisonMessageException.cs
- RightsManagementProvider.cs
- Identity.cs
- PatternMatchRules.cs
- SqlConnectionString.cs
- IriParsingElement.cs
- RequestCachePolicy.cs
- LostFocusEventManager.cs
- Table.cs
- Propagator.Evaluator.cs
- TreeWalker.cs
- TraceContextRecord.cs
- LongTypeConverter.cs
- HttpModuleActionCollection.cs
- DataBoundControlAdapter.cs
- LessThan.cs
- ContextDataSourceContextData.cs
- SharedConnectionInfo.cs
- RuntimeResourceSet.cs
- SplashScreenNativeMethods.cs
- InputElement.cs
- ConfigXmlSignificantWhitespace.cs
- CustomError.cs
- QueryRewriter.cs
- AddInAttribute.cs
- SymbolEqualComparer.cs