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
- TraceUtils.cs
- InProcStateClientManager.cs
- PrintDialog.cs
- activationcontext.cs
- SmiEventSink.cs
- RadioButtonList.cs
- __Filters.cs
- LinkClickEvent.cs
- ReadOnlyCollection.cs
- DataColumnPropertyDescriptor.cs
- MetadataArtifactLoaderCompositeFile.cs
- StartFileNameEditor.cs
- CreateUserErrorEventArgs.cs
- InkSerializer.cs
- ChannelCacheSettings.cs
- SourceInterpreter.cs
- RectangleGeometry.cs
- RecommendedAsConfigurableAttribute.cs
- MouseActionValueSerializer.cs
- HttpListenerException.cs
- BufferBuilder.cs
- FastEncoderWindow.cs
- SafeRegistryHandle.cs
- Accessible.cs
- Vector3DKeyFrameCollection.cs
- CorrelationValidator.cs
- ColumnResizeAdorner.cs
- DataGridViewSelectedColumnCollection.cs
- Pts.cs
- Command.cs
- CodeCommentStatementCollection.cs
- AxisAngleRotation3D.cs
- SoapAttributes.cs
- safelink.cs
- WindowsRegion.cs
- RichTextBoxAutomationPeer.cs
- DynamicILGenerator.cs
- MarshalDirectiveException.cs
- CachedTypeface.cs
- EnumValidator.cs
- CfgParser.cs
- SafeNativeMethods.cs
- QilStrConcat.cs
- JsonMessageEncoderFactory.cs
- PropertyDescriptorGridEntry.cs
- XamlStyleSerializer.cs
- HtmlHead.cs
- SqlDataAdapter.cs
- ThreadSafeList.cs
- Delegate.cs
- SqlVersion.cs
- InputManager.cs
- PropertyMetadata.cs
- RadioButtonRenderer.cs
- FileStream.cs
- RangeValuePattern.cs
- SortedList.cs
- ellipse.cs
- XmlUtilWriter.cs
- MatrixAnimationUsingKeyFrames.cs
- WizardStepBase.cs
- TabControlToolboxItem.cs
- XmlTextAttribute.cs
- HandlerFactoryWrapper.cs
- PeerInputChannelListener.cs
- BindableTemplateBuilder.cs
- MDIClient.cs
- WebResponse.cs
- TemplatePagerField.cs
- DomainLiteralReader.cs
- XmlSchemaParticle.cs
- RSAPKCS1SignatureDeformatter.cs
- XmlWhitespace.cs
- WindowsAltTab.cs
- GreaterThanOrEqual.cs
- GACIdentityPermission.cs
- TypeReference.cs
- TrackingParameters.cs
- UnknownExceptionActionHelper.cs
- XmlSchemaGroupRef.cs
- ConditionalAttribute.cs
- ComNativeDescriptor.cs
- WebPartEditVerb.cs
- ValidatingReaderNodeData.cs
- AndAlso.cs
- ToolstripProfessionalRenderer.cs
- SchemaObjectWriter.cs
- UserControl.cs
- TreeIterators.cs
- StreamHelper.cs
- WeakReferenceKey.cs
- ListItemParagraph.cs
- DiffuseMaterial.cs
- Section.cs
- ConfigXmlText.cs
- ProcessModule.cs
- SectionInformation.cs
- ZipIOModeEnforcingStream.cs
- GlobalizationSection.cs
- ObjectListCommandCollection.cs