Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmPropertyAttribute.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DisplayToken.cs
- DragCompletedEventArgs.cs
- ConversionHelper.cs
- XmlJsonReader.cs
- SessionStateUtil.cs
- CodeAttributeDeclaration.cs
- FormsAuthenticationUserCollection.cs
- BaseAppDomainProtocolHandler.cs
- _UriSyntax.cs
- FieldMetadata.cs
- ReadOnlyCollectionBase.cs
- LZCodec.cs
- Win32Interop.cs
- SecUtil.cs
- ItemCollection.cs
- Positioning.cs
- MultipleViewProviderWrapper.cs
- TypeDelegator.cs
- RegexStringValidator.cs
- Style.cs
- MemoryMappedView.cs
- TargetPerspective.cs
- DataGridClipboardHelper.cs
- ListBindingConverter.cs
- RepeatButton.cs
- LayoutSettings.cs
- ApplicationHost.cs
- SessionParameter.cs
- Triplet.cs
- BufferBuilder.cs
- FirstMatchCodeGroup.cs
- QueryContinueDragEventArgs.cs
- LookupNode.cs
- FromReply.cs
- PasswordTextContainer.cs
- PackageDigitalSignature.cs
- BezierSegment.cs
- ImageListUtils.cs
- JavaScriptObjectDeserializer.cs
- SqlClientPermission.cs
- CodeCastExpression.cs
- BrowserCapabilitiesCodeGenerator.cs
- VisualStateGroup.cs
- PrivacyNoticeBindingElementImporter.cs
- CryptoApi.cs
- SqlXmlStorage.cs
- PackageController.cs
- InternalsVisibleToAttribute.cs
- SEHException.cs
- Help.cs
- InvokeMethodDesigner.xaml.cs
- CLRBindingWorker.cs
- GraphicsPath.cs
- PropertyGridEditorPart.cs
- ParallelDesigner.xaml.cs
- Renderer.cs
- SyndicationFeed.cs
- BindingWorker.cs
- HtmlEncodedRawTextWriter.cs
- Int16KeyFrameCollection.cs
- CodeLinePragma.cs
- JpegBitmapDecoder.cs
- ForEachDesigner.xaml.cs
- CustomLineCap.cs
- MeshGeometry3D.cs
- ContractDescription.cs
- FixedSOMLineRanges.cs
- Permission.cs
- TimestampInformation.cs
- SimpleParser.cs
- SystemNetworkInterface.cs
- BrowserCapabilitiesFactory.cs
- SettingsBase.cs
- DocumentPageView.cs
- PointLightBase.cs
- VarRefManager.cs
- HuffCodec.cs
- ColorTransformHelper.cs
- HighContrastHelper.cs
- SplitterDesigner.cs
- DiscoveryReferences.cs
- Exception.cs
- Operand.cs
- VariantWrapper.cs
- EntityContainerEmitter.cs
- XPathDocumentBuilder.cs
- ColorKeyFrameCollection.cs
- MiniModule.cs
- ParameterCollection.cs
- SafeCryptContextHandle.cs
- DeflateEmulationStream.cs
- PointAnimationBase.cs
- MethodToken.cs
- TextOnlyOutput.cs
- GridItemPatternIdentifiers.cs
- SQLBytes.cs
- Interfaces.cs
- EngineSiteSapi.cs
- RotateTransform.cs
- StorageEndPropertyMapping.cs