Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmComplexPropertyAttribute.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SectionInput.cs
- RootBrowserWindowProxy.cs
- DuplexChannelBinder.cs
- BypassElement.cs
- DispatcherExceptionEventArgs.cs
- ImageSourceValueSerializer.cs
- PageStatePersister.cs
- PreviewKeyDownEventArgs.cs
- WorkflowExecutor.cs
- TransactionManager.cs
- PageTheme.cs
- ProfileSettingsCollection.cs
- ListBox.cs
- GACIdentityPermission.cs
- AdapterDictionary.cs
- RegexReplacement.cs
- FileLogRecordEnumerator.cs
- EntityDesignerBuildProvider.cs
- CodeArgumentReferenceExpression.cs
- PinnedBufferMemoryStream.cs
- Expr.cs
- StringPropertyBuilder.cs
- PreProcessor.cs
- RadioButtonFlatAdapter.cs
- ModelPropertyDescriptor.cs
- RangeContentEnumerator.cs
- HwndSourceKeyboardInputSite.cs
- DataGridViewComboBoxCell.cs
- ProjectionPruner.cs
- DataView.cs
- FileDataSourceCache.cs
- DoWorkEventArgs.cs
- HttpCapabilitiesSectionHandler.cs
- SpanIndex.cs
- NameValueConfigurationCollection.cs
- Page.cs
- ConfigurationValues.cs
- DataBindingHandlerAttribute.cs
- NameValueConfigurationCollection.cs
- MenuAutomationPeer.cs
- BitVector32.cs
- ModulesEntry.cs
- XPathSingletonIterator.cs
- Tokenizer.cs
- ExpressionConverter.cs
- SoapUnknownHeader.cs
- CssClassPropertyAttribute.cs
- FormClosedEvent.cs
- CodeFieldReferenceExpression.cs
- TextBlockAutomationPeer.cs
- CopyOnWriteList.cs
- DesignerTextWriter.cs
- SafeNativeMemoryHandle.cs
- Boolean.cs
- DataGridViewAutoSizeModeEventArgs.cs
- XamlReader.cs
- ClockController.cs
- DecodeHelper.cs
- BamlReader.cs
- PageTheme.cs
- Normalization.cs
- AdapterDictionary.cs
- DefaultExpressionVisitor.cs
- ButtonFlatAdapter.cs
- Decorator.cs
- WebPartZone.cs
- TypeListConverter.cs
- CompatibleComparer.cs
- MediaTimeline.cs
- ButtonColumn.cs
- TimeSpanOrInfiniteValidator.cs
- DBAsyncResult.cs
- IncomingWebRequestContext.cs
- CompressedStack.cs
- WindowsPen.cs
- JsonSerializer.cs
- sqlnorm.cs
- SqlWriter.cs
- InternalBufferOverflowException.cs
- CallTemplateAction.cs
- IndexedString.cs
- SignalGate.cs
- GlyphInfoList.cs
- HtmlControlPersistable.cs
- SafeTimerHandle.cs
- IsolationInterop.cs
- PersonalizationStateInfo.cs
- WorkflowTraceTransfer.cs
- DBConnectionString.cs
- Pair.cs
- DbProviderManifest.cs
- TileBrush.cs
- Binding.cs
- TextServicesPropertyRanges.cs
- WindowsGraphics.cs
- WebDisplayNameAttribute.cs
- IncrementalHitTester.cs
- BitmapEffect.cs
- KeysConverter.cs
- SystemGatewayIPAddressInformation.cs