Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / Descriptor.cs / 1 / Descriptor.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// represents the response object - either entity or link // //--------------------------------------------------------------------- namespace System.Data.Services.Client { ////// represents the response object - either entity or link /// public abstract class Descriptor { ///State of the modified entity or link. private readonly EntityStates state; ////// constructor /// /// entity state internal Descriptor(EntityStates state) { this.state = state; } ////// returns the state of the entity or link object in response. /// public EntityStates State { get { return this.state; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// represents the response object - either entity or link // //--------------------------------------------------------------------- namespace System.Data.Services.Client { ////// represents the response object - either entity or link /// public abstract class Descriptor { ///State of the modified entity or link. private readonly EntityStates state; ////// constructor /// /// entity state internal Descriptor(EntityStates state) { this.state = state; } ////// returns the state of the entity or link object in response. /// public EntityStates State { get { return this.state; } } } } // 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
- Nullable.cs
- DataRecordObjectView.cs
- ParameterCollectionEditorForm.cs
- AddInStore.cs
- Win32SafeHandles.cs
- XamlBrushSerializer.cs
- ImageSource.cs
- OdbcParameterCollection.cs
- regiisutil.cs
- UnsafeNativeMethods.cs
- ControlBuilder.cs
- QilSortKey.cs
- SafeNativeMethods.cs
- DesignerUtility.cs
- MsmqBindingBase.cs
- SoapCodeExporter.cs
- ExecutionEngineException.cs
- HostingEnvironmentWrapper.cs
- SimpleMailWebEventProvider.cs
- Compiler.cs
- GetLastErrorDetailsRequest.cs
- HighlightComponent.cs
- CompileXomlTask.cs
- COAUTHIDENTITY.cs
- DictationGrammar.cs
- ToolStripRenderer.cs
- CellTreeSimplifier.cs
- HebrewCalendar.cs
- WebPartCollection.cs
- Validator.cs
- CqlGenerator.cs
- IssuanceTokenProviderBase.cs
- BamlRecordReader.cs
- DesignConnectionCollection.cs
- WsdlBuildProvider.cs
- CaseInsensitiveHashCodeProvider.cs
- PropertyInfoSet.cs
- WebPartEditVerb.cs
- MetadataItemEmitter.cs
- Evaluator.cs
- QueryCursorEventArgs.cs
- FilterEventArgs.cs
- SafePEFileHandle.cs
- CodeRegionDirective.cs
- SimpleLine.cs
- WebRequest.cs
- ArglessEventHandlerProxy.cs
- GridViewCommandEventArgs.cs
- Variant.cs
- ItemCollectionEditor.cs
- IsolatedStorageFilePermission.cs
- ConsoleKeyInfo.cs
- ParameterElement.cs
- ReverseQueryOperator.cs
- TextRangeProviderWrapper.cs
- compensatingcollection.cs
- SqlTypesSchemaImporter.cs
- RepeatBehavior.cs
- NavigationProgressEventArgs.cs
- KeyValueConfigurationElement.cs
- EntityDataSourceEntityTypeFilterItem.cs
- SizeKeyFrameCollection.cs
- CollectionAdapters.cs
- ComponentSerializationService.cs
- CustomValidator.cs
- PrivilegedConfigurationManager.cs
- ExtenderHelpers.cs
- ButtonFieldBase.cs
- DataGridViewAccessibleObject.cs
- HelpEvent.cs
- FixedLineResult.cs
- AstNode.cs
- FtpWebRequest.cs
- TemplateControlParser.cs
- MulticastOption.cs
- HostingEnvironmentException.cs
- RowToParametersTransformer.cs
- SymbolPair.cs
- URL.cs
- UnsignedPublishLicense.cs
- SessionStateContainer.cs
- translator.cs
- Soap.cs
- BindMarkupExtensionSerializer.cs
- CancellationToken.cs
- DependencyPropertyHelper.cs
- SpecialFolderEnumConverter.cs
- _SSPIWrapper.cs
- CodeSnippetStatement.cs
- _CacheStreams.cs
- TextProperties.cs
- DesignerActionPropertyItem.cs
- OperatingSystem.cs
- CmsInterop.cs
- LineGeometry.cs
- httpserverutility.cs
- DataGridViewCellLinkedList.cs
- ResourceProviderFactory.cs
- SortedList.cs
- X509UI.cs