Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmComplexPropertyAttribute.cs / 2 / EdmComplexPropertyAttribute.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Objects.DataClasses { using System; ////// Attribute for complex properties /// Implied default AttributeUsage properties Inherited=True, AllowMultiple=False, /// The metadata system expects this and will only look at the first of each of these attributes, even if there are more. /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] [AttributeUsage(AttributeTargets.Property)] public sealed class EdmComplexPropertyAttribute : EdmPropertyAttribute { ////// Attribute for complex properties /// public EdmComplexPropertyAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Objects.DataClasses { using System; ////// Attribute for complex properties /// Implied default AttributeUsage properties Inherited=True, AllowMultiple=False, /// The metadata system expects this and will only look at the first of each of these attributes, even if there are more. /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] [AttributeUsage(AttributeTargets.Property)] public sealed class EdmComplexPropertyAttribute : EdmPropertyAttribute { ////// Attribute for complex properties /// public EdmComplexPropertyAttribute() { } } } // 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
- IisTraceListener.cs
- SettingsPropertyCollection.cs
- MetadataReference.cs
- FragmentQueryKB.cs
- File.cs
- QilDataSource.cs
- ColumnMapProcessor.cs
- CacheEntry.cs
- UserUseLicenseDictionaryLoader.cs
- FixedElement.cs
- RowsCopiedEventArgs.cs
- MediaPlayerState.cs
- CodeTypeReferenceSerializer.cs
- _RequestCacheProtocol.cs
- WindowHideOrCloseTracker.cs
- TimelineClockCollection.cs
- Geometry.cs
- XslException.cs
- StandardMenuStripVerb.cs
- CodeAttributeArgumentCollection.cs
- dsa.cs
- ObjectStorage.cs
- GenericTransactionFlowAttribute.cs
- HwndSource.cs
- MiniModule.cs
- ListViewCommandEventArgs.cs
- KnownBoxes.cs
- RemotingSurrogateSelector.cs
- ConfigXmlComment.cs
- TranslateTransform.cs
- CodeGroup.cs
- SeparatorAutomationPeer.cs
- PropertyIdentifier.cs
- WorkflowPersistenceContext.cs
- SoapException.cs
- EncodingInfo.cs
- LockRecursionException.cs
- LayoutEvent.cs
- SafeWaitHandle.cs
- HttpException.cs
- DrawingAttributesDefaultValueFactory.cs
- MimePart.cs
- ColumnProvider.cs
- Delegate.cs
- NativeMethods.cs
- DataMemberFieldConverter.cs
- ServerType.cs
- BitmapFrameDecode.cs
- brushes.cs
- ContentIterators.cs
- SerialPort.cs
- MetadataUtilsSmi.cs
- TemplateControlCodeDomTreeGenerator.cs
- TdsEnums.cs
- AttributeUsageAttribute.cs
- ParseHttpDate.cs
- AlphabetConverter.cs
- SelectionHighlightInfo.cs
- BaseInfoTable.cs
- SelectionChangedEventArgs.cs
- UnmanagedMemoryAccessor.cs
- ResXDataNode.cs
- VisualStyleElement.cs
- DrawingState.cs
- RowToFieldTransformer.cs
- EventLogPermissionEntryCollection.cs
- AudioSignalProblemOccurredEventArgs.cs
- MessageTraceRecord.cs
- Vector3DAnimationBase.cs
- Visual.cs
- ProcessManager.cs
- TextBlock.cs
- MSAAEventDispatcher.cs
- SystemIPInterfaceProperties.cs
- ChangeConflicts.cs
- BaseValidator.cs
- OdbcConnectionPoolProviderInfo.cs
- ClientSettings.cs
- PanelStyle.cs
- ZipArchive.cs
- OLEDB_Enum.cs
- FtpRequestCacheValidator.cs
- XhtmlBasicListAdapter.cs
- RemotingServices.cs
- Select.cs
- ResetableIterator.cs
- ValidationErrorCollection.cs
- BaseConfigurationRecord.cs
- ToolStripSystemRenderer.cs
- BitmapEncoder.cs
- FilterableAttribute.cs
- SafeUserTokenHandle.cs
- PropertyIDSet.cs
- WindowsToolbarAsMenu.cs
- CounterSample.cs
- OleServicesContext.cs
- BitmapEffectState.cs
- BinHexEncoder.cs
- ImageIndexConverter.cs
- AppDomainEvidenceFactory.cs