Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TiffBitmapDecoder.cs
- WebCodeGenerator.cs
- DrawingVisual.cs
- SQlBooleanStorage.cs
- autovalidator.cs
- MetadataFile.cs
- _ScatterGatherBuffers.cs
- MenuCommand.cs
- ComplexType.cs
- BookmarkUndoUnit.cs
- DbConnectionPoolCounters.cs
- BuildProvider.cs
- WebPartConnectionsDisconnectVerb.cs
- NameValuePair.cs
- XpsS0ValidatingLoader.cs
- PaperSource.cs
- FieldBuilder.cs
- TrayIconDesigner.cs
- propertytag.cs
- ClosureBinding.cs
- SignatureResourcePool.cs
- oledbmetadatacollectionnames.cs
- oledbconnectionstring.cs
- Stream.cs
- MessageSecurityOverTcpElement.cs
- DesignConnection.cs
- ServiceCredentialsElement.cs
- RIPEMD160.cs
- BulletedListEventArgs.cs
- WindowsGraphicsWrapper.cs
- DataServiceQueryProvider.cs
- DoubleSumAggregationOperator.cs
- SqlCaseSimplifier.cs
- EntityCollection.cs
- RegionData.cs
- RoleGroup.cs
- BamlLocalizableResourceKey.cs
- ComponentTray.cs
- SchemaNotation.cs
- _TimerThread.cs
- CharacterBuffer.cs
- EntitySet.cs
- WebPartCloseVerb.cs
- DebugHandleTracker.cs
- ResourceIDHelper.cs
- MenuItem.cs
- TextStore.cs
- ModelFactory.cs
- CompModSwitches.cs
- WebPartUtil.cs
- CodeTypeDelegate.cs
- BackStopAuthenticationModule.cs
- DataIdProcessor.cs
- WebPartEditorApplyVerb.cs
- OpCodes.cs
- ResourceManager.cs
- OdbcErrorCollection.cs
- Guid.cs
- SignatureHelper.cs
- ByteConverter.cs
- ObjectDataSourceDisposingEventArgs.cs
- RawStylusSystemGestureInputReport.cs
- ToolboxBitmapAttribute.cs
- EventLogConfiguration.cs
- ComponentDispatcher.cs
- RestHandlerFactory.cs
- Privilege.cs
- UidManager.cs
- TokenCreationParameter.cs
- InputReport.cs
- SizeF.cs
- Ref.cs
- RawMouseInputReport.cs
- ExpressionsCollectionEditor.cs
- SmiXetterAccessMap.cs
- SQLGuidStorage.cs
- ObjectConverter.cs
- XmlSchemaSimpleType.cs
- DataChangedEventManager.cs
- FlowPanelDesigner.cs
- OracleFactory.cs
- BaseTemplateBuildProvider.cs
- InputScopeManager.cs
- cookie.cs
- PrintController.cs
- TaskFileService.cs
- FloatSumAggregationOperator.cs
- RadioButton.cs
- SoapHeaderException.cs
- DataServiceException.cs
- DataGridViewCellStyle.cs
- StringStorage.cs
- ExplicitDiscriminatorMap.cs
- DocumentReference.cs
- EventItfInfo.cs
- HttpApplication.cs
- Input.cs
- ContextMenuAutomationPeer.cs
- DataColumn.cs
- EntityKeyElement.cs