Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / XmlUtils / System / Xml / Xsl / QIL / QilDataSource.cs / 1 / QilDataSource.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Xml.Schema; using System.Diagnostics; namespace System.Xml.Xsl.Qil { ////// View over a Qil DataSource operator. /// ////// Don't construct QIL nodes directly; instead, use the internal class QilDataSource : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ///QilFactory . ////// Construct a new node /// public QilDataSource(QilNodeType nodeType, QilNode name, QilNode baseUri) : base(nodeType, name, baseUri) { } //----------------------------------------------- // QilDataSource methods //----------------------------------------------- public QilNode Name { get { return Left; } set { Left = value; } } public QilNode BaseUri { get { return Right; } set { Right = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Xml.Schema; using System.Diagnostics; namespace System.Xml.Xsl.Qil { ////// View over a Qil DataSource operator. /// ////// Don't construct QIL nodes directly; instead, use the internal class QilDataSource : QilBinary { //----------------------------------------------- // Constructor //----------------------------------------------- ///QilFactory . ////// Construct a new node /// public QilDataSource(QilNodeType nodeType, QilNode name, QilNode baseUri) : base(nodeType, name, baseUri) { } //----------------------------------------------- // QilDataSource methods //----------------------------------------------- public QilNode Name { get { return Left; } set { Left = value; } } public QilNode BaseUri { get { return Right; } set { Right = value; } } } } // 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
- DocumentStatusResources.cs
- UnicastIPAddressInformationCollection.cs
- DefaultAuthorizationContext.cs
- DiagnosticTrace.cs
- MatrixCamera.cs
- ComboBoxItem.cs
- ContentTextAutomationPeer.cs
- WorkflowDataContext.cs
- Point3DConverter.cs
- DataRecordInternal.cs
- XmlNodeChangedEventArgs.cs
- UrlMappingCollection.cs
- printdlgexmarshaler.cs
- DocumentNUp.cs
- PeerNameResolver.cs
- SystemIPGlobalStatistics.cs
- SkipQueryOptionExpression.cs
- BamlLocalizableResourceKey.cs
- ExplicitDiscriminatorMap.cs
- HitTestWithGeometryDrawingContextWalker.cs
- EventPropertyMap.cs
- ProvidersHelper.cs
- IdentityNotMappedException.cs
- Walker.cs
- ArgumentOutOfRangeException.cs
- SoapSchemaMember.cs
- Help.cs
- DropShadowBitmapEffect.cs
- ElementProxy.cs
- FastEncoder.cs
- CopyCodeAction.cs
- ComNativeDescriptor.cs
- EventSetter.cs
- ProgressPage.cs
- HtmlInputRadioButton.cs
- SHA512.cs
- base64Transforms.cs
- FocusTracker.cs
- TracedNativeMethods.cs
- ManagedFilter.cs
- HandlerBase.cs
- CheckBoxList.cs
- ViewPort3D.cs
- HierarchicalDataSourceIDConverter.cs
- ConsumerConnectionPoint.cs
- DebuggerAttributes.cs
- WinInetCache.cs
- AnimationClockResource.cs
- EndpointAddressAugust2004.cs
- SelectionRangeConverter.cs
- SecurityKeyUsage.cs
- ToolBar.cs
- ProfileBuildProvider.cs
- ConnectionDemuxer.cs
- FontSizeConverter.cs
- AbstractSvcMapFileLoader.cs
- BuildProvidersCompiler.cs
- FontFamilyConverter.cs
- DataGridTextColumn.cs
- CodeValidator.cs
- SqlGatherConsumedAliases.cs
- BufferedMessageData.cs
- AtomicFile.cs
- BufferedReadStream.cs
- ExpressionEvaluator.cs
- ConfigUtil.cs
- PathHelper.cs
- ServicesUtilities.cs
- SizeConverter.cs
- HttpChannelHelper.cs
- TabRenderer.cs
- HandlerWithFactory.cs
- ToolboxService.cs
- NavigationHelper.cs
- ProtectedProviderSettings.cs
- SimpleApplicationHost.cs
- SoapMessage.cs
- ToolStripContentPanelRenderEventArgs.cs
- DNS.cs
- AbsoluteQuery.cs
- HttpDebugHandler.cs
- SRGSCompiler.cs
- UrlAuthFailureHandler.cs
- ExternalException.cs
- CounterCreationDataCollection.cs
- HttpApplicationFactory.cs
- WebPartEditorCancelVerb.cs
- AccessorTable.cs
- Schedule.cs
- PartitionedStreamMerger.cs
- ConfigXmlReader.cs
- UnknownWrapper.cs
- TabItemAutomationPeer.cs
- OutKeywords.cs
- LassoHelper.cs
- Overlapped.cs
- SingleStorage.cs
- VisualStyleRenderer.cs
- DataSourceSerializationException.cs
- PerformanceCounterCategory.cs