Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- TemplateGroupCollection.cs
- MbpInfo.cs
- ScriptControlDescriptor.cs
- WorkflowMarkupSerializationManager.cs
- RuleAttributes.cs
- IntAverageAggregationOperator.cs
- XomlCompilerError.cs
- SqlTransaction.cs
- DefaultValueTypeConverter.cs
- DictionaryBase.cs
- QueryProcessor.cs
- util.cs
- DataPointer.cs
- PartBasedPackageProperties.cs
- Lasso.cs
- JavaScriptSerializer.cs
- Compress.cs
- glyphs.cs
- FormsIdentity.cs
- AnnotationAdorner.cs
- PasswordRecoveryDesigner.cs
- TraversalRequest.cs
- SqlFacetAttribute.cs
- DataGridCaption.cs
- VisualTreeHelper.cs
- ToolboxItem.cs
- ItemChangedEventArgs.cs
- DataGridToolTip.cs
- SafeUserTokenHandle.cs
- Win32.cs
- EntityDescriptor.cs
- ComboBoxRenderer.cs
- FieldBuilder.cs
- CharStorage.cs
- ScriptingAuthenticationServiceSection.cs
- CodeFieldReferenceExpression.cs
- DelayedRegex.cs
- DescendentsWalker.cs
- InheritanceService.cs
- CorrelationTokenTypeConvertor.cs
- WeakReferenceKey.cs
- selecteditemcollection.cs
- DecimalSumAggregationOperator.cs
- WindowsListViewGroup.cs
- EntityContainerRelationshipSetEnd.cs
- InteropAutomationProvider.cs
- WebPartsSection.cs
- ObjectNotFoundException.cs
- AuthenticationServiceManager.cs
- DynamicPropertyHolder.cs
- MultipartIdentifier.cs
- Int64Converter.cs
- FtpWebResponse.cs
- SafeNativeMethods.cs
- CodeCompiler.cs
- ListViewSelectEventArgs.cs
- ConfigurationFileMap.cs
- OraclePermission.cs
- EventSinkHelperWriter.cs
- DiscreteKeyFrames.cs
- dbdatarecord.cs
- ChoiceConverter.cs
- TextStore.cs
- QuerySelectOp.cs
- BindingWorker.cs
- DateTimeParse.cs
- IndentedTextWriter.cs
- WebPartConnectionsEventArgs.cs
- DLinqDataModelProvider.cs
- formatter.cs
- METAHEADER.cs
- ReadOnlyTernaryTree.cs
- MimeMultiPart.cs
- InstanceCompleteException.cs
- LineSegment.cs
- SQLMembershipProvider.cs
- StorageMappingFragment.cs
- PolyLineSegment.cs
- StrokeNodeData.cs
- Rect.cs
- CodeTypeMemberCollection.cs
- Expander.cs
- WorkflowMarkupSerializationProvider.cs
- CacheDependency.cs
- EmptyEnumerator.cs
- HttpChannelBindingToken.cs
- AbsoluteQuery.cs
- WindowsAuthenticationEventArgs.cs
- TemplateXamlTreeBuilder.cs
- PropertyGridView.cs
- cache.cs
- XsdDataContractExporter.cs
- CopyNamespacesAction.cs
- EdmItemError.cs
- SqlDataSourceCommandEventArgs.cs
- DataBindingValueUIHandler.cs
- RuntimeHandles.cs
- MethodAccessException.cs
- AQNBuilder.cs
- ModelPropertyDescriptor.cs