Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Discovery / XmlSchemaSearchPattern.cs / 1305376 / XmlSchemaSearchPattern.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Discovery { using System; using System.Security.Permissions; ////// /// public sealed class XmlSchemaSearchPattern : DiscoverySearchPattern { ///[To be supplied.] ////// /// public override string Pattern { get { return "*.xsd"; } } ///[To be supplied.] ////// /// public override DiscoveryReference GetDiscoveryReference(string filename) { return new SchemaReference(filename); } } } // 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
- ModulesEntry.cs
- WindowHelperService.cs
- PagesSection.cs
- FlowDocumentScrollViewer.cs
- EntityDesignPluralizationHandler.cs
- DynamicPropertyHolder.cs
- WorkflowElementDialog.cs
- CodeDomConfigurationHandler.cs
- ConsumerConnectionPoint.cs
- TextElementCollectionHelper.cs
- CrossSiteScriptingValidation.cs
- HttpCookiesSection.cs
- UIElement3D.cs
- MessageQueue.cs
- ApplicationInfo.cs
- ClientBuildManagerCallback.cs
- SynchronizationFilter.cs
- Clipboard.cs
- DeflateStream.cs
- ImageCodecInfoPrivate.cs
- ResourceIDHelper.cs
- Restrictions.cs
- ObjectDataSource.cs
- MethodAccessException.cs
- userdatakeys.cs
- BitmapEffectGroup.cs
- EventProxy.cs
- RequestValidator.cs
- DockAndAnchorLayout.cs
- KnownTypesHelper.cs
- UiaCoreApi.cs
- ProtocolsConfigurationEntry.cs
- BindingCollection.cs
- NamespaceEmitter.cs
- FormsAuthentication.cs
- BindingCompleteEventArgs.cs
- SqlMethods.cs
- FilteredDataSetHelper.cs
- SqlCommandBuilder.cs
- ProfileSettingsCollection.cs
- RegularExpressionValidator.cs
- CreateUserWizardStep.cs
- XmlQueryType.cs
- DrawingAttributesDefaultValueFactory.cs
- ValidationPropertyAttribute.cs
- ObjectDataSourceSelectingEventArgs.cs
- DesignerRegionCollection.cs
- AddingNewEventArgs.cs
- CodeExporter.cs
- __ComObject.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- WorkItem.cs
- URLIdentityPermission.cs
- CompilationLock.cs
- HyperLinkDataBindingHandler.cs
- EventWaitHandleSecurity.cs
- StorageEntityTypeMapping.cs
- ConditionalAttribute.cs
- RangeExpression.cs
- RtfToken.cs
- SqlDataSourceTableQuery.cs
- Normalization.cs
- COM2IDispatchConverter.cs
- StringCollectionMarkupSerializer.cs
- _ProxyChain.cs
- ArglessEventHandlerProxy.cs
- TextSelection.cs
- SetterBaseCollection.cs
- SessionEndedEventArgs.cs
- AccessedThroughPropertyAttribute.cs
- ResourcesChangeInfo.cs
- StoreAnnotationsMap.cs
- RandomNumberGenerator.cs
- ObjectListTitleAttribute.cs
- ComponentCollection.cs
- InvalidCastException.cs
- BinaryWriter.cs
- TCEAdapterGenerator.cs
- AttributeQuery.cs
- TypeConverters.cs
- DataGridViewCellStateChangedEventArgs.cs
- PerfCounters.cs
- TheQuery.cs
- SqlVisitor.cs
- DictionaryTraceRecord.cs
- StorageComplexPropertyMapping.cs
- FactoryGenerator.cs
- WindowShowOrOpenTracker.cs
- SoapAttributeOverrides.cs
- DoubleIndependentAnimationStorage.cs
- SQLInt32.cs
- Subset.cs
- StatusBar.cs
- OleDbRowUpdatedEvent.cs
- XmlObjectSerializerWriteContext.cs
- ApplicationSettingsBase.cs
- MsmqIntegrationInputMessage.cs
- ActiveXHost.cs
- DataKeyCollection.cs
- NavigatorOutput.cs