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
- FileDialog_Vista_Interop.cs
- SystemTcpStatistics.cs
- XhtmlTextWriter.cs
- IntSecurity.cs
- XmlUnspecifiedAttribute.cs
- CompiledQueryCacheKey.cs
- DbConnectionPoolIdentity.cs
- TransactionContextValidator.cs
- DesignerCategoryAttribute.cs
- CompareValidator.cs
- UrlMappingsSection.cs
- _NestedSingleAsyncResult.cs
- ObjectDisposedException.cs
- ObjectDataSourceStatusEventArgs.cs
- MouseGesture.cs
- WebRequestModuleElement.cs
- ConvertEvent.cs
- Stream.cs
- WebPartDisplayMode.cs
- XmlReader.cs
- ContentElement.cs
- CodeAccessPermission.cs
- JsonDataContract.cs
- Scripts.cs
- URLBuilder.cs
- ThreadStaticAttribute.cs
- ReadOnlyNameValueCollection.cs
- COAUTHIDENTITY.cs
- OverrideMode.cs
- EndOfStreamException.cs
- BasicHttpMessageSecurityElement.cs
- ParserHooks.cs
- XmlDictionaryWriter.cs
- ApplicationSecurityInfo.cs
- UxThemeWrapper.cs
- BitmapEffectGroup.cs
- CommandLibraryHelper.cs
- BasePattern.cs
- SimpleWorkerRequest.cs
- ChildChangedEventArgs.cs
- XhtmlTextWriter.cs
- MoveSizeWinEventHandler.cs
- DbConnectionInternal.cs
- AuthStoreRoleProvider.cs
- ManagedIStream.cs
- EntityDataReader.cs
- GeometryConverter.cs
- StatusBarAutomationPeer.cs
- TypeValidationEventArgs.cs
- ColorPalette.cs
- _PooledStream.cs
- View.cs
- EnumCodeDomSerializer.cs
- BinaryObjectWriter.cs
- UriParserTemplates.cs
- TableItemPatternIdentifiers.cs
- KnownTypeHelper.cs
- ControlEvent.cs
- PopupRoot.cs
- ListParagraph.cs
- DataGridViewCellValueEventArgs.cs
- DataGridViewTopLeftHeaderCell.cs
- MenuStrip.cs
- FontFaceLayoutInfo.cs
- QilValidationVisitor.cs
- Condition.cs
- ProgressBarBrushConverter.cs
- HotSpotCollection.cs
- CapabilitiesState.cs
- storepermissionattribute.cs
- KeyValueSerializer.cs
- ResourceCodeDomSerializer.cs
- UnknownMessageReceivedEventArgs.cs
- SiteOfOriginContainer.cs
- DataGridViewImageCell.cs
- DatatypeImplementation.cs
- AvtEvent.cs
- ProcessThread.cs
- TextTreeExtractElementUndoUnit.cs
- BinaryObjectWriter.cs
- ChtmlLinkAdapter.cs
- ComponentCache.cs
- input.cs
- DtdParser.cs
- RelationshipEnd.cs
- AuthenticationSection.cs
- TraceFilter.cs
- BamlRecords.cs
- CompressionTransform.cs
- HandlerWithFactory.cs
- Tile.cs
- OleDbRowUpdatedEvent.cs
- XmlC14NWriter.cs
- Control.cs
- RecognizerInfo.cs
- AssemblyEvidenceFactory.cs
- MemberDescriptor.cs
- NetworkAddressChange.cs
- Stopwatch.cs
- TableHeaderCell.cs