Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Map / ViewGeneration / Validation / CellRelation.cs / 1305376 / CellRelation.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System.Data.Common.Utils; using System.Collections.Generic; namespace System.Data.Mapping.ViewGeneration.Validation { // Abstract class representing a relation signature for a cell query internal abstract class CellRelation : InternalBase { #region Constructor // effects: Given a cell number (for debugging purposes), creates a // cell relation protected CellRelation(int cellNumber) { m_cellNumber = cellNumber; } #endregion #region Fields internal int m_cellNumber; // The number of the cell for which this // relation was made (for debugging) #endregion #region Properties internal int CellNumber { get { return m_cellNumber; } } #endregion #region Methods protected abstract int GetHash(); #endregion } } // 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
- PrintingPermission.cs
- HttpResponseBase.cs
- UnsafeNativeMethods.cs
- EventLogPermission.cs
- ListCollectionView.cs
- VirtualPathProvider.cs
- DataGridViewHeaderCell.cs
- UIElement.cs
- SynthesizerStateChangedEventArgs.cs
- CodeMethodInvokeExpression.cs
- WebFormsRootDesigner.cs
- ObjectDataSourceSelectingEventArgs.cs
- AncillaryOps.cs
- XmlDomTextWriter.cs
- XmlSchemaElement.cs
- UnknownWrapper.cs
- X509SecurityTokenAuthenticator.cs
- InnerItemCollectionView.cs
- RegexGroup.cs
- TransformDescriptor.cs
- AdapterUtil.cs
- WindowsScrollBar.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- ComPlusDiagnosticTraceSchemas.cs
- PerfService.cs
- TemplateNodeContextMenu.cs
- PersonalizablePropertyEntry.cs
- ThreadStaticAttribute.cs
- SHA384.cs
- SelectionChangedEventArgs.cs
- SignatureConfirmationElement.cs
- ManagementBaseObject.cs
- PropertyGridCommands.cs
- NullableDecimalMinMaxAggregationOperator.cs
- NameNode.cs
- HashStream.cs
- MatrixAnimationBase.cs
- SettingsSavedEventArgs.cs
- PropertyGeneratedEventArgs.cs
- StrokeCollectionDefaultValueFactory.cs
- DiscoveryServerProtocol.cs
- PanningMessageFilter.cs
- FrameworkTemplate.cs
- AsyncOperation.cs
- RestClientProxyHandler.cs
- IUnknownConstantAttribute.cs
- KeysConverter.cs
- ShaderRenderModeValidation.cs
- EntityKeyElement.cs
- Registry.cs
- WithParamAction.cs
- RequiredFieldValidator.cs
- InstallerTypeAttribute.cs
- DiffuseMaterial.cs
- Transform3DGroup.cs
- PeerIPHelper.cs
- SchemaTypeEmitter.cs
- CipherData.cs
- HttpRequest.cs
- SendKeys.cs
- controlskin.cs
- OrderedDictionary.cs
- IConvertible.cs
- HandlerBase.cs
- GridViewColumn.cs
- XamlSerializerUtil.cs
- BinaryUtilClasses.cs
- WsdlWriter.cs
- WSHttpBindingBaseElement.cs
- SafeEventLogReadHandle.cs
- ToolboxItemCollection.cs
- ReaderWriterLockWrapper.cs
- LocatorGroup.cs
- StringSource.cs
- EnumCodeDomSerializer.cs
- String.cs
- ResolvePPIDRequest.cs
- WindowVisualStateTracker.cs
- BitStream.cs
- SettingsPropertyValue.cs
- DataGridPagerStyle.cs
- AspNetSynchronizationContext.cs
- FileDialogCustomPlace.cs
- StringInfo.cs
- ToolStripSplitButton.cs
- SelectiveScrollingGrid.cs
- CaseExpr.cs
- ToolStripContentPanelRenderEventArgs.cs
- HtmlToClrEventProxy.cs
- IRCollection.cs
- DataGridCommandEventArgs.cs
- StateDesigner.Helpers.cs
- SectionRecord.cs
- ScriptingProfileServiceSection.cs
- PtsContext.cs
- _HelperAsyncResults.cs
- DataListItemCollection.cs
- DataGridViewLinkColumn.cs
- WSSecurityJan2004.cs
- TagPrefixInfo.cs