Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / EntityModel / SchemaObjectModel / KeyProperty.cs / 2 / KeyProperty.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Data.Metadata.Edm; namespace System.Data.EntityModel.SchemaObjectModel { ////// Represents PropertyRef Element for Entity keys and referential constraints /// internal sealed class PropertyRefElement : SchemaElement { #region Instance Fields private StructuredProperty _property = null; #endregion #region Public Methods ////// construct a KeyProperty object /// /// public PropertyRefElement(SchemaElement parentElement) : base(parentElement) { } #endregion #region Public Properties ////// property chain from KeyedType to Leaf property /// public StructuredProperty Property { get { return _property; } } #endregion #region Private Methods internal override void ResolveTopLevelNames() { Debug.Assert(false, "This method should never be used. Use other overload instead"); } ////// Since this method can be used in different context, this method does not add any errors /// Please make sure that the caller of this methods handles the error case and add errors /// appropriately /// /// ///internal bool ResolveNames(SchemaEntityType entityType) { if (string.IsNullOrEmpty(this.Name)) { // Don't flag this error. This must already must have flaged as error, while handling name attribute return true; } // Make sure there is a property by this name _property = entityType.FindProperty(this.Name); return (_property != null); } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Data.Metadata.Edm; namespace System.Data.EntityModel.SchemaObjectModel { ////// Represents PropertyRef Element for Entity keys and referential constraints /// internal sealed class PropertyRefElement : SchemaElement { #region Instance Fields private StructuredProperty _property = null; #endregion #region Public Methods ////// construct a KeyProperty object /// /// public PropertyRefElement(SchemaElement parentElement) : base(parentElement) { } #endregion #region Public Properties ////// property chain from KeyedType to Leaf property /// public StructuredProperty Property { get { return _property; } } #endregion #region Private Methods internal override void ResolveTopLevelNames() { Debug.Assert(false, "This method should never be used. Use other overload instead"); } ////// Since this method can be used in different context, this method does not add any errors /// Please make sure that the caller of this methods handles the error case and add errors /// appropriately /// /// ///internal bool ResolveNames(SchemaEntityType entityType) { if (string.IsNullOrEmpty(this.Name)) { // Don't flag this error. This must already must have flaged as error, while handling name attribute return true; } // Make sure there is a property by this name _property = entityType.FindProperty(this.Name); return (_property != null); } #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
- MethodBuilderInstantiation.cs
- IndexedEnumerable.cs
- BamlBinaryWriter.cs
- LongValidatorAttribute.cs
- Directory.cs
- ParenthesizePropertyNameAttribute.cs
- FunctionQuery.cs
- Root.cs
- DoWorkEventArgs.cs
- MetadataPropertyAttribute.cs
- StateManagedCollection.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- DataAccessor.cs
- filewebrequest.cs
- Array.cs
- LinqDataSourceDisposeEventArgs.cs
- EncodingTable.cs
- TargetParameterCountException.cs
- PeerMessageDispatcher.cs
- TextBoxBase.cs
- VSWCFServiceContractGenerator.cs
- validation.cs
- UniqueSet.cs
- InvokeBase.cs
- shaperfactoryquerycacheentry.cs
- Configuration.cs
- StopStoryboard.cs
- DefaultPropertiesToSend.cs
- ExpressionHelper.cs
- StorageScalarPropertyMapping.cs
- SmiEventSink.cs
- Menu.cs
- QilXmlReader.cs
- TraversalRequest.cs
- SurrogateDataContract.cs
- TypeConstant.cs
- SqlDataSourceCache.cs
- UnaryOperationBinder.cs
- XmlCharCheckingReader.cs
- EntityDataSourceDesigner.cs
- GradientStop.cs
- XmlQueryType.cs
- XmlObjectSerializerReadContext.cs
- VectorAnimationUsingKeyFrames.cs
- ConvertEvent.cs
- OpCopier.cs
- XmlRawWriterWrapper.cs
- SortExpressionBuilder.cs
- dataSvcMapFileLoader.cs
- FlowPosition.cs
- TrackingAnnotationCollection.cs
- NameSpaceEvent.cs
- HtmlTextArea.cs
- VirtualPath.cs
- EventProvider.cs
- AbstractSvcMapFileLoader.cs
- ValuePattern.cs
- ListViewEditEventArgs.cs
- ObjectDataProvider.cs
- basevalidator.cs
- FacetEnabledSchemaElement.cs
- ApplicationDirectoryMembershipCondition.cs
- UITypeEditor.cs
- lengthconverter.cs
- TextPointer.cs
- ResourceDictionaryCollection.cs
- Point3D.cs
- SchemaEntity.cs
- DPAPIProtectedConfigurationProvider.cs
- FusionWrap.cs
- GenericAuthenticationEventArgs.cs
- ReachSerializationUtils.cs
- JavaScriptSerializer.cs
- XmlLoader.cs
- DefaultParameterValueAttribute.cs
- TimeZoneInfo.cs
- TypeElement.cs
- UnmanagedMarshal.cs
- WindowsPen.cs
- StyleCollection.cs
- TypeNameConverter.cs
- DocumentPaginator.cs
- HostedAspNetEnvironment.cs
- _SslState.cs
- CatalogPart.cs
- CapacityStreamGeometryContext.cs
- RowUpdatingEventArgs.cs
- GPPOINT.cs
- SettingsPropertyNotFoundException.cs
- TextDpi.cs
- DesigntimeLicenseContext.cs
- InkCollectionBehavior.cs
- CompilerParameters.cs
- IndexedString.cs
- TextContainer.cs
- ProxyWebPartConnectionCollection.cs
- ColumnResizeAdorner.cs
- SerTrace.cs
- PanelStyle.cs
- Evidence.cs