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
- GeometryGroup.cs
- EditorZone.cs
- SecurityPolicySection.cs
- AsyncInvokeOperation.cs
- ExternalCalls.cs
- ContractComponent.cs
- DefaultIfEmptyQueryOperator.cs
- __TransparentProxy.cs
- SoapObjectInfo.cs
- ScrollBar.cs
- TokenFactoryCredential.cs
- CharEnumerator.cs
- EncodingInfo.cs
- WrappedIUnknown.cs
- CustomError.cs
- TextRangeEdit.cs
- ToggleProviderWrapper.cs
- DataGridViewSortCompareEventArgs.cs
- TableProviderWrapper.cs
- SystemTcpStatistics.cs
- Message.cs
- ObjectCloneHelper.cs
- TypeHelper.cs
- SymbolUsageManager.cs
- ConstructorExpr.cs
- StylusButtonEventArgs.cs
- ApplicationProxyInternal.cs
- CustomLineCap.cs
- SortQuery.cs
- PaperSize.cs
- FragmentNavigationEventArgs.cs
- UnsafeNativeMethods.cs
- XmlCharType.cs
- InternalsVisibleToAttribute.cs
- HandlerFactoryCache.cs
- SchemaImporter.cs
- HttpFileCollectionBase.cs
- MultiAsyncResult.cs
- SetIterators.cs
- TouchPoint.cs
- ByteArrayHelperWithString.cs
- Profiler.cs
- RegexFCD.cs
- AtomicFile.cs
- BinaryWriter.cs
- IndexedGlyphRun.cs
- DataTableNewRowEvent.cs
- InputScopeConverter.cs
- FontStretch.cs
- DeferredElementTreeState.cs
- SqlDataSourceTableQuery.cs
- FormatterConverter.cs
- ContractAdapter.cs
- HttpPostLocalhostServerProtocol.cs
- BamlRecordReader.cs
- DefaultAssemblyResolver.cs
- SqlDependencyListener.cs
- AssociatedControlConverter.cs
- EventDescriptorCollection.cs
- DataViewListener.cs
- ResponseBodyWriter.cs
- StringConcat.cs
- ToolStripDropDownClosedEventArgs.cs
- WebResourceAttribute.cs
- MetadataArtifactLoader.cs
- WorkflowWebService.cs
- GetReadStreamResult.cs
- NotFiniteNumberException.cs
- OptimalTextSource.cs
- Int32EqualityComparer.cs
- UnsafeNativeMethodsPenimc.cs
- BitConverter.cs
- TextMarkerSource.cs
- Size3D.cs
- AppearanceEditorPart.cs
- QuotedPrintableStream.cs
- DataGridCommandEventArgs.cs
- TokenCreationParameter.cs
- Timer.cs
- InstanceData.cs
- SafeNativeMethods.cs
- clipboard.cs
- HostedNamedPipeTransportManager.cs
- Number.cs
- InputReportEventArgs.cs
- SqlCacheDependencySection.cs
- SqlNotificationEventArgs.cs
- ClientBase.cs
- RegisteredExpandoAttribute.cs
- GraphicsPath.cs
- DataTableNewRowEvent.cs
- FileEnumerator.cs
- VectorCollection.cs
- ApplyTemplatesAction.cs
- Resources.Designer.cs
- MDIWindowDialog.cs
- CodeAttachEventStatement.cs
- JournalNavigationScope.cs
- BindableTemplateBuilder.cs
- COM2EnumConverter.cs