Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- MatrixConverter.cs
- PrivacyNoticeBindingElementImporter.cs
- WebUtil.cs
- WebPartMovingEventArgs.cs
- ResourceLoader.cs
- PeerToPeerException.cs
- RequestSecurityTokenResponse.cs
- PositiveTimeSpanValidatorAttribute.cs
- BindingNavigator.cs
- Ref.cs
- _UriTypeConverter.cs
- HttpChannelBindingToken.cs
- ProxyManager.cs
- DetailsViewModeEventArgs.cs
- SessionStateModule.cs
- IDataContractSurrogate.cs
- PowerStatus.cs
- TimeSpanStorage.cs
- FunctionNode.cs
- SoapFault.cs
- MailMessage.cs
- ObjectTag.cs
- _NtlmClient.cs
- UIElementAutomationPeer.cs
- DocumentViewerAutomationPeer.cs
- DataGridViewRow.cs
- DataGridRowHeaderAutomationPeer.cs
- EncryptedReference.cs
- ValueSerializer.cs
- KeyEventArgs.cs
- FragmentQuery.cs
- ConfigXmlWhitespace.cs
- WorkflowServiceAttributes.cs
- WorkflowMessageEventArgs.cs
- EncoderBestFitFallback.cs
- ServiceMetadataBehavior.cs
- SettingsSection.cs
- DocumentSchemaValidator.cs
- BinaryFormatterWriter.cs
- DistinctQueryOperator.cs
- nulltextnavigator.cs
- SerializationBinder.cs
- ListBindableAttribute.cs
- Light.cs
- Vars.cs
- SelectionUIHandler.cs
- ConditionChanges.cs
- IDispatchConstantAttribute.cs
- WindowsServiceElement.cs
- ChannelHandler.cs
- _NestedSingleAsyncResult.cs
- ThrowHelper.cs
- _NestedMultipleAsyncResult.cs
- TextLine.cs
- SecurityPolicySection.cs
- ImpersonationContext.cs
- ShadowGlyph.cs
- ServiceHttpModule.cs
- ProviderUtil.cs
- SvcMapFileLoader.cs
- WebBrowsableAttribute.cs
- HttpResponseHeader.cs
- NotFiniteNumberException.cs
- Matrix.cs
- DispatcherEventArgs.cs
- XmlDesignerDataSourceView.cs
- FileDialogCustomPlace.cs
- RelationshipWrapper.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- CheckBoxFlatAdapter.cs
- RuntimeConfigLKG.cs
- MailMessageEventArgs.cs
- DataControlCommands.cs
- StrongNameIdentityPermission.cs
- ScriptReferenceEventArgs.cs
- TextSelectionProcessor.cs
- XmlCharCheckingReader.cs
- SoapHeaderException.cs
- OleDbWrapper.cs
- ConfigurationLocation.cs
- ValidatingPropertiesEventArgs.cs
- Rectangle.cs
- TextRangeEditTables.cs
- EventNotify.cs
- DataGridViewDesigner.cs
- ProfileServiceManager.cs
- ListBoxAutomationPeer.cs
- _OSSOCK.cs
- DesignerView.xaml.cs
- TypeToArgumentTypeConverter.cs
- ItemCheckedEvent.cs
- MarginCollapsingState.cs
- AliasGenerator.cs
- HtmlEmptyTagControlBuilder.cs
- ParseHttpDate.cs
- IOThreadScheduler.cs
- SecurityTokenException.cs
- XmlSchemaDatatype.cs
- CopyOfAction.cs
- CellQuery.cs