Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Map / ViewGeneration / Validation / CellRelation.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BroadcastEventHelper.cs
- DBConcurrencyException.cs
- DesignerSerializationManager.cs
- DataPagerCommandEventArgs.cs
- BufferedStream.cs
- RemoteWebConfigurationHostStream.cs
- SecurityContextSecurityTokenParameters.cs
- WebPartConnectionsEventArgs.cs
- FormsAuthenticationTicket.cs
- CompilerGlobalScopeAttribute.cs
- PathFigure.cs
- DataGridViewCellStyleConverter.cs
- DataStreams.cs
- GuidelineSet.cs
- ViewManagerAttribute.cs
- PolicyChain.cs
- ReverseQueryOperator.cs
- DispatcherHookEventArgs.cs
- FixedSOMPageElement.cs
- ScriptingScriptResourceHandlerSection.cs
- XmlDocument.cs
- LiteralDesigner.cs
- OleDbSchemaGuid.cs
- SecurityManager.cs
- CodeValidator.cs
- IPGlobalProperties.cs
- PackageRelationshipCollection.cs
- LocalValueEnumerator.cs
- XmlDataDocument.cs
- ImageAnimator.cs
- TransformerInfoCollection.cs
- Converter.cs
- filewebresponse.cs
- DockingAttribute.cs
- PropertyChangeTracker.cs
- WebPart.cs
- VectorAnimationBase.cs
- DataObjectAttribute.cs
- HttpClientCertificate.cs
- DocumentPageTextView.cs
- ListBase.cs
- PeerInvitationResponse.cs
- WebServiceTypeData.cs
- Argument.cs
- StreamUpgradeBindingElement.cs
- CompositeTypefaceMetrics.cs
- TriggerActionCollection.cs
- SpotLight.cs
- ColorMatrix.cs
- PartialTrustVisibleAssemblyCollection.cs
- TemplateBuilder.cs
- RecommendedAsConfigurableAttribute.cs
- LocalizableAttribute.cs
- AssertValidation.cs
- PostBackOptions.cs
- RootDesignerSerializerAttribute.cs
- PropertyDescriptorGridEntry.cs
- UnsafeNativeMethods.cs
- PropertyItemInternal.cs
- SqlGenerator.cs
- StateBag.cs
- KeyManager.cs
- SafeLocalAllocation.cs
- ErrorTableItemStyle.cs
- PublisherIdentityPermission.cs
- MenuItemBinding.cs
- SafeSystemMetrics.cs
- GPStream.cs
- SqlTriggerAttribute.cs
- TypeKeyValue.cs
- EntityCollectionChangedParams.cs
- CheckPair.cs
- RC2.cs
- basenumberconverter.cs
- DataRowView.cs
- RoleGroupCollection.cs
- AggregateNode.cs
- RecipientInfo.cs
- While.cs
- TextEditorCopyPaste.cs
- MediaContextNotificationWindow.cs
- EarlyBoundInfo.cs
- DateTimeFormat.cs
- SHA256CryptoServiceProvider.cs
- LocationUpdates.cs
- DesignTimeVisibleAttribute.cs
- MiniCustomAttributeInfo.cs
- TemplateContentLoader.cs
- SchemaDeclBase.cs
- AsymmetricSignatureDeformatter.cs
- TypeToken.cs
- Border.cs
- XpsFilter.cs
- MyContact.cs
- KeyProperty.cs
- Int64AnimationUsingKeyFrames.cs
- HwndSourceKeyboardInputSite.cs
- StandardCommands.cs
- ListViewItemEventArgs.cs
- ProfileBuildProvider.cs