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
- XmlSchemaRedefine.cs
- Decorator.cs
- QilTypeChecker.cs
- AutomationProperty.cs
- InputLanguageSource.cs
- UnsafeNetInfoNativeMethods.cs
- RequestQueryParser.cs
- DetailsViewModeEventArgs.cs
- GeometryValueSerializer.cs
- SHA1Managed.cs
- DelegateSerializationHolder.cs
- EUCJPEncoding.cs
- EmbeddedMailObjectsCollection.cs
- TrackingSection.cs
- WebBaseEventKeyComparer.cs
- ImportCatalogPart.cs
- InitializationEventAttribute.cs
- ToolStripTextBox.cs
- IconConverter.cs
- XmlSchemaComplexContentExtension.cs
- Certificate.cs
- VisualStateChangedEventArgs.cs
- BooleanAnimationBase.cs
- Pool.cs
- HandleInitializationContext.cs
- TraceSection.cs
- SecurityHelper.cs
- SqlDeflator.cs
- ResourcePermissionBase.cs
- configsystem.cs
- EdmProviderManifest.cs
- WSSecurityJan2004.cs
- PatternMatcher.cs
- _BufferOffsetSize.cs
- ClickablePoint.cs
- DependencyObject.cs
- HtmlInputReset.cs
- ColumnHeaderConverter.cs
- Rect3DValueSerializer.cs
- DiscriminatorMap.cs
- SectionInput.cs
- BinaryConverter.cs
- TripleDESCryptoServiceProvider.cs
- AssemblyFilter.cs
- ComplexPropertyEntry.cs
- Aggregates.cs
- XmlAnyElementAttribute.cs
- FrameworkTemplate.cs
- ContextCorrelationInitializer.cs
- MeshGeometry3D.cs
- Scene3D.cs
- SQLDoubleStorage.cs
- CodeMethodReturnStatement.cs
- WindowsListView.cs
- RepeaterItemCollection.cs
- PersianCalendar.cs
- HtmlFormWrapper.cs
- XmlArrayAttribute.cs
- DownloadProgressEventArgs.cs
- Int32Converter.cs
- PenCursorManager.cs
- PointAnimationUsingKeyFrames.cs
- InvalidProgramException.cs
- SystemPens.cs
- InputBuffer.cs
- NetNamedPipeSecurityMode.cs
- MarkupExtensionParser.cs
- CodeAttributeDeclarationCollection.cs
- ListenerChannelContext.cs
- Msec.cs
- TimeoutValidationAttribute.cs
- CompensationHandlingFilter.cs
- CachedFontFamily.cs
- InternalRelationshipCollection.cs
- StrokeNodeOperations2.cs
- SmiMetaDataProperty.cs
- BaseTemplateBuildProvider.cs
- ContentElement.cs
- ListViewDeleteEventArgs.cs
- StandardOleMarshalObject.cs
- BufferedStream.cs
- ParserHooks.cs
- TraceSwitch.cs
- ActiveXHelper.cs
- InfoCardAsymmetricCrypto.cs
- MissingMemberException.cs
- SpoolingTask.cs
- PersonalizationStateInfo.cs
- SystemIcmpV4Statistics.cs
- DataViewListener.cs
- hwndwrapper.cs
- KoreanCalendar.cs
- PublisherMembershipCondition.cs
- InputElement.cs
- ClientProxyGenerator.cs
- ColorIndependentAnimationStorage.cs
- X509ThumbprintKeyIdentifierClause.cs
- StringBlob.cs
- MessageRpc.cs
- _FtpControlStream.cs