Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- SqlFunctionAttribute.cs
- BitmapEffectGeneralTransform.cs
- RuleSettingsCollection.cs
- ElementNotEnabledException.cs
- AsyncPostBackErrorEventArgs.cs
- PropertyRecord.cs
- Exceptions.cs
- SqlDataSourceWizardForm.cs
- SqlReorderer.cs
- MailWriter.cs
- MaskedTextBox.cs
- EastAsianLunisolarCalendar.cs
- SecondaryViewProvider.cs
- __TransparentProxy.cs
- TextAdaptor.cs
- Animatable.cs
- ManipulationPivot.cs
- WsdlBuildProvider.cs
- SelectionProviderWrapper.cs
- WebRequest.cs
- PerformanceCounterCategory.cs
- DetailsViewDeleteEventArgs.cs
- OdbcHandle.cs
- DefaultPrintController.cs
- ValidationSummary.cs
- XmlSchemaGroup.cs
- WebPartConnectionsCloseVerb.cs
- CodeAttributeDeclaration.cs
- UnrecognizedAssertionsBindingElement.cs
- DataSourceConverter.cs
- ScrollPatternIdentifiers.cs
- TransportationConfigurationTypeInstallComponent.cs
- BehaviorDragDropEventArgs.cs
- ReadContentAsBinaryHelper.cs
- PropertyDescriptors.cs
- ScriptMethodAttribute.cs
- SurrogateEncoder.cs
- XmlSerializerNamespaces.cs
- ConvertBinder.cs
- CharAnimationUsingKeyFrames.cs
- SelectionHighlightInfo.cs
- HMAC.cs
- SharedDp.cs
- InternalConfigConfigurationFactory.cs
- Condition.cs
- LoadMessageLogger.cs
- XamlTemplateSerializer.cs
- ErrorHandler.cs
- DataKey.cs
- HttpSysSettings.cs
- MetabaseServerConfig.cs
- HtmlTextArea.cs
- __FastResourceComparer.cs
- httpapplicationstate.cs
- XsdValidatingReader.cs
- _BaseOverlappedAsyncResult.cs
- ProviderCommandInfoUtils.cs
- RelationshipDetailsRow.cs
- CodeFieldReferenceExpression.cs
- SqlResolver.cs
- DecimalConstantAttribute.cs
- CqlIdentifiers.cs
- CodeTryCatchFinallyStatement.cs
- XmlWriter.cs
- OutputScopeManager.cs
- HashAlgorithm.cs
- AppDomainProtocolHandler.cs
- ContractMapping.cs
- DataSourceCacheDurationConverter.cs
- TimeoutHelper.cs
- SequentialWorkflowRootDesigner.cs
- MarkupExtensionParser.cs
- QilFactory.cs
- SystemUnicastIPAddressInformation.cs
- ToolBarPanel.cs
- XmlSchemaAnyAttribute.cs
- XmlSchemaComplexContent.cs
- DeploymentSectionCache.cs
- FragmentQueryProcessor.cs
- ICspAsymmetricAlgorithm.cs
- WindowInteropHelper.cs
- EntitySqlException.cs
- _SslSessionsCache.cs
- TransformValueSerializer.cs
- BrushConverter.cs
- WorkflowQueueInfo.cs
- NavigationProperty.cs
- ItemCheckedEvent.cs
- ReadWriteSpinLock.cs
- SqlNodeAnnotations.cs
- LinqMaximalSubtreeNominator.cs
- Cursors.cs
- WebPartPersonalization.cs
- IntranetCredentialPolicy.cs
- RootContext.cs
- HttpCookieCollection.cs
- StrokeNodeOperations.cs
- ApplicationBuildProvider.cs
- InternalTypeHelper.cs
- SoapIncludeAttribute.cs