Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / XmlUtils / System / Xml / Xsl / QIL / QilDataSource.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SignedXmlDebugLog.cs
- DataRowComparer.cs
- SingleStorage.cs
- SqlConnection.cs
- DataGridHeaderBorder.cs
- CompositeDataBoundControl.cs
- SymmetricKeyWrap.cs
- BaseConfigurationRecord.cs
- Pair.cs
- Helpers.cs
- DeclarativeCatalogPart.cs
- _HeaderInfo.cs
- StatusBarItemAutomationPeer.cs
- XmlConverter.cs
- NumericUpDown.cs
- SecurityContextTokenCache.cs
- LineGeometry.cs
- UndoManager.cs
- StandardBindingCollectionElement.cs
- SamlDoNotCacheCondition.cs
- Pkcs7Signer.cs
- StylusButtonCollection.cs
- RouteData.cs
- EndOfStreamException.cs
- AudioDeviceOut.cs
- HttpContext.cs
- ChannelSinkStacks.cs
- ValidatingReaderNodeData.cs
- GeometryHitTestResult.cs
- ChangesetResponse.cs
- XmlArrayItemAttribute.cs
- EmbeddedMailObjectsCollection.cs
- documentsequencetextcontainer.cs
- IgnoreSectionHandler.cs
- XMLSyntaxException.cs
- ListMarkerSourceInfo.cs
- DbProviderConfigurationHandler.cs
- ActivationServices.cs
- FieldNameLookup.cs
- AnnotationResourceCollection.cs
- Helpers.cs
- FunctionMappingTranslator.cs
- TextAdaptor.cs
- ImpersonateTokenRef.cs
- EndpointAddressMessageFilterTable.cs
- CustomTrackingQuery.cs
- ResourceBinder.cs
- AddressHeader.cs
- QueryOperatorEnumerator.cs
- WebServicesSection.cs
- Rijndael.cs
- SelectedGridItemChangedEvent.cs
- ToolStripItemCollection.cs
- BaseInfoTable.cs
- SatelliteContractVersionAttribute.cs
- CachedTypeface.cs
- DesignerLoader.cs
- ListenerElementsCollection.cs
- XPathLexer.cs
- WorkflowServiceBehavior.cs
- ParenthesizePropertyNameAttribute.cs
- AssemblyBuilderData.cs
- UserNameSecurityTokenProvider.cs
- FacetValues.cs
- RightsManagementPermission.cs
- EditingScope.cs
- ProxyWebPartConnectionCollection.cs
- UrlPath.cs
- DataGridViewCellValidatingEventArgs.cs
- FileEnumerator.cs
- ComponentChangedEvent.cs
- SemanticAnalyzer.cs
- InputBindingCollection.cs
- SiteMapNodeItem.cs
- DataGridTable.cs
- BulletedList.cs
- Vector3DAnimation.cs
- LocalIdKeyIdentifierClause.cs
- RoutedEventHandlerInfo.cs
- LineProperties.cs
- SqlAliaser.cs
- NavigationProgressEventArgs.cs
- CustomActivityDesigner.cs
- HandleRef.cs
- KeyValueConfigurationElement.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- CodeParameterDeclarationExpression.cs
- _HeaderInfoTable.cs
- ProtocolsConfigurationEntry.cs
- MemoryMappedViewAccessor.cs
- SettingsPropertyCollection.cs
- XappLauncher.cs
- CatalogPartChrome.cs
- HtmlImage.cs
- Setter.cs
- MethodBody.cs
- CharKeyFrameCollection.cs
- CollectionViewProxy.cs
- ObjectToken.cs
- ProvidersHelper.cs