Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- RepeaterItemEventArgs.cs
- regiisutil.cs
- SamlAudienceRestrictionCondition.cs
- DecimalConverter.cs
- VariableAction.cs
- PriorityQueue.cs
- DesignerTransaction.cs
- LayoutSettings.cs
- SmiSettersStream.cs
- GregorianCalendarHelper.cs
- WorkflowOwnershipException.cs
- SHA256Managed.cs
- KeyboardNavigation.cs
- ConnectionsZoneDesigner.cs
- TypefaceCollection.cs
- AddressAccessDeniedException.cs
- UseManagedPresentationBindingElement.cs
- ParameterModifier.cs
- XmlSchemaValidator.cs
- _ChunkParse.cs
- AssociationTypeEmitter.cs
- Attribute.cs
- SamlAdvice.cs
- HttpDebugHandler.cs
- SplitterCancelEvent.cs
- PersonalizationState.cs
- SamlAssertionKeyIdentifierClause.cs
- WhitespaceRuleReader.cs
- EventLogPermission.cs
- MultiView.cs
- ResXFileRef.cs
- AssemblyCollection.cs
- DiscoveryService.cs
- SHA1CryptoServiceProvider.cs
- followingquery.cs
- AppDomain.cs
- PointAnimationBase.cs
- ImmutableCollection.cs
- AsyncStreamReader.cs
- XmlCDATASection.cs
- Constraint.cs
- ReadOnlyObservableCollection.cs
- ContractAdapter.cs
- DeferredReference.cs
- SafeSecurityHandles.cs
- ListSourceHelper.cs
- CancelEventArgs.cs
- ApplicationDirectory.cs
- XamlWriter.cs
- DiffuseMaterial.cs
- TypeDescriptorContext.cs
- XmlText.cs
- WorkflowInstanceSuspendedRecord.cs
- TemplateXamlParser.cs
- RelatedCurrencyManager.cs
- Utils.cs
- CustomErrorsSection.cs
- dataSvcMapFileLoader.cs
- ZoneIdentityPermission.cs
- LinqDataSourceDisposeEventArgs.cs
- Condition.cs
- StringUtil.cs
- LazyTextWriterCreator.cs
- controlskin.cs
- XmlMapping.cs
- ContravarianceAdapter.cs
- Visual3DCollection.cs
- SqlWriter.cs
- LazyTextWriterCreator.cs
- invalidudtexception.cs
- DesignerTextBoxAdapter.cs
- MsmqMessageProperty.cs
- NodeInfo.cs
- WebServiceHost.cs
- CacheEntry.cs
- ExpressionVisitorHelpers.cs
- CqlIdentifiers.cs
- WebPartConnection.cs
- BindingBase.cs
- MemoryFailPoint.cs
- SignatureHelper.cs
- IgnoreSectionHandler.cs
- RadialGradientBrush.cs
- OperationResponse.cs
- XamlToRtfParser.cs
- SoapEnumAttribute.cs
- OdbcFactory.cs
- PathSegment.cs
- OracleRowUpdatedEventArgs.cs
- CollectionAdapters.cs
- AttributeAction.cs
- FileIOPermission.cs
- LocalBuilder.cs
- ClientScriptItem.cs
- PolicyStatement.cs
- UnicastIPAddressInformationCollection.cs
- XmlWriterDelegator.cs
- NegatedCellConstant.cs
- DataGridViewRowsRemovedEventArgs.cs
- RC2CryptoServiceProvider.cs