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 / 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
- ScrollViewerAutomationPeer.cs
- GZipStream.cs
- InertiaRotationBehavior.cs
- VisualTarget.cs
- Profiler.cs
- RightsManagementPermission.cs
- ControlSerializer.cs
- IPAddressCollection.cs
- InheritanceContextChangedEventManager.cs
- IChannel.cs
- DependencyObjectProvider.cs
- StatusBarAutomationPeer.cs
- DataViewSettingCollection.cs
- XmlSerializerNamespaces.cs
- TdsRecordBufferSetter.cs
- XmlConvert.cs
- DataDesignUtil.cs
- SoapFault.cs
- RemotingException.cs
- SafeNativeMethods.cs
- UTF8Encoding.cs
- XmlSchemaAnnotated.cs
- LoadItemsEventArgs.cs
- ScrollData.cs
- RSAPKCS1SignatureFormatter.cs
- FileDialog_Vista_Interop.cs
- DbProviderServices.cs
- MouseWheelEventArgs.cs
- AttachedProperty.cs
- SrgsElementList.cs
- DictionaryItemsCollection.cs
- CheckBoxDesigner.cs
- AsyncContentLoadedEventArgs.cs
- OpCodes.cs
- SmtpLoginAuthenticationModule.cs
- Rect.cs
- ServiceObjectContainer.cs
- WpfSharedBamlSchemaContext.cs
- DefaultBinder.cs
- XmlSchemaComplexContentExtension.cs
- CalendarAutoFormat.cs
- BuildProvider.cs
- DBConcurrencyException.cs
- PathParser.cs
- StatusBar.cs
- ScriptManager.cs
- ConfigurationProperty.cs
- WindowShowOrOpenTracker.cs
- AppSecurityManager.cs
- PageAsyncTask.cs
- OperatorExpressions.cs
- WindowProviderWrapper.cs
- DynamicExpression.cs
- SignedXml.cs
- WS2007HttpBindingCollectionElement.cs
- Exceptions.cs
- COM2ExtendedBrowsingHandler.cs
- ComponentRenameEvent.cs
- CommandTreeTypeHelper.cs
- DesignerPerfEventProvider.cs
- CustomTypeDescriptor.cs
- RequestResizeEvent.cs
- InternalConfigSettingsFactory.cs
- HostTimeoutsElement.cs
- FaultException.cs
- TiffBitmapDecoder.cs
- DbConnectionPool.cs
- ServiceAuthorizationElement.cs
- TrustLevelCollection.cs
- MenuItem.cs
- MatrixAnimationUsingKeyFrames.cs
- ModelItemExtensions.cs
- ToolboxCategory.cs
- PixelFormats.cs
- HwndProxyElementProvider.cs
- PolicyStatement.cs
- SingleAnimation.cs
- DataFieldConverter.cs
- Utils.cs
- TdsParserSessionPool.cs
- WorkflowValidationFailedException.cs
- DoubleStorage.cs
- UriSection.cs
- NumericUpDownAccelerationCollection.cs
- ComponentEditorForm.cs
- BinaryObjectWriter.cs
- PlaceHolder.cs
- SerializationInfoEnumerator.cs
- OptimalBreakSession.cs
- DecoderNLS.cs
- AsyncWaitHandle.cs
- BaseTemplateParser.cs
- CodeAccessSecurityEngine.cs
- ImportContext.cs
- Color.cs
- Constants.cs
- MiniConstructorInfo.cs
- EncryptedReference.cs
- PersonalizationDictionary.cs
- PrintSystemException.cs