Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / Objects / DataClasses / EdmSchemaAttribute.cs / 1305376 / EdmSchemaAttribute.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner [....] //--------------------------------------------------------------------- using System; namespace System.Data.Objects.DataClasses { ////// Attribute for static types /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments"), System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edm")] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class, AllowMultiple = true)] public sealed class EdmSchemaAttribute : System.Attribute { ////// Constructor for EdmSchemaAttribute /// public EdmSchemaAttribute() { } ////// Setting this parameter to a unique value for each model file in a Visual Basic /// assembly will prevent the following error: /// "'System.Data.Objects.DataClasses.EdmSchemaAttribute' cannot be specified more than once in this project, even with identical parameter values." /// public EdmSchemaAttribute(string assemblyGuid) { if (null == assemblyGuid) { throw new System.ArgumentNullException("assemblyGuid"); } } } } // 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
- SurrogateEncoder.cs
- MissingMethodException.cs
- PriorityChain.cs
- ParserContext.cs
- InnerItemCollectionView.cs
- Membership.cs
- TypeSource.cs
- SplineQuaternionKeyFrame.cs
- TrackingValidationObjectDictionary.cs
- FunctionDescription.cs
- CachedFontFace.cs
- WebPartConnectionsDisconnectVerb.cs
- ServicesUtilities.cs
- PseudoWebRequest.cs
- ClockGroup.cs
- WebServiceReceiveDesigner.cs
- AuthorizationRuleCollection.cs
- URLAttribute.cs
- XslVisitor.cs
- WebPartRestoreVerb.cs
- COM2PropertyBuilderUITypeEditor.cs
- DataGridViewAccessibleObject.cs
- SimpleBitVector32.cs
- SortAction.cs
- ScriptHandlerFactory.cs
- SynchronizedInputAdaptor.cs
- GlobalProxySelection.cs
- ToolStripDropDownItem.cs
- connectionpool.cs
- EastAsianLunisolarCalendar.cs
- MultiPropertyDescriptorGridEntry.cs
- SHA1CryptoServiceProvider.cs
- ListDictionaryInternal.cs
- RectValueSerializer.cs
- ProviderException.cs
- DbConnectionInternal.cs
- BinaryObjectInfo.cs
- InternalMappingException.cs
- Set.cs
- ElementHost.cs
- _NetworkingPerfCounters.cs
- HitTestParameters3D.cs
- PartialTrustVisibleAssembly.cs
- MenuAutomationPeer.cs
- ControlValuePropertyAttribute.cs
- Not.cs
- ClientConfigurationSystem.cs
- DataGridItem.cs
- ZipPackage.cs
- DefaultDiscoveryServiceExtension.cs
- UpdatePanelTrigger.cs
- FormViewModeEventArgs.cs
- BitmapData.cs
- EventTrigger.cs
- SByte.cs
- Mouse.cs
- DataGridViewCell.cs
- TextBreakpoint.cs
- BooleanToVisibilityConverter.cs
- FilterUserControlBase.cs
- FunctionImportMapping.cs
- XamlClipboardData.cs
- NamespaceCollection.cs
- DbMetaDataFactory.cs
- HotSpotCollection.cs
- CodeLabeledStatement.cs
- ActiveXHelper.cs
- WebConfigurationHostFileChange.cs
- CaseExpr.cs
- PathGradientBrush.cs
- ChoiceConverter.cs
- ErrorWrapper.cs
- XamlVector3DCollectionSerializer.cs
- DictionaryMarkupSerializer.cs
- SqlCommandBuilder.cs
- XMLUtil.cs
- OLEDB_Enum.cs
- WebServiceData.cs
- UrlParameterReader.cs
- PropertyCondition.cs
- Rectangle.cs
- Panel.cs
- StringAttributeCollection.cs
- VariableBinder.cs
- WinEventWrap.cs
- GC.cs
- PartialCachingAttribute.cs
- DependencyPropertyValueSerializer.cs
- ToolStripOverflow.cs
- StreamGeometry.cs
- DragDrop.cs
- CompressStream.cs
- MsmqElementBase.cs
- BinaryParser.cs
- Win32Native.cs
- FloatUtil.cs
- PasswordDeriveBytes.cs
- IdentityHolder.cs
- ObjectAnimationUsingKeyFrames.cs
- RegexRunner.cs