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
- BufferedResponseStream.cs
- DataKey.cs
- Button.cs
- DependencyObjectProvider.cs
- InputLanguageCollection.cs
- PkcsMisc.cs
- XslTransform.cs
- HashMembershipCondition.cs
- SettingsBase.cs
- RawTextInputReport.cs
- ListControl.cs
- FlowLayoutPanelDesigner.cs
- ActiveXMessageFormatter.cs
- KnowledgeBase.cs
- NumericPagerField.cs
- _SslSessionsCache.cs
- MethodAccessException.cs
- TemplatePagerField.cs
- DelimitedListTraceListener.cs
- ResourceAssociationSet.cs
- EnumerableValidator.cs
- IntSecurity.cs
- AggregatePushdown.cs
- NegationPusher.cs
- WorkflowEventArgs.cs
- CallbackException.cs
- PhysicalOps.cs
- MetadataItemSerializer.cs
- UnsafeNativeMethods.cs
- NativeRecognizer.cs
- TextBlockAutomationPeer.cs
- CompiledIdentityConstraint.cs
- EntityCommandDefinition.cs
- _KerberosClient.cs
- WorkflowApplicationUnloadedException.cs
- ErrorWrapper.cs
- ColumnBinding.cs
- XmlSchemaChoice.cs
- KoreanLunisolarCalendar.cs
- SiteMapHierarchicalDataSourceView.cs
- GlyphRunDrawing.cs
- httpapplicationstate.cs
- WindowsFormsLinkLabel.cs
- RolePrincipal.cs
- InstallHelper.cs
- DispatcherExceptionFilterEventArgs.cs
- MemberPathMap.cs
- EntryPointNotFoundException.cs
- RemotingSurrogateSelector.cs
- PropertyDescriptorGridEntry.cs
- IERequestCache.cs
- CreationContext.cs
- DateTimeConverter.cs
- JumpList.cs
- BaseParser.cs
- WebControlAdapter.cs
- SourceFileInfo.cs
- XslNumber.cs
- DeviceSpecificDialogCachedState.cs
- itemelement.cs
- DataGridView.cs
- RawStylusInputCustomData.cs
- IDReferencePropertyAttribute.cs
- GraphicsState.cs
- TextTreeRootTextBlock.cs
- CqlParserHelpers.cs
- BamlTreeMap.cs
- XmlNodeComparer.cs
- TextSelectionHelper.cs
- DbConnectionStringBuilder.cs
- ComUdtElement.cs
- HtmlControl.cs
- DbMetaDataColumnNames.cs
- ParameterExpression.cs
- CodeExporter.cs
- ReflectionTypeLoadException.cs
- Formatter.cs
- DbResourceAllocator.cs
- ParallelTimeline.cs
- SafeFileMapViewHandle.cs
- XmlToDatasetMap.cs
- _Win32.cs
- ColorConverter.cs
- HtmlTableRowCollection.cs
- TypeDelegator.cs
- XmlCDATASection.cs
- DataSetViewSchema.cs
- LinkLabel.cs
- Crc32.cs
- DeflateEmulationStream.cs
- UserCancellationException.cs
- _HeaderInfo.cs
- LayoutTableCell.cs
- ModelTreeEnumerator.cs
- ReceiveSecurityHeaderElementManager.cs
- GetTokenRequest.cs
- GlobalItem.cs
- FixedFlowMap.cs
- HMACSHA256.cs
- TrackingServices.cs