Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmComplexPropertyAttribute.cs / 1 / 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
- DependencyPropertyAttribute.cs
- coordinatorscratchpad.cs
- RelationshipConverter.cs
- PageThemeCodeDomTreeGenerator.cs
- UserControl.cs
- HttpListener.cs
- httpapplicationstate.cs
- SkinBuilder.cs
- EntityKey.cs
- _HTTPDateParse.cs
- VirtualPath.cs
- ResourceManagerWrapper.cs
- InvariantComparer.cs
- UpdateCommand.cs
- PreservationFileReader.cs
- ObjectDataSourceMethodEventArgs.cs
- SQlBooleanStorage.cs
- MatrixAnimationBase.cs
- CheckBoxList.cs
- BufferedReadStream.cs
- TreeNodeCollection.cs
- X509CertificateInitiatorClientCredential.cs
- NativeMethods.cs
- TextRangeEditTables.cs
- DataGridLinkButton.cs
- ProcessModelInfo.cs
- wgx_render.cs
- FileInfo.cs
- SchemaNotation.cs
- EdmProperty.cs
- LockCookie.cs
- ArrangedElement.cs
- _AutoWebProxyScriptWrapper.cs
- X509ClientCertificateCredentialsElement.cs
- ServiceAuthorizationManager.cs
- BaseTemplateBuildProvider.cs
- SqlBulkCopyColumnMappingCollection.cs
- SerializableAttribute.cs
- ping.cs
- SqlDependencyUtils.cs
- CategoriesDocumentFormatter.cs
- EventLogPermissionEntryCollection.cs
- AspNetSynchronizationContext.cs
- ElementUtil.cs
- ErasingStroke.cs
- DockAndAnchorLayout.cs
- DrawingState.cs
- SafeNativeMethodsOther.cs
- AggregateNode.cs
- DataKey.cs
- connectionpool.cs
- CompositeScriptReference.cs
- Soap.cs
- ServiceKnownTypeAttribute.cs
- MultilineStringConverter.cs
- SessionIDManager.cs
- EntityDataSourceView.cs
- ExtendedProperty.cs
- ISessionStateStore.cs
- ScriptReferenceEventArgs.cs
- ImageSource.cs
- FunctionMappingTranslator.cs
- DashStyle.cs
- WebPartActionVerb.cs
- TextServicesContext.cs
- Geometry.cs
- RadialGradientBrush.cs
- IndentTextWriter.cs
- PermissionSetEnumerator.cs
- JoinTreeSlot.cs
- Point3DCollection.cs
- ValueHandle.cs
- HttpListenerException.cs
- HttpHandlerActionCollection.cs
- IERequestCache.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- LinkedResource.cs
- WebPartConnectionsCancelEventArgs.cs
- FileEnumerator.cs
- AssemblyResolver.cs
- TextProperties.cs
- WebPartMenuStyle.cs
- WindowsGraphicsWrapper.cs
- HelpExampleGenerator.cs
- ProgressBarAutomationPeer.cs
- MessageBox.cs
- And.cs
- DbDataSourceEnumerator.cs
- Normalization.cs
- TableMethodGenerator.cs
- X509Certificate2Collection.cs
- TextTreeTextBlock.cs
- DefaultPerformanceCounters.cs
- NameValueSectionHandler.cs
- ActivityCollectionMarkupSerializer.cs
- PathStreamGeometryContext.cs
- UIPermission.cs
- ErrorRuntimeConfig.cs
- DetailsViewUpdatedEventArgs.cs
- HTMLTagNameToTypeMapper.cs