Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmPropertyAttribute.cs / 1305376 / EdmPropertyAttribute.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Objects.DataClasses { using System; #pragma warning disable 3015 // no accessible constructors which use only CLS-compliant types ////// Base attribute for properties mapped to store elements. /// 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 abstract class EdmPropertyAttribute: System.Attribute { ////// Only allow derived attributes from this assembly /// internal EdmPropertyAttribute() { } } } // 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; #pragma warning disable 3015 // no accessible constructors which use only CLS-compliant types ////// Base attribute for properties mapped to store elements. /// 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 abstract class EdmPropertyAttribute: System.Attribute { ////// Only allow derived attributes from this assembly /// internal EdmPropertyAttribute() { } } } // 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
- DataGridLinkButton.cs
- UrlAuthorizationModule.cs
- UrlAuthorizationModule.cs
- NameValueConfigurationElement.cs
- TripleDESCryptoServiceProvider.cs
- PrintDialog.cs
- StructuralType.cs
- StringUtil.cs
- TransformCollection.cs
- MemoryMappedView.cs
- NativeBuffer.cs
- BitmapData.cs
- WindowInteropHelper.cs
- Activity.cs
- WinOEToolBoxItem.cs
- MetadataItem.cs
- XmlWrappingReader.cs
- HandlerBase.cs
- CallbackTimeoutsBehavior.cs
- ObjectFullSpanRewriter.cs
- MarkupCompiler.cs
- FileLevelControlBuilderAttribute.cs
- Keywords.cs
- DataSourceCollectionBase.cs
- StorageComplexPropertyMapping.cs
- FillErrorEventArgs.cs
- TreeBuilder.cs
- Version.cs
- DbConnectionClosed.cs
- SigningCredentials.cs
- AssociationEndMember.cs
- ContentFilePart.cs
- httpapplicationstate.cs
- StackBuilderSink.cs
- XmlNamespaceMapping.cs
- ToolBarTray.cs
- HWStack.cs
- HttpListenerRequest.cs
- ResourceDescriptionAttribute.cs
- RemotingAttributes.cs
- EventProperty.cs
- CalendarTable.cs
- DBSqlParserTable.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- PeerApplicationLaunchInfo.cs
- FieldBuilder.cs
- PointAnimationUsingPath.cs
- StringPropertyBuilder.cs
- EncryptedPackage.cs
- MobileListItem.cs
- ConfigurationManagerInternal.cs
- PublisherIdentityPermission.cs
- MethodBuilder.cs
- PermissionToken.cs
- SynchronousReceiveElement.cs
- DataSourceConverter.cs
- TreeViewEvent.cs
- DataGridHyperlinkColumn.cs
- BuildResult.cs
- FormViewDeleteEventArgs.cs
- FilterQuery.cs
- DocumentViewerConstants.cs
- PasswordTextNavigator.cs
- SafeFileHandle.cs
- HttpCacheVary.cs
- DebugHandleTracker.cs
- ContextMenuStripActionList.cs
- Avt.cs
- PeerChannelListener.cs
- DigitalSignatureProvider.cs
- UserPreferenceChangedEventArgs.cs
- KeyTimeConverter.cs
- StopStoryboard.cs
- View.cs
- FormViewModeEventArgs.cs
- TryCatch.cs
- DataConnectionHelper.cs
- ProxyWebPartManager.cs
- VectorCollection.cs
- XmlNullResolver.cs
- Expr.cs
- log.cs
- InvalidOperationException.cs
- autovalidator.cs
- _KerberosClient.cs
- _LocalDataStore.cs
- NativeObjectSecurity.cs
- SelectingProviderEventArgs.cs
- SemanticBasicElement.cs
- PropertyDescriptorCollection.cs
- CollectionEditVerbManager.cs
- MetafileHeaderWmf.cs
- DataGridViewRow.cs
- ColumnBinding.cs
- LogSwitch.cs
- SqlUtil.cs
- SortQuery.cs
- InputScopeNameConverter.cs
- TextControl.cs
- SecurityHeaderLayout.cs