Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Map / ViewGeneration / Validation / CellRelation.cs / 1 / 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
- PassportAuthenticationEventArgs.cs
- TypeDescriptorFilterService.cs
- TextServicesDisplayAttributePropertyRanges.cs
- TraceInternal.cs
- XmlSchemaRedefine.cs
- _FtpDataStream.cs
- DataGridCellEditEndingEventArgs.cs
- JsonServiceDocumentSerializer.cs
- PropertyValueUIItem.cs
- TreeIterators.cs
- SchemaInfo.cs
- NameValueConfigurationElement.cs
- DCSafeHandle.cs
- DetailsViewInsertEventArgs.cs
- Label.cs
- DynamicMethod.cs
- BinaryUtilClasses.cs
- DataGridViewButtonCell.cs
- ADMembershipProvider.cs
- FontResourceCache.cs
- SBCSCodePageEncoding.cs
- ObjectMaterializedEventArgs.cs
- ScrollableControlDesigner.cs
- MulticastDelegate.cs
- RepeaterDesigner.cs
- ServiceObjectContainer.cs
- PrePrepareMethodAttribute.cs
- CharacterString.cs
- AsyncCodeActivity.cs
- JpegBitmapDecoder.cs
- AsnEncodedData.cs
- DelegateBodyWriter.cs
- GCHandleCookieTable.cs
- EventMappingSettingsCollection.cs
- HwndTarget.cs
- OleDbInfoMessageEvent.cs
- AnyReturnReader.cs
- MenuItemBinding.cs
- HostDesigntimeLicenseContext.cs
- GifBitmapDecoder.cs
- StandardToolWindows.cs
- DbConnectionOptions.cs
- UnknownBitmapDecoder.cs
- FrameworkTemplate.cs
- GrammarBuilderPhrase.cs
- DataGridClipboardCellContent.cs
- OLEDB_Enum.cs
- ObjectListItemCollection.cs
- ParallelRangeManager.cs
- basecomparevalidator.cs
- GroupBox.cs
- AbsoluteQuery.cs
- HashAlgorithm.cs
- XmlHierarchicalEnumerable.cs
- InkCanvas.cs
- SqlTypesSchemaImporter.cs
- ErrorWebPart.cs
- HierarchicalDataSourceControl.cs
- Part.cs
- DataGridViewCellStateChangedEventArgs.cs
- ClusterRegistryConfigurationProvider.cs
- HuffCodec.cs
- AnalyzedTree.cs
- WaitingCursor.cs
- ListViewItem.cs
- LoginView.cs
- AuthenticatingEventArgs.cs
- PrinterUnitConvert.cs
- DiscoveryCallbackBehavior.cs
- PointHitTestParameters.cs
- SmiContext.cs
- LineInfo.cs
- Publisher.cs
- BasicViewGenerator.cs
- CodeVariableDeclarationStatement.cs
- BaseCodeDomTreeGenerator.cs
- EntityContainerEmitter.cs
- SystemSounds.cs
- FacetChecker.cs
- CodeDomDecompiler.cs
- TraceContextEventArgs.cs
- EpmSourcePathSegment.cs
- ObjectListSelectEventArgs.cs
- RTTrackingProfile.cs
- ListMarkerSourceInfo.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- OperationAbortedException.cs
- HwndSourceParameters.cs
- Pkcs9Attribute.cs
- PrintingPermissionAttribute.cs
- PackageDigitalSignatureManager.cs
- handlecollector.cs
- ProxyWebPart.cs
- MouseActionValueSerializer.cs
- ApplicationBuildProvider.cs
- SoapTransportImporter.cs
- Helpers.cs
- ProxyHelper.cs
- CheckBoxBaseAdapter.cs
- ValidatedMobileControlConverter.cs