Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ToolboxItemAttribute.cs
- ToolBarTray.cs
- HttpCookiesSection.cs
- AgileSafeNativeMemoryHandle.cs
- DependentTransaction.cs
- EntityDataSourceChangingEventArgs.cs
- TableNameAttribute.cs
- ByteKeyFrameCollection.cs
- InheritanceUI.cs
- Lazy.cs
- StrongNamePublicKeyBlob.cs
- DataTransferEventArgs.cs
- AncestorChangedEventArgs.cs
- UrlPropertyAttribute.cs
- ChangePassword.cs
- ProfileGroupSettings.cs
- ContractMethodParameterInfo.cs
- TreeIterator.cs
- XmlArrayItemAttribute.cs
- Translator.cs
- XmlSchemaSimpleContentExtension.cs
- HttpCachePolicyBase.cs
- ConstructorExpr.cs
- VariantWrapper.cs
- diagnosticsswitches.cs
- FormatConvertedBitmap.cs
- ButtonDesigner.cs
- TriggerAction.cs
- ToolZone.cs
- DocumentPageHost.cs
- CultureInfoConverter.cs
- HeaderUtility.cs
- LingerOption.cs
- NativeRecognizer.cs
- OrderingExpression.cs
- TabControl.cs
- KnownColorTable.cs
- PlatformNotSupportedException.cs
- ContainerParagraph.cs
- ToggleProviderWrapper.cs
- RepeatButtonAutomationPeer.cs
- InternalsVisibleToAttribute.cs
- EntityParameter.cs
- _ConnectOverlappedAsyncResult.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- ScriptHandlerFactory.cs
- MetadataArtifactLoaderCompositeResource.cs
- ContentFilePart.cs
- ReachDocumentReferenceSerializer.cs
- SelectionManager.cs
- TagMapInfo.cs
- COM2IDispatchConverter.cs
- WebPartMinimizeVerb.cs
- TreeView.cs
- InnerItemCollectionView.cs
- ListViewItemMouseHoverEvent.cs
- FieldAccessException.cs
- BindingListCollectionView.cs
- FormsAuthenticationCredentials.cs
- HMACSHA512.cs
- FormView.cs
- WeakReference.cs
- Page.cs
- MachineSettingsSection.cs
- TreeView.cs
- PropertyGrid.cs
- EqualityComparer.cs
- SchemaConstraints.cs
- TextShapeableCharacters.cs
- StateMachine.cs
- PtsCache.cs
- SimpleType.cs
- DataGridViewSortCompareEventArgs.cs
- EntityViewGenerationAttribute.cs
- HotSpot.cs
- FullTextState.cs
- StructuredTypeEmitter.cs
- DynamicMethod.cs
- NaturalLanguageHyphenator.cs
- RoleManagerModule.cs
- GridItemCollection.cs
- ServicesExceptionNotHandledEventArgs.cs
- AssemblyBuilderData.cs
- SoundPlayerAction.cs
- ResourceDictionary.cs
- EpmTargetPathSegment.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- DirectionalLight.cs
- MailBnfHelper.cs
- IsolatedStorageFilePermission.cs
- HostingPreferredMapPath.cs
- EnvironmentPermission.cs
- TextRangeBase.cs
- XmlWhitespace.cs
- PointHitTestResult.cs
- ResXFileRef.cs
- ServiceOperation.cs
- FieldDescriptor.cs
- SchemaTableOptionalColumn.cs
- DiscoveryProxy.cs