Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Map / ViewGeneration / Validation / CellRelation.cs / 2 / 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. //---------------------------------------------------------------------- //// 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
- BitmapFrame.cs
- LocalIdKeyIdentifierClause.cs
- GridLength.cs
- StateManager.cs
- SelectionPattern.cs
- xmlsaver.cs
- ExpandSegment.cs
- ChannelManager.cs
- XPathException.cs
- EdmError.cs
- MembershipValidatePasswordEventArgs.cs
- mediaeventshelper.cs
- SimpleBitVector32.cs
- SoapHeader.cs
- ItemMap.cs
- ScopelessEnumAttribute.cs
- StoryFragments.cs
- storepermission.cs
- StrokeCollectionDefaultValueFactory.cs
- StreamGeometry.cs
- DelayedRegex.cs
- SQLDecimalStorage.cs
- TypeElementCollection.cs
- ExpressionBindings.cs
- _LazyAsyncResult.cs
- Size.cs
- InertiaTranslationBehavior.cs
- DBCommand.cs
- LayoutTable.cs
- CrossSiteScriptingValidation.cs
- RuntimeConfigurationRecord.cs
- IERequestCache.cs
- PhysicalAddress.cs
- FixedPageProcessor.cs
- EventHandlersStore.cs
- WinFormsComponentEditor.cs
- PopOutPanel.cs
- XmlReader.cs
- ContentOperations.cs
- Bold.cs
- BufferedGraphicsContext.cs
- EntityDataSourceWizardForm.cs
- DesignerAttribute.cs
- SafeRightsManagementPubHandle.cs
- ResourceAssociationType.cs
- CalendarAutomationPeer.cs
- CriticalExceptions.cs
- RangeContentEnumerator.cs
- RNGCryptoServiceProvider.cs
- QueryOptionExpression.cs
- Substitution.cs
- DeferredSelectedIndexReference.cs
- WebPartPersonalization.cs
- CompiledELinqQueryState.cs
- LicenseException.cs
- ProfilePropertyMetadata.cs
- DPAPIProtectedConfigurationProvider.cs
- UseLicense.cs
- TextBlock.cs
- DataGridViewComboBoxColumnDesigner.cs
- StackBuilderSink.cs
- ImageMapEventArgs.cs
- DocumentSignatureManager.cs
- TableCell.cs
- Image.cs
- NamedPermissionSet.cs
- IApplicationTrustManager.cs
- Semaphore.cs
- _DigestClient.cs
- PropertyValueUIItem.cs
- OLEDB_Util.cs
- DesignerActionGlyph.cs
- ReachPageContentCollectionSerializerAsync.cs
- DynamicRenderer.cs
- BitmapDecoder.cs
- ArrangedElementCollection.cs
- XamlTemplateSerializer.cs
- XslTransform.cs
- HttpModulesSection.cs
- PointAnimationUsingKeyFrames.cs
- SamlConditions.cs
- FrameworkReadOnlyPropertyMetadata.cs
- ListViewPagedDataSource.cs
- DbDeleteCommandTree.cs
- SecurityValidationBehavior.cs
- SqlMethods.cs
- AlternateViewCollection.cs
- SpoolingTaskBase.cs
- PhysicalAddress.cs
- NavigationPropertyEmitter.cs
- ToolStripContainer.cs
- RC2CryptoServiceProvider.cs
- PeerNameRecordCollection.cs
- SystemFonts.cs
- ImmutableObjectAttribute.cs
- MetabaseServerConfig.cs
- ToolTip.cs
- XPathAncestorQuery.cs
- Matrix3DStack.cs
- Pen.cs