Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / DataServiceEntityAttribute.cs / 1305376 / DataServiceEntityAttribute.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Clr Attribute mark a class as entity // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Common { using System; using System.Collections.ObjectModel; using System.Data.Services.Client; using System.Linq; ////// Attribute to mark a class as entity /// [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class DataServiceEntityAttribute : System.Attribute { ////// Constructor /// public DataServiceEntityAttribute() { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// Clr Attribute mark a class as entity // // // @owner [....] //--------------------------------------------------------------------- namespace System.Data.Services.Common { using System; using System.Collections.ObjectModel; using System.Data.Services.Client; using System.Linq; ////// Attribute to mark a class as entity /// [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class DataServiceEntityAttribute : System.Attribute { ////// Constructor /// public DataServiceEntityAttribute() { } } } // 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
- SimpleRecyclingCache.cs
- UnsafeNativeMethods.cs
- UnsafeNetInfoNativeMethods.cs
- GridViewRow.cs
- ValueType.cs
- AssemblyCache.cs
- FtpWebRequest.cs
- RadioButtonBaseAdapter.cs
- recordstatescratchpad.cs
- SignatureHelper.cs
- FormViewModeEventArgs.cs
- SqlDataSourceAdvancedOptionsForm.cs
- BeginEvent.cs
- HTMLTextWriter.cs
- CachingHintValidation.cs
- ServiceNameCollection.cs
- TreeNodeConverter.cs
- DynamicUpdateCommand.cs
- GPPOINTF.cs
- XmlDictionaryReaderQuotas.cs
- SqlServices.cs
- EnumValidator.cs
- Button.cs
- ExtractedStateEntry.cs
- COM2PropertyDescriptor.cs
- SqlProcedureAttribute.cs
- GenericRootAutomationPeer.cs
- XmlSchemaGroupRef.cs
- EditingMode.cs
- RadioButtonRenderer.cs
- Rect3DConverter.cs
- SaveFileDialogDesigner.cs
- EntityCommand.cs
- RuntimeIdentifierPropertyAttribute.cs
- FormViewDeleteEventArgs.cs
- SqlHelper.cs
- NavigationProgressEventArgs.cs
- LinqDataView.cs
- EventManager.cs
- XpsException.cs
- SqlProfileProvider.cs
- LoginDesignerUtil.cs
- DataGridViewColumn.cs
- BitmapData.cs
- StickyNoteContentControl.cs
- StateRuntime.cs
- ApplySecurityAndSendAsyncResult.cs
- CodeAccessPermission.cs
- NameValueCollection.cs
- safex509handles.cs
- LinqToSqlWrapper.cs
- ArraySegment.cs
- ScriptResourceHandler.cs
- ServiceBusyException.cs
- HelpEvent.cs
- _LazyAsyncResult.cs
- DataGridViewCellConverter.cs
- ClientScriptManager.cs
- IndentedWriter.cs
- XsdBuildProvider.cs
- ContentDisposition.cs
- CustomAssemblyResolver.cs
- TextParaLineResult.cs
- AsymmetricSignatureDeformatter.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- printdlgexmarshaler.cs
- LineGeometry.cs
- SqlRowUpdatedEvent.cs
- ServicePointManagerElement.cs
- TraceHwndHost.cs
- DataGridBoundColumn.cs
- EventlogProvider.cs
- XmlSchema.cs
- Stylus.cs
- CompiledScopeCriteria.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- XmlSchemaDocumentation.cs
- TdsParserStateObject.cs
- MergeFilterQuery.cs
- XPathNavigator.cs
- WindowsListViewItemCheckBox.cs
- BaseTreeIterator.cs
- FloaterBaseParaClient.cs
- RenderData.cs
- DrawingAttributeSerializer.cs
- ThrowHelper.cs
- ByteKeyFrameCollection.cs
- ConnectionConsumerAttribute.cs
- Freezable.cs
- Keywords.cs
- ExpressionsCollectionEditor.cs
- OdbcFactory.cs
- XhtmlTextWriter.cs
- _Connection.cs
- DefaultSerializationProviderAttribute.cs
- safesecurityhelperavalon.cs
- ServiceNameElementCollection.cs
- WebEventCodes.cs
- Zone.cs
- WebPartHelpVerb.cs