Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmComplexPropertyAttribute.cs / 2 / EdmComplexPropertyAttribute.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- namespace System.Data.Objects.DataClasses { using System; ////// Attribute for complex properties /// 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 sealed class EdmComplexPropertyAttribute : EdmPropertyAttribute { ////// Attribute for complex properties /// public EdmComplexPropertyAttribute() { } } } // 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; ////// Attribute for complex properties /// 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 sealed class EdmComplexPropertyAttribute : EdmPropertyAttribute { ////// Attribute for complex properties /// public EdmComplexPropertyAttribute() { } } } // 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
- NumberFunctions.cs
- CapabilitiesPattern.cs
- TaskCanceledException.cs
- mda.cs
- EventRoute.cs
- WaitHandle.cs
- Matrix3D.cs
- TreePrinter.cs
- ResourceDescriptionAttribute.cs
- QilXmlWriter.cs
- PageThemeParser.cs
- DataGridPagerStyle.cs
- ListViewUpdateEventArgs.cs
- PointAnimationUsingPath.cs
- ExtractCollection.cs
- Scripts.cs
- AsyncCompletedEventArgs.cs
- _HeaderInfoTable.cs
- HtmlInputCheckBox.cs
- AmbientProperties.cs
- ContextMenu.cs
- QilChoice.cs
- DateTimeOffset.cs
- LinqDataView.cs
- TakeOrSkipQueryOperator.cs
- TargetInvocationException.cs
- MarkupCompiler.cs
- SafeNativeMethodsMilCoreApi.cs
- MetadataArtifactLoaderCompositeFile.cs
- Add.cs
- BasicCellRelation.cs
- RegexInterpreter.cs
- PropertyConverter.cs
- ObjectDataSourceMethodEventArgs.cs
- ObjectDataSourceMethodEventArgs.cs
- namescope.cs
- bindurihelper.cs
- WebServiceAttribute.cs
- Axis.cs
- EntityClientCacheEntry.cs
- ObjectAssociationEndMapping.cs
- DesignerCategoryAttribute.cs
- DataBoundControl.cs
- DataGridBoolColumn.cs
- DrawTreeNodeEventArgs.cs
- DynamicDiscoSearcher.cs
- SingleAnimationBase.cs
- DataGridViewRowCollection.cs
- MemberRelationshipService.cs
- TdsParserStaticMethods.cs
- EncodingInfo.cs
- FormViewAutoFormat.cs
- RangeValidator.cs
- GeometryModel3D.cs
- HwndStylusInputProvider.cs
- ConfigXmlReader.cs
- IOException.cs
- RenamedEventArgs.cs
- TrackBarRenderer.cs
- XhtmlBasicLinkAdapter.cs
- TypeConstant.cs
- ValueExpressions.cs
- StateMachineWorkflowDesigner.cs
- WindowProviderWrapper.cs
- ComplexTypeEmitter.cs
- FontWeight.cs
- _AutoWebProxyScriptEngine.cs
- xml.cs
- DataControlFieldCollection.cs
- KeysConverter.cs
- MethodMessage.cs
- DataError.cs
- SQLMembershipProvider.cs
- Rotation3DAnimation.cs
- SqlTypesSchemaImporter.cs
- RemotingConfigParser.cs
- EntityContainerEmitter.cs
- ComboBoxDesigner.cs
- ObjectDataSource.cs
- _OverlappedAsyncResult.cs
- SQLDoubleStorage.cs
- SamlSerializer.cs
- ValueTypePropertyReference.cs
- ArrayWithOffset.cs
- ParallelTimeline.cs
- DataGridViewSelectedCellCollection.cs
- DataGridViewCellCancelEventArgs.cs
- FilterableAttribute.cs
- StrokeNodeOperations2.cs
- RuntimeHandles.cs
- InputMethod.cs
- AutoSizeComboBox.cs
- HttpSessionStateWrapper.cs
- InternalSafeNativeMethods.cs
- SharedStatics.cs
- Image.cs
- DataGridColumnCollection.cs
- SystemThemeKey.cs
- CommandEventArgs.cs
- KnownTypeDataContractResolver.cs