Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / ReadOnlyHierarchicalDataSourceView.cs / 1 / ReadOnlyHierarchicalDataSourceView.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Web; using System.Web.UI; using System.Web.Util; ////// This class is used by ReadOnlyHierarchicalDataSource to represent an /// individual view of a generic hierarchical data source. /// internal sealed class ReadOnlyHierarchicalDataSourceView : HierarchicalDataSourceView { private IHierarchicalEnumerable _dataSource; public ReadOnlyHierarchicalDataSourceView(IHierarchicalEnumerable dataSource) { _dataSource = dataSource; } public override IHierarchicalEnumerable Select() { return _dataSource; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Web; using System.Web.UI; using System.Web.Util; ////// This class is used by ReadOnlyHierarchicalDataSource to represent an /// individual view of a generic hierarchical data source. /// internal sealed class ReadOnlyHierarchicalDataSourceView : HierarchicalDataSourceView { private IHierarchicalEnumerable _dataSource; public ReadOnlyHierarchicalDataSourceView(IHierarchicalEnumerable dataSource) { _dataSource = dataSource; } public override IHierarchicalEnumerable Select() { return _dataSource; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlILConstructAnalyzer.cs
- CodePageEncoding.cs
- DocumentApplicationJournalEntryEventArgs.cs
- Faults.cs
- MailDefinition.cs
- designeractionlistschangedeventargs.cs
- FormViewModeEventArgs.cs
- DiscreteKeyFrames.cs
- XmlnsCompatibleWithAttribute.cs
- Single.cs
- ContentType.cs
- DataBoundControlHelper.cs
- RuntimeCompatibilityAttribute.cs
- CodePropertyReferenceExpression.cs
- DependentList.cs
- TextParagraphCache.cs
- BaseProcessor.cs
- HotSpotCollectionEditor.cs
- ResXBuildProvider.cs
- XmlExpressionDumper.cs
- FlowNode.cs
- RegexParser.cs
- Code.cs
- ActionFrame.cs
- InvokeWebService.cs
- DrawingImage.cs
- SystemUdpStatistics.cs
- ToolbarAUtomationPeer.cs
- COM2IPerPropertyBrowsingHandler.cs
- TypeUnloadedException.cs
- Privilege.cs
- SqlCrossApplyToCrossJoin.cs
- ToolboxItemFilterAttribute.cs
- SoapReflector.cs
- HashHelper.cs
- MultiPropertyDescriptorGridEntry.cs
- ToolStripProgressBar.cs
- ScopelessEnumAttribute.cs
- AnonymousIdentificationModule.cs
- EncryptedPackageFilter.cs
- WebPartActionVerb.cs
- HtmlWindow.cs
- Task.cs
- CollectionCodeDomSerializer.cs
- mda.cs
- URL.cs
- Material.cs
- EncoderParameters.cs
- Scene3D.cs
- ProcessThread.cs
- RawStylusSystemGestureInputReport.cs
- OleDbConnectionFactory.cs
- CodeSnippetExpression.cs
- ItemType.cs
- WebPartHeaderCloseVerb.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- IssuedTokenClientBehaviorsElementCollection.cs
- XmlDataCollection.cs
- HandlerFactoryWrapper.cs
- TypeInfo.cs
- Soap12ProtocolImporter.cs
- HwndSourceParameters.cs
- DbModificationClause.cs
- PartBasedPackageProperties.cs
- CookieParameter.cs
- StrokeRenderer.cs
- FormViewModeEventArgs.cs
- PropertyBuilder.cs
- Rfc2898DeriveBytes.cs
- Track.cs
- ChtmlTextBoxAdapter.cs
- xamlnodes.cs
- RegexRunner.cs
- ZipIOModeEnforcingStream.cs
- GlyphRun.cs
- TaskFileService.cs
- WeakEventManager.cs
- RequestTimeoutManager.cs
- WindowsToolbarAsMenu.cs
- XmlLanguageConverter.cs
- ClosureBinding.cs
- ScrollItemProviderWrapper.cs
- RsaKeyGen.cs
- DecoderReplacementFallback.cs
- X509Extension.cs
- _SpnDictionary.cs
- EnvelopedPkcs7.cs
- WebConfigurationHost.cs
- DataReceivedEventArgs.cs
- BamlResourceDeserializer.cs
- SByteStorage.cs
- ListControl.cs
- bidPrivateBase.cs
- DataReaderContainer.cs
- EnvelopedPkcs7.cs
- XmlWrappingReader.cs
- SecurityTokenResolver.cs
- RelatedImageListAttribute.cs
- InfiniteTimeSpanConverter.cs
- EntityDataSourceQueryBuilder.cs