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
- QueryPageSettingsEventArgs.cs
- _DomainName.cs
- HtmlLinkAdapter.cs
- PageCatalogPartDesigner.cs
- ValidatedControlConverter.cs
- ThreadExceptionDialog.cs
- SourceInterpreter.cs
- PassportAuthenticationModule.cs
- MyContact.cs
- StrongNameIdentityPermission.cs
- KnownIds.cs
- MenuItemBindingCollection.cs
- TableRowCollection.cs
- ObjectItemAssemblyLoader.cs
- ControlPropertyNameConverter.cs
- AuthenticationModuleElementCollection.cs
- HttpRequest.cs
- MarkupCompilePass2.cs
- CharConverter.cs
- NativeMethods.cs
- Boolean.cs
- PathData.cs
- RolePrincipal.cs
- ConnectionsZoneDesigner.cs
- GridViewColumnHeaderAutomationPeer.cs
- XsdValidatingReader.cs
- InputReferenceExpression.cs
- CompiledRegexRunner.cs
- RegexRunnerFactory.cs
- InheritanceRules.cs
- BreakRecordTable.cs
- EditorBrowsableAttribute.cs
- JsonClassDataContract.cs
- SystemIPAddressInformation.cs
- ExpressionConverter.cs
- URLIdentityPermission.cs
- DataRelationCollection.cs
- LinqDataSourceInsertEventArgs.cs
- CodeAttributeDeclaration.cs
- Base64Decoder.cs
- ParenthesizePropertyNameAttribute.cs
- DetailsViewCommandEventArgs.cs
- GridProviderWrapper.cs
- UncommonField.cs
- TextContainerHelper.cs
- ZipFileInfoCollection.cs
- BamlMapTable.cs
- TdsEnums.cs
- ForceCopyBuildProvider.cs
- ClientTargetCollection.cs
- PrinterResolution.cs
- ChangeConflicts.cs
- ComponentGlyph.cs
- AssertHelper.cs
- GeneralTransform2DTo3DTo2D.cs
- HttpUnhandledOperationInvoker.cs
- RequestUriProcessor.cs
- UnmanagedMemoryStream.cs
- ValueCollectionParameterReader.cs
- FtpRequestCacheValidator.cs
- EmptyReadOnlyDictionaryInternal.cs
- SqlBooleanizer.cs
- EmptyEnumerator.cs
- UriTemplateDispatchFormatter.cs
- MarkedHighlightComponent.cs
- JoinGraph.cs
- RuleAction.cs
- Label.cs
- MemberJoinTreeNode.cs
- AlignmentXValidation.cs
- StreamSecurityUpgradeInitiatorBase.cs
- SoapMessage.cs
- DesignTimeVisibleAttribute.cs
- ManifestSignedXml.cs
- unitconverter.cs
- ProfileServiceManager.cs
- FixedSOMPage.cs
- MulticastDelegate.cs
- DaylightTime.cs
- ListViewUpdatedEventArgs.cs
- DateTime.cs
- MimeParameters.cs
- OutputCacheModule.cs
- MDIControlStrip.cs
- Hex.cs
- TableParaClient.cs
- ExpressionBuilder.cs
- GroupItemAutomationPeer.cs
- CaseInsensitiveOrdinalStringComparer.cs
- CurrentChangedEventManager.cs
- TransformedBitmap.cs
- RegexWriter.cs
- _ProxyRegBlob.cs
- SystemIPGlobalProperties.cs
- KeyGesture.cs
- ObjectListSelectEventArgs.cs
- DataGridViewCellValidatingEventArgs.cs
- UidPropertyAttribute.cs
- ExceptionHandlers.cs
- DurableMessageDispatchInspector.cs