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
- WebPartEditorCancelVerb.cs
- SelectorAutomationPeer.cs
- ExpressionNode.cs
- BlurBitmapEffect.cs
- TailCallAnalyzer.cs
- PageContentCollection.cs
- ProxyGenerator.cs
- ProviderUtil.cs
- InvokeHandlers.cs
- TranslateTransform.cs
- BindToObject.cs
- ServiceObjectContainer.cs
- DesignerActionPropertyItem.cs
- EntityReference.cs
- DBCommandBuilder.cs
- DelegateSerializationHolder.cs
- Aggregates.cs
- RenderDataDrawingContext.cs
- AtomMaterializer.cs
- MailWebEventProvider.cs
- PassportAuthenticationModule.cs
- StylusPointPropertyUnit.cs
- CodeObjectCreateExpression.cs
- DataBoundControlHelper.cs
- DetailsViewUpdatedEventArgs.cs
- WebBrowserUriTypeConverter.cs
- NestedContainer.cs
- Material.cs
- CompiledRegexRunner.cs
- AdornerLayer.cs
- SecurityRequiresReviewAttribute.cs
- PriorityQueue.cs
- Compress.cs
- ListChangedEventArgs.cs
- SplitterEvent.cs
- Funcletizer.cs
- HtmlToClrEventProxy.cs
- Padding.cs
- DesignTimeParseData.cs
- FieldMetadata.cs
- UnsafeNativeMethods.cs
- FormViewPageEventArgs.cs
- FieldAccessException.cs
- SchemaCreator.cs
- MimeObjectFactory.cs
- _AutoWebProxyScriptHelper.cs
- XmlSchemaValidator.cs
- EmptyElement.cs
- DodSequenceMerge.cs
- HtmlImage.cs
- PageBuildProvider.cs
- TreeNodeCollection.cs
- XmlExtensionFunction.cs
- ImageFormatConverter.cs
- MulticastNotSupportedException.cs
- WindowsTitleBar.cs
- ResXResourceSet.cs
- FontFaceLayoutInfo.cs
- WorkflowElementDialog.cs
- HttpListener.cs
- TabControlToolboxItem.cs
- StateInitialization.cs
- ContainerParaClient.cs
- DbMetaDataFactory.cs
- SchemaConstraints.cs
- ObjectItemNoOpAssemblyLoader.cs
- OleDragDropHandler.cs
- figurelengthconverter.cs
- TextRange.cs
- ProfileSettings.cs
- RecognizedWordUnit.cs
- X509CertificateRecipientClientCredential.cs
- OdbcFactory.cs
- JsonStringDataContract.cs
- IdentifierService.cs
- smtpconnection.cs
- CompositionCommandSet.cs
- __Error.cs
- ForEachAction.cs
- HtmlInputReset.cs
- OperatorExpressions.cs
- EncryptedType.cs
- TransformedBitmap.cs
- XmlWrappingReader.cs
- DateTimeValueSerializerContext.cs
- SerTrace.cs
- ApplicationServiceManager.cs
- ZipIOLocalFileDataDescriptor.cs
- PackWebRequest.cs
- SymmetricCryptoHandle.cs
- ToolStripRenderer.cs
- SettingsAttributes.cs
- RegionInfo.cs
- PoisonMessageException.cs
- TemplateField.cs
- HtmlString.cs
- ConstructorExpr.cs
- CompositeFontFamily.cs
- BinaryReader.cs
- DynamicQueryableWrapper.cs