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
- EngineSiteSapi.cs
- loginstatus.cs
- CellCreator.cs
- DummyDataSource.cs
- JoinTreeSlot.cs
- HtmlControlPersistable.cs
- BaseWebProxyFinder.cs
- XmlDictionary.cs
- EasingKeyFrames.cs
- RightsManagementPermission.cs
- Evidence.cs
- AxImporter.cs
- IgnoreDataMemberAttribute.cs
- UrlPath.cs
- PathSegmentCollection.cs
- XmlSecureResolver.cs
- ParagraphResult.cs
- Int32Converter.cs
- ActivityCodeGenerator.cs
- GeneralTransform3DCollection.cs
- EdmError.cs
- X509Extension.cs
- XmlSerializer.cs
- TextServicesProperty.cs
- DesignerDataStoredProcedure.cs
- ECDsaCng.cs
- ComboBoxAutomationPeer.cs
- AnimationClock.cs
- MenuItemBindingCollection.cs
- ISFClipboardData.cs
- SafeNativeMethods.cs
- DataListItemEventArgs.cs
- X509CertificateCollection.cs
- OleCmdHelper.cs
- ProviderManager.cs
- LogicalExpr.cs
- AnnotationService.cs
- ColorTranslator.cs
- XmlCustomFormatter.cs
- DataGridViewCellEventArgs.cs
- PrinterResolution.cs
- RequestTimeoutManager.cs
- ItemsChangedEventArgs.cs
- Highlights.cs
- WsdlBuildProvider.cs
- ChildChangedEventArgs.cs
- ScrollViewerAutomationPeer.cs
- EmptyElement.cs
- DescendentsWalker.cs
- ProcessHostMapPath.cs
- ToolStripGrip.cs
- PermissionListSet.cs
- ToolboxItemFilterAttribute.cs
- AggregateNode.cs
- InteropAutomationProvider.cs
- GradientStop.cs
- WebScriptClientGenerator.cs
- _KerberosClient.cs
- HtmlEmptyTagControlBuilder.cs
- ConfigXmlWhitespace.cs
- HtmlUtf8RawTextWriter.cs
- CrossAppDomainChannel.cs
- XmlSchemaAll.cs
- BindingEntityInfo.cs
- EntityDataSourceDesignerHelper.cs
- StringCollection.cs
- WebPartVerb.cs
- BaseInfoTable.cs
- RectAnimationClockResource.cs
- ImageAutomationPeer.cs
- ValidationRule.cs
- AssemblyAttributes.cs
- GatewayIPAddressInformationCollection.cs
- GridViewSelectEventArgs.cs
- URI.cs
- ZipPackagePart.cs
- SafeIUnknown.cs
- ScriptHandlerFactory.cs
- StringToken.cs
- Rect3DValueSerializer.cs
- UncommonField.cs
- TableLayoutPanelCellPosition.cs
- SecurityKeyUsage.cs
- Metadata.cs
- DataGridColumnFloatingHeader.cs
- ToolStripRendererSwitcher.cs
- ConfigurationStrings.cs
- ExtendLockCommand.cs
- Root.cs
- future.cs
- XPathEmptyIterator.cs
- TimerElapsedEvenArgs.cs
- ScrollItemPattern.cs
- BamlResourceSerializer.cs
- HttpCachePolicyElement.cs
- TextParaClient.cs
- EventArgs.cs
- ComplexTypeEmitter.cs
- Comparer.cs
- HttpCookieCollection.cs