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
- ListBase.cs
- RequestResizeEvent.cs
- BoundPropertyEntry.cs
- ExternalDataExchangeService.cs
- DesignerObjectListAdapter.cs
- WindowsContainer.cs
- DataView.cs
- MailMessage.cs
- ProbeMatchesMessage11.cs
- HtmlTableRow.cs
- UriScheme.cs
- DataGridViewMethods.cs
- ExtensionSimplifierMarkupObject.cs
- BitmapEffectInputData.cs
- IdnMapping.cs
- HGlobalSafeHandle.cs
- DrawingCollection.cs
- CompositeDuplexBindingElement.cs
- List.cs
- ObjectCloneHelper.cs
- Queue.cs
- SimpleRecyclingCache.cs
- PrintDialogDesigner.cs
- Perspective.cs
- BindingManagerDataErrorEventArgs.cs
- FontNamesConverter.cs
- EncryptedType.cs
- Polyline.cs
- MessageSecurityOverMsmq.cs
- FloatUtil.cs
- shaperfactoryquerycachekey.cs
- Token.cs
- ButtonAutomationPeer.cs
- TemplateNameScope.cs
- ExpressionBinding.cs
- DocumentsTrace.cs
- CaretElement.cs
- RegexBoyerMoore.cs
- BitmapMetadataBlob.cs
- TableSectionStyle.cs
- FontFamilyIdentifier.cs
- ItemChangedEventArgs.cs
- FacetValueContainer.cs
- FrameworkElement.cs
- Missing.cs
- DllHostedComPlusServiceHost.cs
- NameNode.cs
- BaseDataList.cs
- Int32CollectionValueSerializer.cs
- PtsHelper.cs
- HostedTcpTransportManager.cs
- MessageQueueKey.cs
- ListContractAdapter.cs
- GeneralTransform2DTo3D.cs
- ControlBuilder.cs
- ColumnMapProcessor.cs
- AxisAngleRotation3D.cs
- TrackingProfileDeserializationException.cs
- ElementMarkupObject.cs
- NotImplementedException.cs
- CapacityStreamGeometryContext.cs
- AssociationSet.cs
- PathGradientBrush.cs
- IPGlobalProperties.cs
- ColorConverter.cs
- SqlReferenceCollection.cs
- HandleRef.cs
- ObsoleteAttribute.cs
- ReadWriteObjectLock.cs
- Partitioner.cs
- ValidationErrorEventArgs.cs
- ObjectQueryProvider.cs
- DbConvert.cs
- TryCatchDesigner.xaml.cs
- MimeTypePropertyAttribute.cs
- SqlDuplicator.cs
- SoapFormatExtensions.cs
- DiagnosticTrace.cs
- ConnectionConsumerAttribute.cs
- SqlResolver.cs
- ObjectSet.cs
- QueryComponents.cs
- DataTableCollection.cs
- WebDescriptionAttribute.cs
- MenuItemStyle.cs
- counter.cs
- HtmlInputSubmit.cs
- RemoteX509Token.cs
- ExpressionConverter.cs
- InputLanguageCollection.cs
- SigningCredentials.cs
- XmlException.cs
- SafeCryptHandles.cs
- TextParaLineResult.cs
- Decimal.cs
- ToolBarOverflowPanel.cs
- AnimatedTypeHelpers.cs
- SystemIPAddressInformation.cs
- DataGridViewColumnEventArgs.cs
- UIElement3D.cs