Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Server / System / Data / Services / ExpandSegmentCollection.cs / 1407647 / ExpandSegmentCollection.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Provides a description of a path in an $expand query option // for a WCF Data Service. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services { using System.Collections.Generic; ////// Provides a description of a path in an $expand query option /// for a WCF Data Service. /// public class ExpandSegmentCollection : List{ /// Initializes a new public ExpandSegmentCollection() { } ///instance. Initializes a new /// Initial capacity. public ExpandSegmentCollection(int capacity) : base(capacity) { } ///instance. Whether this path has any filters. public bool HasFilter { get { foreach (ExpandSegment segment in this) { if (segment.HasFilter) { return true; } } return false; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Provides a description of a path in an $expand query option // for a WCF Data Service. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services { using System.Collections.Generic; ////// Provides a description of a path in an $expand query option /// for a WCF Data Service. /// public class ExpandSegmentCollection : List{ /// Initializes a new public ExpandSegmentCollection() { } ///instance. Initializes a new /// Initial capacity. public ExpandSegmentCollection(int capacity) : base(capacity) { } ///instance. Whether this path has any filters. public bool HasFilter { get { foreach (ExpandSegment segment in this) { if (segment.HasFilter) { return true; } } return false; } } } } // 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
- HandleValueEditor.cs
- XmlLangPropertyAttribute.cs
- ScriptManagerProxy.cs
- OciLobLocator.cs
- ProxyManager.cs
- StringBuilder.cs
- TextRunTypographyProperties.cs
- WorkflowInstance.cs
- VirtualPath.cs
- ToolStripPanelCell.cs
- ApplicationSecurityInfo.cs
- OLEDB_Util.cs
- StartUpEventArgs.cs
- OracleRowUpdatedEventArgs.cs
- BackStopAuthenticationModule.cs
- ByteAnimation.cs
- EqualityComparer.cs
- CodeDirectionExpression.cs
- smtppermission.cs
- RequestQueue.cs
- InstanceLockedException.cs
- PenThreadPool.cs
- UnmanagedBitmapWrapper.cs
- DispatcherTimer.cs
- HierarchicalDataSourceDesigner.cs
- StateManagedCollection.cs
- DataGridViewRowStateChangedEventArgs.cs
- EntityViewGenerationConstants.cs
- Double.cs
- LinkArea.cs
- SqlRowUpdatingEvent.cs
- WebPartManager.cs
- DesignerCommandAdapter.cs
- WindowsRichEditRange.cs
- InternalsVisibleToAttribute.cs
- CounterSample.cs
- FileDialogCustomPlacesCollection.cs
- ControlBindingsCollection.cs
- PeerMaintainer.cs
- AppDomainFactory.cs
- QilPatternFactory.cs
- GZipDecoder.cs
- RSACryptoServiceProvider.cs
- MissingMemberException.cs
- StrongTypingException.cs
- IProducerConsumerCollection.cs
- ComboBox.cs
- XmlText.cs
- PassportAuthenticationEventArgs.cs
- SequenceFullException.cs
- UntypedNullExpression.cs
- XomlCompiler.cs
- ToolStripLocationCancelEventArgs.cs
- BidirectionalDictionary.cs
- BaseHashHelper.cs
- MulticastNotSupportedException.cs
- ProtocolsConfigurationHandler.cs
- SineEase.cs
- Rotation3DAnimation.cs
- DataGridViewRowEventArgs.cs
- SimplePropertyEntry.cs
- ColumnWidthChangingEvent.cs
- OpCodes.cs
- CustomValidator.cs
- MissingMethodException.cs
- ProjectionAnalyzer.cs
- BackgroundFormatInfo.cs
- TemplatedWizardStep.cs
- CodeGenerator.cs
- SemanticKeyElement.cs
- AppDomain.cs
- WebSysDefaultValueAttribute.cs
- FileLoadException.cs
- AssociationEndMember.cs
- EventSource.cs
- UserControlAutomationPeer.cs
- DataGridItemEventArgs.cs
- StickyNoteAnnotations.cs
- AssociationTypeEmitter.cs
- DiffuseMaterial.cs
- ExceptionUtility.cs
- HttpServerProtocol.cs
- JavaScriptString.cs
- AdCreatedEventArgs.cs
- AssociationSetEnd.cs
- SafeReversePInvokeHandle.cs
- QuerySubExprEliminator.cs
- LogReserveAndAppendState.cs
- SystemIcmpV6Statistics.cs
- Clause.cs
- ToolStripPanelRenderEventArgs.cs
- RtfFormatStack.cs
- HttpListener.cs
- RestHandler.cs
- WebConfigurationManager.cs
- ColumnProvider.cs
- XmlWriter.cs
- Size3D.cs
- Vertex.cs
- XslTransform.cs