Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmPropertyAttribute.cs / 1 / 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
- KeyValueConfigurationCollection.cs
- Command.cs
- PageThemeParser.cs
- Mapping.cs
- PositiveTimeSpanValidatorAttribute.cs
- ContainerControl.cs
- SoapRpcMethodAttribute.cs
- ConfigXmlWhitespace.cs
- AttachedAnnotationChangedEventArgs.cs
- IList.cs
- RequiredAttributeAttribute.cs
- RuntimeResourceSet.cs
- GridViewRowEventArgs.cs
- SchemaNames.cs
- DES.cs
- EnvironmentPermission.cs
- PtsHelper.cs
- WorkflowTransactionService.cs
- DependencyPropertyHelper.cs
- CapabilitiesUse.cs
- SevenBitStream.cs
- NotifyIcon.cs
- StaticExtension.cs
- ContentElement.cs
- RightNameExpirationInfoPair.cs
- GridViewDeletedEventArgs.cs
- QilGeneratorEnv.cs
- BufferModesCollection.cs
- LogLogRecord.cs
- GatewayDefinition.cs
- NameSpaceEvent.cs
- XmlSerializer.cs
- RemotingAttributes.cs
- Button.cs
- ServiceCredentialsElement.cs
- EntityDataSourceViewSchema.cs
- OleDbCommand.cs
- IEnumerable.cs
- SiteMapPath.cs
- NamedPipeTransportBindingElement.cs
- RadioButtonBaseAdapter.cs
- LogEntryHeaderSerializer.cs
- XsdDateTime.cs
- AsyncWaitHandle.cs
- CompiledIdentityConstraint.cs
- DoWhile.cs
- SizeKeyFrameCollection.cs
- ControlEvent.cs
- CommunicationObjectAbortedException.cs
- MouseOverProperty.cs
- XhtmlTextWriter.cs
- ResourceReader.cs
- XmlChildEnumerator.cs
- Tuple.cs
- LicenseProviderAttribute.cs
- EventDescriptorCollection.cs
- AppModelKnownContentFactory.cs
- MouseGesture.cs
- FileCodeGroup.cs
- SQLChars.cs
- ManualWorkflowSchedulerService.cs
- ItemMap.cs
- HttpListenerResponse.cs
- SQLResource.cs
- BaseParaClient.cs
- RepeaterCommandEventArgs.cs
- controlskin.cs
- DetailsViewDeletedEventArgs.cs
- SqlGenericUtil.cs
- PopupControlService.cs
- PropertyMappingExceptionEventArgs.cs
- WebPartsPersonalization.cs
- PtsPage.cs
- GeometryHitTestResult.cs
- CustomErrorsSection.cs
- RuleCache.cs
- ApplicationTrust.cs
- IgnoreDeviceFilterElement.cs
- ChildTable.cs
- XmlEntity.cs
- _OverlappedAsyncResult.cs
- NamedPipeConnectionPoolSettings.cs
- CacheVirtualItemsEvent.cs
- GestureRecognitionResult.cs
- ProvidersHelper.cs
- CounterSetInstanceCounterDataSet.cs
- LinqExpressionNormalizer.cs
- DataGridViewColumnCollection.cs
- Process.cs
- PrintDocument.cs
- TreeNodeMouseHoverEvent.cs
- GcHandle.cs
- MobileCategoryAttribute.cs
- TreeViewDesigner.cs
- ProcessThreadDesigner.cs
- HttpHeaderCollection.cs
- RangeContentEnumerator.cs
- OneWayElement.cs
- Clipboard.cs
- IteratorDescriptor.cs