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
- WindowsStartMenu.cs
- AudioDeviceOut.cs
- MarkupCompiler.cs
- BindingValueChangedEventArgs.cs
- WeakEventTable.cs
- Aggregates.cs
- SessionStateItemCollection.cs
- MailMessageEventArgs.cs
- DataServiceQueryProvider.cs
- WindowPattern.cs
- MultilineStringConverter.cs
- ContainerActivationHelper.cs
- AutomationTextAttribute.cs
- StandardToolWindows.cs
- DataBindingHandlerAttribute.cs
- HttpRuntimeSection.cs
- XmlFormatExtensionPointAttribute.cs
- GroupItemAutomationPeer.cs
- Calendar.cs
- Subset.cs
- ToolStripItem.cs
- ExpressionBindings.cs
- ResolveCriteria11.cs
- Identifier.cs
- PassportAuthenticationModule.cs
- ConfigurationSettings.cs
- ComplexType.cs
- ProfessionalColors.cs
- StringReader.cs
- ProfileParameter.cs
- ProjectedSlot.cs
- CodeExpressionStatement.cs
- TextRange.cs
- TextBoxView.cs
- ExpressionTable.cs
- RectangleHotSpot.cs
- VisualTarget.cs
- SimpleRecyclingCache.cs
- securitymgrsite.cs
- WebUtil.cs
- AmbientValueAttribute.cs
- ReadWriteObjectLock.cs
- PlanCompilerUtil.cs
- DoubleStorage.cs
- GreenMethods.cs
- CommandCollectionEditor.cs
- XmlHierarchicalDataSourceView.cs
- TrimSurroundingWhitespaceAttribute.cs
- TdsParserSessionPool.cs
- PhonemeConverter.cs
- SqlDataSourceTableQuery.cs
- Attributes.cs
- DesignTimeTemplateParser.cs
- _HTTPDateParse.cs
- Pair.cs
- OleDbParameter.cs
- GenericNameHandler.cs
- RequestCacheValidator.cs
- LoginUtil.cs
- Polyline.cs
- CustomAttributeBuilder.cs
- FilterQuery.cs
- HttpRuntime.cs
- MsmqNonTransactedPoisonHandler.cs
- SoapExtensionTypeElementCollection.cs
- ChangePassword.cs
- VariableModifiersHelper.cs
- IndexedSelectQueryOperator.cs
- XmlHierarchicalDataSourceView.cs
- AlternateView.cs
- WindowsGraphics2.cs
- SystemIcmpV4Statistics.cs
- LocatorPart.cs
- RelativeSource.cs
- SystemSounds.cs
- SQLString.cs
- ErrorTableItemStyle.cs
- Mappings.cs
- XmlDocumentFragment.cs
- EventMappingSettingsCollection.cs
- NavigationProperty.cs
- ImageBrush.cs
- CodeEventReferenceExpression.cs
- SHA256.cs
- loginstatus.cs
- AssemblyNameProxy.cs
- DataGridAutoFormatDialog.cs
- RuntimeIdentifierPropertyAttribute.cs
- TraceListener.cs
- SqlDataSourceStatusEventArgs.cs
- FrameworkContextData.cs
- StandardToolWindows.cs
- MainMenu.cs
- EnumConverter.cs
- GPRECT.cs
- CachedCompositeFamily.cs
- PropertyStore.cs
- FontInfo.cs
- BitmapImage.cs
- RegisteredArrayDeclaration.cs