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
- BodyGlyph.cs
- UpdatePanelControlTrigger.cs
- Grid.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ToolStripArrowRenderEventArgs.cs
- ExternalFile.cs
- MultipartIdentifier.cs
- LayoutEditorPart.cs
- ZipIOExtraFieldElement.cs
- ObjRef.cs
- ViewSimplifier.cs
- XmlIgnoreAttribute.cs
- ToggleButtonAutomationPeer.cs
- _SslSessionsCache.cs
- XmlCharCheckingReader.cs
- ObjectConverter.cs
- SHA1.cs
- NavigationEventArgs.cs
- Baml2006ReaderSettings.cs
- DetailsViewCommandEventArgs.cs
- Parameter.cs
- BufferedGraphicsContext.cs
- SqlConnectionStringBuilder.cs
- DiscoveryClientElement.cs
- RuntimeDelegateArgument.cs
- PaperSource.cs
- IfAction.cs
- AddInDeploymentState.cs
- Image.cs
- TargetControlTypeAttribute.cs
- ListMarkerSourceInfo.cs
- RowsCopiedEventArgs.cs
- RSAOAEPKeyExchangeFormatter.cs
- StringStorage.cs
- InstanceKeyCompleteException.cs
- AccessDataSource.cs
- CaretElement.cs
- SocketStream.cs
- VisualStyleElement.cs
- MDIControlStrip.cs
- BaseCodePageEncoding.cs
- SystemColors.cs
- DataGridViewCellValueEventArgs.cs
- CacheOutputQuery.cs
- BigInt.cs
- WebReferencesBuildProvider.cs
- NonBatchDirectoryCompiler.cs
- CapabilitiesAssignment.cs
- DPCustomTypeDescriptor.cs
- WaitHandleCannotBeOpenedException.cs
- ProxyHelper.cs
- TargetException.cs
- Image.cs
- RootProfilePropertySettingsCollection.cs
- PeerToPeerException.cs
- TextDecoration.cs
- ToolStripDropDownClosingEventArgs.cs
- ByteStack.cs
- XmlCountingReader.cs
- XmlWriterSettings.cs
- UTF32Encoding.cs
- MessageUtil.cs
- MessageQueueException.cs
- OrCondition.cs
- SemanticResultKey.cs
- UriTemplatePathPartiallyEquivalentSet.cs
- Vector.cs
- _FixedSizeReader.cs
- ValidationErrorEventArgs.cs
- CommentAction.cs
- PaintValueEventArgs.cs
- HttpCachePolicy.cs
- VariantWrapper.cs
- StylusPoint.cs
- SlipBehavior.cs
- ListBase.cs
- SchemaTypeEmitter.cs
- ColorTransform.cs
- _SpnDictionary.cs
- ThousandthOfEmRealDoubles.cs
- _SingleItemRequestCache.cs
- StorageEntityTypeMapping.cs
- Selector.cs
- TableLayoutStyle.cs
- GeneratedCodeAttribute.cs
- SoapFormatterSinks.cs
- PropertyTab.cs
- RichTextBoxDesigner.cs
- XmlSchemaAttributeGroup.cs
- DelegateTypeInfo.cs
- PolicyException.cs
- PreviewPageInfo.cs
- _BufferOffsetSize.cs
- ConfigurationSection.cs
- FontUnitConverter.cs
- StyleXamlTreeBuilder.cs
- Atom10FormatterFactory.cs
- CodeMemberEvent.cs
- XmlSchemaValidator.cs
- UTF8Encoding.cs