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
- NumberSubstitution.cs
- SendActivityDesigner.cs
- ForceCopyBuildProvider.cs
- SmiContextFactory.cs
- ConfigXmlAttribute.cs
- DataGridTablesFactory.cs
- IndentedWriter.cs
- SignedXml.cs
- BitmapDecoder.cs
- DispatcherSynchronizationContext.cs
- SpellerHighlightLayer.cs
- TextMarkerSource.cs
- DataStreamFromComStream.cs
- HttpListenerContext.cs
- GeneralTransform2DTo3D.cs
- DispatchChannelSink.cs
- WindowsTokenRoleProvider.cs
- PeerObject.cs
- METAHEADER.cs
- MessageDesigner.cs
- OleDbStruct.cs
- DataGridViewColumnCollection.cs
- SoapFault.cs
- DataRecord.cs
- CommandBinding.cs
- ResolveMatchesApril2005.cs
- HighlightComponent.cs
- XmlDataImplementation.cs
- ColorIndependentAnimationStorage.cs
- XPathException.cs
- Cursors.cs
- ImageSourceValueSerializer.cs
- XmlSchemaAny.cs
- SqlTrackingQuery.cs
- DateTimeSerializationSection.cs
- AdornerPresentationContext.cs
- InputBuffer.cs
- Messages.cs
- SafeCoTaskMem.cs
- XmlDictionaryReaderQuotas.cs
- EncoderReplacementFallback.cs
- IconConverter.cs
- MarkupProperty.cs
- Simplifier.cs
- VBIdentifierDesigner.xaml.cs
- JumpItem.cs
- xmlsaver.cs
- AttachInfo.cs
- HttpPostProtocolReflector.cs
- ViewStateAttachedPropertyFeature.cs
- HuffCodec.cs
- SingleConverter.cs
- CellParagraph.cs
- DataGridViewRowsAddedEventArgs.cs
- WebBrowserEvent.cs
- SafeProcessHandle.cs
- AuthorizationRuleCollection.cs
- ACL.cs
- ArgumentNullException.cs
- BuildProvider.cs
- WebPartVerbCollection.cs
- ImmutableAssemblyCacheEntry.cs
- DataSourceProvider.cs
- HwndSubclass.cs
- GridEntryCollection.cs
- ProxyGenerator.cs
- categoryentry.cs
- DocumentViewerBaseAutomationPeer.cs
- SizeValueSerializer.cs
- ItemContainerGenerator.cs
- X509IssuerSerialKeyIdentifierClause.cs
- TextDataBindingHandler.cs
- BindingWorker.cs
- Stroke.cs
- _NegoState.cs
- ClearTypeHintValidation.cs
- XmlAttribute.cs
- Application.cs
- StrokeRenderer.cs
- SortDescriptionCollection.cs
- ToolStripContentPanel.cs
- DbException.cs
- DataGridRow.cs
- XmlTypeMapping.cs
- EntityStoreSchemaFilterEntry.cs
- EdmProperty.cs
- InternalControlCollection.cs
- UpdateTracker.cs
- ScriptResourceAttribute.cs
- ProviderCommandInfoUtils.cs
- SecureStringHasher.cs
- LocalizationCodeDomSerializer.cs
- XmlCharType.cs
- Cursor.cs
- SafeNativeMethods.cs
- ControlBindingsCollection.cs
- ListManagerBindingsCollection.cs
- Vector3DConverter.cs
- DefinitionBase.cs
- DisableDpiAwarenessAttribute.cs