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;
///
///
/// [To be supplied.]
///
[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.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
using System.Xml.Schema;
///
///
/// [To be supplied.]
///
[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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SelectionItemProviderWrapper.cs
- NameScope.cs
- KeyNotFoundException.cs
- ByteStorage.cs
- HtmlHead.cs
- ActivityCodeDomReferenceService.cs
- DataObjectAttribute.cs
- GenericTypeParameterBuilder.cs
- _TLSstream.cs
- selecteditemcollection.cs
- ExchangeUtilities.cs
- DataGridCaption.cs
- GridViewUpdatedEventArgs.cs
- PlatformCulture.cs
- ISAPIWorkerRequest.cs
- ExtractorMetadata.cs
- DataGridColumnHeaderAutomationPeer.cs
- _TLSstream.cs
- SmtpClient.cs
- SamlConditions.cs
- TreeNodeMouseHoverEvent.cs
- UTF32Encoding.cs
- KeyToListMap.cs
- ISO2022Encoding.cs
- HttpException.cs
- EventPropertyMap.cs
- SafeFileMappingHandle.cs
- TemplateControlParser.cs
- PowerModeChangedEventArgs.cs
- StyleSelector.cs
- ResourcesBuildProvider.cs
- WebAdminConfigurationHelper.cs
- NavigationFailedEventArgs.cs
- __Error.cs
- ScrollBarAutomationPeer.cs
- CodeAttachEventStatement.cs
- ADRoleFactoryConfiguration.cs
- TransactionManager.cs
- AnnotationMap.cs
- UIAgentMonitorHandle.cs
- ReflectionUtil.cs
- Publisher.cs
- COM2Enum.cs
- ListBoxItem.cs
- CodeObject.cs
- ConfigXmlWhitespace.cs
- ToolStripItemDesigner.cs
- MergePropertyDescriptor.cs
- GridSplitterAutomationPeer.cs
- DataPagerFieldCollection.cs
- StreamReader.cs
- ObjectStateFormatter.cs
- _OSSOCK.cs
- ComponentResourceManager.cs
- Italic.cs
- dbdatarecord.cs
- ToolboxDataAttribute.cs
- GetMemberBinder.cs
- TextParagraphView.cs
- LicenseContext.cs
- GroupStyle.cs
- MediaScriptCommandRoutedEventArgs.cs
- ParserHooks.cs
- infer.cs
- InvalidOperationException.cs
- ListenerElementsCollection.cs
- SafeReadContext.cs
- AsyncOperationManager.cs
- Enum.cs
- FrameworkElementFactory.cs
- InheritanceAttribute.cs
- ViewStateModeByIdAttribute.cs
- ZoneLinkButton.cs
- Int32Storage.cs
- WebPartDisplayModeEventArgs.cs
- AxisAngleRotation3D.cs
- SamlAuthorizationDecisionStatement.cs
- SR.cs
- UIElementCollection.cs
- DataGridTableStyleMappingNameEditor.cs
- ScaleTransform.cs
- SqlVersion.cs
- SynchronizedDispatch.cs
- _HeaderInfo.cs
- NamespaceEmitter.cs
- DbConnectionOptions.cs
- SqlDataSourceCache.cs
- XmlSerializableServices.cs
- TreeView.cs
- SelectionBorderGlyph.cs
- ObjectAssociationEndMapping.cs
- ChtmlTextWriter.cs
- glyphs.cs
- StyleConverter.cs
- VersionedStreamOwner.cs
- CredentialCache.cs
- Encoder.cs
- DocumentsTrace.cs
- BrowserCapabilitiesCompiler.cs
- StylusDevice.cs