Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- SocketAddress.cs
- OutputCacheSettings.cs
- IPAddressCollection.cs
- AnnotationComponentManager.cs
- QilInvoke.cs
- ClientSponsor.cs
- BufferedMessageWriter.cs
- IndexedGlyphRun.cs
- MetadataPropertyAttribute.cs
- TraceContextEventArgs.cs
- MetadataArtifactLoaderCompositeResource.cs
- DesignerVerb.cs
- PartBasedPackageProperties.cs
- MessageEncoderFactory.cs
- HttpWrapper.cs
- WebBrowserProgressChangedEventHandler.cs
- XmlRootAttribute.cs
- WebScriptMetadataMessageEncoderFactory.cs
- _TLSstream.cs
- CompositionAdorner.cs
- FixedTextBuilder.cs
- WorkflowServiceHost.cs
- BaseProcessor.cs
- ApplicationContext.cs
- PageBuildProvider.cs
- listitem.cs
- FontStyleConverter.cs
- XmlElementAttribute.cs
- SecurityTokenResolver.cs
- EtwTrace.cs
- ExpressionBinding.cs
- Win32SafeHandles.cs
- NamedPipeConnectionPoolSettingsElement.cs
- DataBindingCollection.cs
- UrlPath.cs
- ActionItem.cs
- MetabaseServerConfig.cs
- NetworkInformationPermission.cs
- HandlerMappingMemo.cs
- SplitterDesigner.cs
- ShaderRenderModeValidation.cs
- StringTraceRecord.cs
- ResourceReferenceKeyNotFoundException.cs
- Section.cs
- RotateTransform3D.cs
- Pen.cs
- HttpBindingExtension.cs
- PointHitTestParameters.cs
- Run.cs
- WebPartDisplayMode.cs
- XpsViewerException.cs
- CounterCreationData.cs
- documentation.cs
- AlphabetConverter.cs
- HistoryEventArgs.cs
- ListViewInsertEventArgs.cs
- SpoolingTask.cs
- StringBlob.cs
- FormsAuthenticationCredentials.cs
- Transactions.cs
- SchemaMapping.cs
- FontUnit.cs
- ImageBrush.cs
- PropertyTabChangedEvent.cs
- CompoundFileIOPermission.cs
- XamlBrushSerializer.cs
- TransformPattern.cs
- ProtocolsConfigurationHandler.cs
- PromptEventArgs.cs
- HttpConfigurationContext.cs
- DeviceSpecificChoice.cs
- WrappedOptions.cs
- XmlNodeList.cs
- CellIdBoolean.cs
- CompleteWizardStep.cs
- DataKeyArray.cs
- SafeBitVector32.cs
- SafeFileHandle.cs
- Int32EqualityComparer.cs
- oledbmetadatacollectionnames.cs
- BrushMappingModeValidation.cs
- DecimalAnimation.cs
- Transform3DGroup.cs
- SortDescription.cs
- ValueType.cs
- MsmqPoisonMessageException.cs
- HttpListenerRequestUriBuilder.cs
- DataViewManagerListItemTypeDescriptor.cs
- MemoryFailPoint.cs
- UnauthorizedWebPart.cs
- DataViewManagerListItemTypeDescriptor.cs
- CodeGeneratorOptions.cs
- XmlText.cs
- CodeSubDirectory.cs
- NewExpression.cs
- TypefaceMap.cs
- MessageBox.cs
- Transform.cs
- DateTimeFormat.cs
- TreeViewImageGenerator.cs