Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmComplexPropertyAttribute.cs / 1305376 / 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
- HelpEvent.cs
- SqlCacheDependencyDatabase.cs
- TableLayoutRowStyleCollection.cs
- SchemaCollectionCompiler.cs
- UndirectedGraph.cs
- ProcessThread.cs
- FileVersionInfo.cs
- DeploymentExceptionMapper.cs
- StickyNoteContentControl.cs
- ActivityBindForm.cs
- PathStreamGeometryContext.cs
- PointAnimationClockResource.cs
- _NetworkingPerfCounters.cs
- PersonalizationProviderHelper.cs
- ObjectListCommandCollection.cs
- ThreadStateException.cs
- ClientRoleProvider.cs
- SizeAnimationBase.cs
- SiteOfOriginPart.cs
- HTMLTagNameToTypeMapper.cs
- ProviderUtil.cs
- RevocationPoint.cs
- CodeArgumentReferenceExpression.cs
- RightsManagementEncryptionTransform.cs
- SafeEventHandle.cs
- DodSequenceMerge.cs
- PropVariant.cs
- Internal.cs
- QueryPageSettingsEventArgs.cs
- TimeZone.cs
- TypeLoadException.cs
- EncoderParameters.cs
- GuidTagList.cs
- DbProviderFactory.cs
- XmlNamespaceMappingCollection.cs
- ReferentialConstraint.cs
- GridPatternIdentifiers.cs
- TypeGenericEnumerableViewSchema.cs
- Hashtable.cs
- OleDbParameterCollection.cs
- VisualStates.cs
- XmlSequenceWriter.cs
- TiffBitmapDecoder.cs
- RuleAttributes.cs
- HierarchicalDataSourceControl.cs
- ToolStripItemImageRenderEventArgs.cs
- AssemblyResolver.cs
- IItemProperties.cs
- EventData.cs
- EarlyBoundInfo.cs
- ColorTransform.cs
- DefaultProxySection.cs
- CompiledQuery.cs
- FactoryId.cs
- CollectionBase.cs
- PropertyDescriptorCollection.cs
- HtmlToClrEventProxy.cs
- DBSchemaTable.cs
- SignalGate.cs
- SQLChars.cs
- EventBuilder.cs
- GeneralTransformGroup.cs
- DataSourceViewSchemaConverter.cs
- DataBindEngine.cs
- thaishape.cs
- PersistNameAttribute.cs
- TaskScheduler.cs
- WindowsListViewItemCheckBox.cs
- OpenTypeLayoutCache.cs
- XmlSchemaCollection.cs
- StorageComplexTypeMapping.cs
- DataServicePagingProviderWrapper.cs
- NonSerializedAttribute.cs
- Selector.cs
- Label.cs
- mediaeventargs.cs
- StylusPointProperties.cs
- ModelVisual3D.cs
- MouseButton.cs
- DataBinder.cs
- DataServiceHostWrapper.cs
- messageonlyhwndwrapper.cs
- TypeExtension.cs
- IndexedSelectQueryOperator.cs
- AttachmentCollection.cs
- HtmlPanelAdapter.cs
- connectionpool.cs
- CriticalFinalizerObject.cs
- GiveFeedbackEventArgs.cs
- AuthenticationModuleElement.cs
- FontFamilyValueSerializer.cs
- X509Certificate.cs
- FrameworkElement.cs
- SqlDataSourceCommandParser.cs
- ManipulationStartingEventArgs.cs
- UriGenerator.cs
- HwndProxyElementProvider.cs
- Function.cs
- LicenseContext.cs
- CodeThrowExceptionStatement.cs