Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / Serialization / XmlSchemaProviderAttribute.cs / 1 / XmlSchemaProviderAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; using System.Xml.Schema; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct)] public sealed class XmlSchemaProviderAttribute : System.Attribute { string methodName; bool any; ///[To be supplied.] ////// /// public XmlSchemaProviderAttribute(string methodName) { this.methodName = methodName; } ///[To be supplied.] ////// /// public string MethodName { get { return methodName; } } ///[To be supplied.] ////// /// public bool IsAny { get { return any; } set { any = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; using System.Xml.Schema; ////// /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct)] public sealed class XmlSchemaProviderAttribute : System.Attribute { string methodName; bool any; ///[To be supplied.] ////// /// public XmlSchemaProviderAttribute(string methodName) { this.methodName = methodName; } ///[To be supplied.] ////// /// public string MethodName { get { return methodName; } } ///[To be supplied.] ////// /// public bool IsAny { get { return any; } set { any = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ActivityMarkupSerializer.cs
- WeakEventTable.cs
- JsonSerializer.cs
- ResXFileRef.cs
- GeneratedCodeAttribute.cs
- EntityDataSourceChangingEventArgs.cs
- BindingGroup.cs
- CodeCatchClauseCollection.cs
- WeakEventManager.cs
- XPathBinder.cs
- BaseTemplateBuildProvider.cs
- LocalizationComments.cs
- CounterCreationDataCollection.cs
- HttpListenerException.cs
- QueryableDataSourceEditData.cs
- QueryExpr.cs
- WSFederationHttpBinding.cs
- StyleXamlParser.cs
- FontUnitConverter.cs
- XmlComment.cs
- ProviderBase.cs
- ExtensionSimplifierMarkupObject.cs
- VisualStyleRenderer.cs
- DocumentGridContextMenu.cs
- wgx_commands.cs
- x509utils.cs
- GridItemPattern.cs
- SimplePropertyEntry.cs
- AddInBase.cs
- OracleCommand.cs
- RenderingBiasValidation.cs
- HuffModule.cs
- PageTextBox.cs
- StrongNamePublicKeyBlob.cs
- ServerValidateEventArgs.cs
- Point3D.cs
- MatrixTransform3D.cs
- MissingMemberException.cs
- ArraySortHelper.cs
- LayoutSettings.cs
- DuplicateContext.cs
- WebException.cs
- PageHandlerFactory.cs
- LinqTreeNodeEvaluator.cs
- StoryFragments.cs
- XmlReflectionImporter.cs
- MonitoringDescriptionAttribute.cs
- BrowserCapabilitiesFactoryBase.cs
- ProjectionNode.cs
- TransactionBridgeSection.cs
- Camera.cs
- BaseTemplateParser.cs
- HttpProfileBase.cs
- InternalControlCollection.cs
- DoubleCollectionConverter.cs
- XamlWriter.cs
- ListBoxItemWrapperAutomationPeer.cs
- WorkflowItemPresenter.cs
- OutputCacheModule.cs
- PinProtectionHelper.cs
- TreeViewAutomationPeer.cs
- SqlPersonalizationProvider.cs
- Tile.cs
- UpdateProgress.cs
- ReaderContextStackData.cs
- EdmItemError.cs
- Renderer.cs
- XmlTextWriter.cs
- FindProgressChangedEventArgs.cs
- GeneralTransform3D.cs
- TreePrinter.cs
- CmsInterop.cs
- DetailsViewDeleteEventArgs.cs
- EventListener.cs
- CultureTable.cs
- FilterableData.cs
- QilVisitor.cs
- WebPartManager.cs
- Geometry.cs
- ASCIIEncoding.cs
- InternalSafeNativeMethods.cs
- PointConverter.cs
- TextContainerChangedEventArgs.cs
- ModelItem.cs
- DesignConnection.cs
- PtsPage.cs
- SingleKeyFrameCollection.cs
- ColumnMap.cs
- UnmanagedBitmapWrapper.cs
- InvalidPrinterException.cs
- RadialGradientBrush.cs
- TemplateAction.cs
- CodeCatchClauseCollection.cs
- DetailsViewPagerRow.cs
- TimerEventSubscription.cs
- TouchesOverProperty.cs
- ImageListUtils.cs
- CommonProperties.cs
- ECDiffieHellman.cs
- EntityWithChangeTrackerStrategy.cs