Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Configuration / XmlFormatExtensionPrefixAttribute.cs / 1305376 / XmlFormatExtensionPrefixAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Configuration { using System; ////// /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=true)] public sealed class XmlFormatExtensionPrefixAttribute : Attribute { string prefix; string ns; ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute() { } ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute(string prefix, string ns) { this.prefix = prefix; this.ns = ns; } ///[To be supplied.] ////// /// public string Prefix { get { return prefix == null ? string.Empty : prefix; } set { prefix = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns == null ? string.Empty : ns; } set { ns = 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
- SerializationEventsCache.cs
- EventBuilder.cs
- ToolStripScrollButton.cs
- PkcsUtils.cs
- ExpandSegmentCollection.cs
- SurrogateSelector.cs
- DataServiceQueryProvider.cs
- DatatypeImplementation.cs
- SequentialOutput.cs
- ConfigurationManagerHelperFactory.cs
- SHA256.cs
- XmlDataDocument.cs
- x509utils.cs
- CurrentTimeZone.cs
- DragStartedEventArgs.cs
- OnOperation.cs
- PreviewKeyDownEventArgs.cs
- AgileSafeNativeMemoryHandle.cs
- BufferModeSettings.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- XmlDataSourceView.cs
- SqlCommandAsyncResult.cs
- DbDataSourceEnumerator.cs
- ObjectDataSourceDesigner.cs
- SplashScreenNativeMethods.cs
- TrackBarRenderer.cs
- AttributeConverter.cs
- DataSourceDesigner.cs
- XmlSchemaGroupRef.cs
- DataSourceDesigner.cs
- DataSourceGroupCollection.cs
- ModelPropertyDescriptor.cs
- XDRSchema.cs
- _AcceptOverlappedAsyncResult.cs
- ChangeProcessor.cs
- XPathScanner.cs
- HandleCollector.cs
- HTMLTagNameToTypeMapper.cs
- XmlMemberMapping.cs
- FrameworkElement.cs
- HitTestResult.cs
- XmlParserContext.cs
- GPPOINTF.cs
- DataException.cs
- MetadataPropertyCollection.cs
- ImmutableDispatchRuntime.cs
- RouteItem.cs
- XmlSchemaGroup.cs
- XmlSchema.cs
- ControlBuilderAttribute.cs
- DataControlFieldHeaderCell.cs
- InvalidPropValue.cs
- DataGridViewRowEventArgs.cs
- XmlArrayItemAttributes.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- TripleDES.cs
- SelectionEditor.cs
- ConsoleKeyInfo.cs
- DrawListViewItemEventArgs.cs
- XmlFormatMapping.cs
- Attribute.cs
- ListBase.cs
- WindowsNonControl.cs
- CacheModeConverter.cs
- MethodToken.cs
- DecryptedHeader.cs
- CoTaskMemHandle.cs
- InputManager.cs
- StateFinalizationDesigner.cs
- DebugView.cs
- AppDomainProtocolHandler.cs
- XPathChildIterator.cs
- MouseBinding.cs
- log.cs
- NamespaceInfo.cs
- DecoderFallbackWithFailureFlag.cs
- GatewayDefinition.cs
- DescendentsWalker.cs
- dataSvcMapFileLoader.cs
- FieldTemplateUserControl.cs
- UserControl.cs
- DesignerActionUIStateChangeEventArgs.cs
- DockProviderWrapper.cs
- WebException.cs
- BufferedReadStream.cs
- ContextInformation.cs
- XmlSchemaParticle.cs
- DataGridViewRowPrePaintEventArgs.cs
- ShapingEngine.cs
- VBIdentifierNameEditor.cs
- TypedAsyncResult.cs
- EmptyEnumerator.cs
- StatusBarPanelClickEvent.cs
- PhysicalAddress.cs
- CngProperty.cs
- SrgsRulesCollection.cs
- DataSourceHelper.cs
- LogLogRecordHeader.cs
- TextOutput.cs
- ImageCodecInfo.cs