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
- GridPattern.cs
- BasicCellRelation.cs
- ProxyManager.cs
- DLinqAssociationProvider.cs
- EntityDataSource.cs
- EmbeddedMailObjectCollectionEditor.cs
- ExecutionContext.cs
- ModifyActivitiesPropertyDescriptor.cs
- AddInBase.cs
- RequestContext.cs
- HtmlInputImage.cs
- RuleSetDialog.cs
- ReverseInheritProperty.cs
- IPHostEntry.cs
- SByteConverter.cs
- XmlC14NWriter.cs
- TiffBitmapEncoder.cs
- ReferenceService.cs
- CategoryNameCollection.cs
- SecurityElement.cs
- ExceptQueryOperator.cs
- DataContractSerializerOperationBehavior.cs
- XmlSignificantWhitespace.cs
- TheQuery.cs
- FontFamily.cs
- WindowsFont.cs
- NameScopePropertyAttribute.cs
- ModifierKeysValueSerializer.cs
- List.cs
- BoolExpression.cs
- PaintEvent.cs
- SafeBitVector32.cs
- HttpHeaderCollection.cs
- WebPartChrome.cs
- WindowsAltTab.cs
- UICuesEvent.cs
- RectangleHotSpot.cs
- WpfKnownType.cs
- RangeValidator.cs
- EdmComplexTypeAttribute.cs
- DataGridViewLinkCell.cs
- ParameterCollection.cs
- OdbcStatementHandle.cs
- BaseAddressPrefixFilterElementCollection.cs
- PerformanceCounterCategory.cs
- CacheEntry.cs
- SqlLiftIndependentRowExpressions.cs
- RecordsAffectedEventArgs.cs
- SubpageParagraph.cs
- xmlfixedPageInfo.cs
- ResourcePermissionBaseEntry.cs
- Int64KeyFrameCollection.cs
- StdRegProviderWrapper.cs
- ThaiBuddhistCalendar.cs
- OrCondition.cs
- Size3DConverter.cs
- RemotingConfigParser.cs
- DefaultValueAttribute.cs
- WebControl.cs
- RetrieveVirtualItemEventArgs.cs
- ToolboxItem.cs
- SystemNetHelpers.cs
- IdentityHolder.cs
- BulletDecorator.cs
- ImmutableDispatchRuntime.cs
- GeometryGroup.cs
- ToolStripManager.cs
- OuterGlowBitmapEffect.cs
- RightsManagementManager.cs
- WebServiceEnumData.cs
- NamedPipeConnectionPoolSettings.cs
- WebPartVerbCollection.cs
- MissingManifestResourceException.cs
- BindingContext.cs
- SHA256CryptoServiceProvider.cs
- PreloadedPackages.cs
- ProfilePropertySettingsCollection.cs
- RegexCharClass.cs
- ExtenderControl.cs
- HandleCollector.cs
- ResourcePart.cs
- StubHelpers.cs
- CodeIdentifier.cs
- GridViewCommandEventArgs.cs
- StringSorter.cs
- LogReservationCollection.cs
- FontNameEditor.cs
- XmlEncodedRawTextWriter.cs
- PropertyChangedEventArgs.cs
- UpdateException.cs
- ReadOnlyHierarchicalDataSource.cs
- TableRow.cs
- TextWriterEngine.cs
- EventSinkHelperWriter.cs
- AncillaryOps.cs
- SamlAssertion.cs
- MenuAdapter.cs
- WorkflowItemsPresenter.cs
- DetailsView.cs
- GroupBoxRenderer.cs