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
- XmlSchemaException.cs
- ResourceKey.cs
- PackagePartCollection.cs
- StrongTypingException.cs
- Int32Collection.cs
- WhitespaceRuleLookup.cs
- NumericUpDownAcceleration.cs
- AutoGeneratedFieldProperties.cs
- ExtensionSimplifierMarkupObject.cs
- DynamicValidatorEventArgs.cs
- DoubleAnimationUsingKeyFrames.cs
- SqlConnectionPoolProviderInfo.cs
- InternalControlCollection.cs
- TypeDescriptorContext.cs
- ChangeTracker.cs
- WebBrowserProgressChangedEventHandler.cs
- Menu.cs
- XmlILConstructAnalyzer.cs
- ReaderWriterLock.cs
- CngKeyBlobFormat.cs
- OleDbConnection.cs
- _UncName.cs
- TypeDelegator.cs
- ScrollBar.cs
- TerminateSequenceResponse.cs
- HandleCollector.cs
- TableLayout.cs
- RectangleF.cs
- HttpValueCollection.cs
- NonVisualControlAttribute.cs
- WebResourceUtil.cs
- DesignTimeTemplateParser.cs
- DataServiceHost.cs
- returneventsaver.cs
- EDesignUtil.cs
- RemoteEndpointMessageProperty.cs
- SingleAnimationUsingKeyFrames.cs
- Binding.cs
- TextLineResult.cs
- DeclaredTypeValidatorAttribute.cs
- UriTemplateDispatchFormatter.cs
- Clipboard.cs
- FilteredXmlReader.cs
- CompiledXpathExpr.cs
- VsPropertyGrid.cs
- MetadataExchangeClient.cs
- StackSpiller.Bindings.cs
- Dynamic.cs
- TextRangeEdit.cs
- StartUpEventArgs.cs
- TableDetailsRow.cs
- ObjectContext.cs
- KeyEvent.cs
- SqlMetaData.cs
- PropertyIDSet.cs
- MessageEncoder.cs
- JapaneseCalendar.cs
- WindowsFormsSynchronizationContext.cs
- AsyncResult.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- VirtualDirectoryMappingCollection.cs
- ProcessHostConfigUtils.cs
- SettingsPropertyNotFoundException.cs
- CodeGotoStatement.cs
- ProviderConnectionPoint.cs
- UniqueIdentifierService.cs
- PopupEventArgs.cs
- BaseDataBoundControl.cs
- CodeDomComponentSerializationService.cs
- Row.cs
- DataTableCollection.cs
- ExceptionRoutedEventArgs.cs
- NotifyCollectionChangedEventArgs.cs
- StrokeCollection2.cs
- QueryOperatorEnumerator.cs
- SchemaImporter.cs
- XmlMessageFormatter.cs
- Italic.cs
- Pair.cs
- EditCommandColumn.cs
- MenuItemStyleCollection.cs
- CustomCredentialPolicy.cs
- PageFunction.cs
- SettingsProviderCollection.cs
- MetaModel.cs
- ConfigurationStrings.cs
- MembershipSection.cs
- PeerTransportBindingElement.cs
- OdbcEnvironmentHandle.cs
- PersonalizationStateQuery.cs
- SqlConnectionPoolProviderInfo.cs
- OleTxTransaction.cs
- MasterPageBuildProvider.cs
- CompensationParticipant.cs
- FindCriteriaElement.cs
- FileChangeNotifier.cs
- EncryptedType.cs
- BaseEntityWrapper.cs
- XmlILStorageConverter.cs
- TemplateEditingFrame.cs