Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DataSetMappper.cs
- ListDictionary.cs
- SettingsPropertyIsReadOnlyException.cs
- PointLightBase.cs
- DiscreteKeyFrames.cs
- RelationshipManager.cs
- Style.cs
- LazyTextWriterCreator.cs
- HiddenField.cs
- SmtpCommands.cs
- OleDbException.cs
- TextElement.cs
- TextTreeText.cs
- ClientScriptManagerWrapper.cs
- GCHandleCookieTable.cs
- DocumentViewerBase.cs
- SessionStateModule.cs
- FileClassifier.cs
- BroadcastEventHelper.cs
- DecoderFallbackWithFailureFlag.cs
- ContentIterators.cs
- SelfIssuedSamlTokenFactory.cs
- ParserHooks.cs
- StrokeRenderer.cs
- AliasExpr.cs
- TypeUsage.cs
- QueryOpeningEnumerator.cs
- DataGridViewComboBoxColumnDesigner.cs
- XmlEncApr2001.cs
- AsynchronousChannelMergeEnumerator.cs
- MetricEntry.cs
- DataGridViewCell.cs
- WebPartUserCapability.cs
- UnsafeNativeMethods.cs
- SyndicationDeserializer.cs
- ConfigurationStrings.cs
- ExpressionsCollectionEditor.cs
- SiteIdentityPermission.cs
- ZoneButton.cs
- OpenFileDialog.cs
- NavigationEventArgs.cs
- SqlTriggerAttribute.cs
- InvalidWMPVersionException.cs
- HostingPreferredMapPath.cs
- Polyline.cs
- DropShadowBitmapEffect.cs
- ConfigurationSectionGroupCollection.cs
- CodeGenerator.cs
- SortedList.cs
- EventLogPermissionEntry.cs
- KerberosReceiverSecurityToken.cs
- ThaiBuddhistCalendar.cs
- MemoryRecordBuffer.cs
- AppearanceEditorPart.cs
- ScrollData.cs
- InstallerTypeAttribute.cs
- ClientRuntime.cs
- KerberosTicketHashIdentifierClause.cs
- DocumentSchemaValidator.cs
- ClientRuntimeConfig.cs
- PauseStoryboard.cs
- BufferedStream2.cs
- SystemPens.cs
- HttpAsyncResult.cs
- ProgressBar.cs
- DependencyPropertyKind.cs
- CellConstant.cs
- IsolatedStorage.cs
- MimeTypeMapper.cs
- PointAnimationBase.cs
- SecurityRuntime.cs
- Misc.cs
- XmlSchemaObjectTable.cs
- HtmlInputReset.cs
- RunInstallerAttribute.cs
- StoreAnnotationsMap.cs
- ApplicationManager.cs
- TrustSection.cs
- ActivityTypeDesigner.xaml.cs
- XhtmlConformanceSection.cs
- SafeNativeMethodsOther.cs
- CodeExporter.cs
- CommandLineParser.cs
- IdentityReference.cs
- CacheEntry.cs
- QilSortKey.cs
- Cursors.cs
- BufferedGraphicsContext.cs
- SharedTcpTransportManager.cs
- MultiPageTextView.cs
- ContextProperty.cs
- DuplicateWaitObjectException.cs
- hresults.cs
- DataGridViewUtilities.cs
- X509Utils.cs
- ExtractCollection.cs
- DecimalStorage.cs
- UICuesEvent.cs
- XmlNamespaceMapping.cs
- InstanceKeyCompleteException.cs