Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataWeb / Server / System / Data / Services / ExpandSegmentCollection.cs / 1 / ExpandSegmentCollection.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Provides a description of a path in an $expand query option // for an ADO.NET Data Service. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressions; ////// Provides a description of a path in an $expand query option /// for an ADO.NET 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 an ADO.NET Data Service. // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services { using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq.Expressions; ////// Provides a description of a path in an $expand query option /// for an ADO.NET 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
- GeometryHitTestParameters.cs
- MetadataSource.cs
- shaperfactoryquerycachekey.cs
- ClientSettingsProvider.cs
- CommonGetThemePartSize.cs
- Column.cs
- OutputCacheSettings.cs
- BlobPersonalizationState.cs
- NativeMethods.cs
- MasterPageBuildProvider.cs
- QEncodedStream.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- PathFigure.cs
- PowerModeChangedEventArgs.cs
- HopperCache.cs
- XmlReaderDelegator.cs
- LexicalChunk.cs
- DataControlCommands.cs
- TimestampInformation.cs
- OledbConnectionStringbuilder.cs
- WinCategoryAttribute.cs
- MetadataCacheItem.cs
- SystemUdpStatistics.cs
- ToolboxBitmapAttribute.cs
- GCHandleCookieTable.cs
- InvokeGenerator.cs
- Int16Animation.cs
- ActivationWorker.cs
- SqlCommandBuilder.cs
- Executor.cs
- RemotingConfigParser.cs
- COSERVERINFO.cs
- Parameter.cs
- ProcessHostConfigUtils.cs
- smtppermission.cs
- BitmapMetadataEnumerator.cs
- ObfuscateAssemblyAttribute.cs
- LongMinMaxAggregationOperator.cs
- CommonGetThemePartSize.cs
- XPathParser.cs
- TimelineClockCollection.cs
- HuffCodec.cs
- SoapWriter.cs
- IdentifierService.cs
- WebReferencesBuildProvider.cs
- RuntimeVariablesExpression.cs
- SizeAnimation.cs
- StdValidatorsAndConverters.cs
- Utility.cs
- SchemaObjectWriter.cs
- HtmlTableCell.cs
- PenContext.cs
- Dictionary.cs
- XmlNodeChangedEventArgs.cs
- ConfigurationStrings.cs
- RegularExpressionValidator.cs
- ResourceSet.cs
- ToolboxComponentsCreatedEventArgs.cs
- WebConfigurationHost.cs
- PublisherIdentityPermission.cs
- FormsAuthenticationModule.cs
- DataGridViewRow.cs
- StorageComplexPropertyMapping.cs
- WebResourceAttribute.cs
- RijndaelManagedTransform.cs
- ImageList.cs
- SplitterCancelEvent.cs
- ConfigurationPropertyAttribute.cs
- WmlSelectionListAdapter.cs
- DigitalSignature.cs
- BindableAttribute.cs
- ChannelManager.cs
- __Error.cs
- DbConnectionStringCommon.cs
- ImageListUtils.cs
- TextWriterTraceListener.cs
- XmlSchemaAppInfo.cs
- OutgoingWebResponseContext.cs
- TdsEnums.cs
- KnownTypesHelper.cs
- QilValidationVisitor.cs
- FileDialog_Vista.cs
- Pkcs7Signer.cs
- CodeDesigner.cs
- DesignerActionMethodItem.cs
- PTManager.cs
- CodePageUtils.cs
- CustomWebEventKey.cs
- MsmqDiagnostics.cs
- GridViewRowEventArgs.cs
- NullReferenceException.cs
- webbrowsersite.cs
- ISessionStateStore.cs
- HtmlSelect.cs
- XPathNodePointer.cs
- CachingHintValidation.cs
- ToolStripDropDownClosedEventArgs.cs
- XmlSchemaComplexContentRestriction.cs
- LowerCaseStringConverter.cs
- VisualTarget.cs