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
- Guid.cs
- CodeAttributeArgument.cs
- EnvelopedPkcs7.cs
- DataGridCellsPanel.cs
- DefaultProxySection.cs
- precedingquery.cs
- AuthenticationManager.cs
- WindowsListViewGroupSubsetLink.cs
- IPPacketInformation.cs
- IconConverter.cs
- FlowDocumentView.cs
- InstanceCreationEditor.cs
- Context.cs
- DataGridViewImageColumn.cs
- MediaPlayerState.cs
- MemoryMappedView.cs
- CustomErrorsSection.cs
- WebPartTransformer.cs
- IFlowDocumentViewer.cs
- GPPOINTF.cs
- TextEditorCharacters.cs
- DLinqTableProvider.cs
- DayRenderEvent.cs
- UnmanagedBitmapWrapper.cs
- InfoCardMetadataExchangeClient.cs
- ExportException.cs
- PartBasedPackageProperties.cs
- HtmlInputFile.cs
- XmlBufferReader.cs
- MulticastOption.cs
- DataMemberFieldConverter.cs
- SizeAnimation.cs
- Pointer.cs
- ExpressionList.cs
- LayoutEditorPart.cs
- RegionIterator.cs
- DbCommandDefinition.cs
- TrustExchangeException.cs
- Color.cs
- DataTableNameHandler.cs
- COM2PictureConverter.cs
- ContainerParagraph.cs
- SerTrace.cs
- PlanCompilerUtil.cs
- NestPullup.cs
- UIElement3D.cs
- ToolStripPanelRow.cs
- NavigationWindowAutomationPeer.cs
- JsonEnumDataContract.cs
- ChtmlSelectionListAdapter.cs
- KnownTypesHelper.cs
- UserControlCodeDomTreeGenerator.cs
- ConfigurationProperty.cs
- RegexCompilationInfo.cs
- x509store.cs
- WebBrowserSiteBase.cs
- CompilerResults.cs
- UdpSocketReceiveManager.cs
- returneventsaver.cs
- DataViewListener.cs
- ClientApiGenerator.cs
- SpellCheck.cs
- AppearanceEditorPart.cs
- RequestBringIntoViewEventArgs.cs
- AdRotator.cs
- ListenerConstants.cs
- ContentOnlyMessage.cs
- AsymmetricSignatureDeformatter.cs
- ConfigurationValues.cs
- LocationSectionRecord.cs
- DisplayNameAttribute.cs
- UpDownBase.cs
- XamlWriter.cs
- InvalidEnumArgumentException.cs
- IncrementalReadDecoders.cs
- WebBrowserDocumentCompletedEventHandler.cs
- SystemColors.cs
- VectorAnimationUsingKeyFrames.cs
- CallContext.cs
- ExternalCalls.cs
- DecoderExceptionFallback.cs
- FixedFindEngine.cs
- URLAttribute.cs
- EncodingDataItem.cs
- CompleteWizardStep.cs
- QilLiteral.cs
- SecurityHelper.cs
- DataGridViewHitTestInfo.cs
- TableLayoutPanelCellPosition.cs
- AnimationTimeline.cs
- HttpValueCollection.cs
- SelectionList.cs
- ScriptRegistrationManager.cs
- PipelineModuleStepContainer.cs
- XmlSchema.cs
- _LoggingObject.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- OracleTransaction.cs
- LinkArea.cs
- SpStreamWrapper.cs