Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmPropertyAttribute.cs / 2 / 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
- ComponentChangingEvent.cs
- TextSchema.cs
- ComponentSerializationService.cs
- PrefixHandle.cs
- TailCallAnalyzer.cs
- ObjectListItem.cs
- InstanceNotFoundException.cs
- ByteStorage.cs
- SecurityDescriptor.cs
- Ref.cs
- LogLogRecord.cs
- ValidatorUtils.cs
- PathFigure.cs
- CatalogPartChrome.cs
- SortedList.cs
- HitTestFilterBehavior.cs
- ApplicationId.cs
- MobileUITypeEditor.cs
- InvokeProviderWrapper.cs
- XmlSchemaObjectCollection.cs
- SqlTopReducer.cs
- ContentPlaceHolderDesigner.cs
- TabControlAutomationPeer.cs
- CFStream.cs
- CardSpaceShim.cs
- XamlPoint3DCollectionSerializer.cs
- _AcceptOverlappedAsyncResult.cs
- XmlChildEnumerator.cs
- TablePatternIdentifiers.cs
- ErrorRuntimeConfig.cs
- Point3DCollectionConverter.cs
- EndEvent.cs
- TerminatorSinks.cs
- ListenerAdaptersInstallComponent.cs
- InternalConfigRoot.cs
- StylusButtonEventArgs.cs
- AggregatePushdown.cs
- TextServicesCompartmentEventSink.cs
- RequestCacheEntry.cs
- CustomCredentialPolicy.cs
- Int32Rect.cs
- ObjectComplexPropertyMapping.cs
- NonSerializedAttribute.cs
- ToggleButton.cs
- PackWebRequest.cs
- MenuItemCollection.cs
- DispatcherHookEventArgs.cs
- ResXDataNode.cs
- ProfileModule.cs
- MetadataItem_Static.cs
- PerfCounterSection.cs
- EventHandlersDesigner.cs
- Tokenizer.cs
- WhitespaceRule.cs
- AlternateViewCollection.cs
- Triplet.cs
- RequestFactory.cs
- ExpressionBuilder.cs
- login.cs
- GZipDecoder.cs
- HttpResponse.cs
- GraphicsState.cs
- PrintPreviewGraphics.cs
- QueryException.cs
- ContextDataSourceContextData.cs
- ObjectDataSourceMethodEventArgs.cs
- ClonableStack.cs
- RecognitionEventArgs.cs
- RemoteWebConfigurationHost.cs
- keycontainerpermission.cs
- FragmentNavigationEventArgs.cs
- InkPresenterAutomationPeer.cs
- ArrayConverter.cs
- MetaModel.cs
- NativeActivity.cs
- UpdateException.cs
- SamlDelegatingWriter.cs
- WebColorConverter.cs
- LogSwitch.cs
- ToolStripItemRenderEventArgs.cs
- InvalidCastException.cs
- PointAnimationUsingPath.cs
- XhtmlBasicPanelAdapter.cs
- AspCompat.cs
- ValueChangedEventManager.cs
- ObjectPersistData.cs
- ParserContext.cs
- VerificationAttribute.cs
- XslAst.cs
- DataService.cs
- Int32Rect.cs
- TemplatedAdorner.cs
- PageAdapter.cs
- SqlAliaser.cs
- UnaryNode.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- CharEnumerator.cs
- PointLightBase.cs
- Token.cs
- Point3DAnimationBase.cs