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
- WebPartDescription.cs
- MainMenu.cs
- TextFormatterImp.cs
- XmlComplianceUtil.cs
- InstanceNormalEvent.cs
- XamlTemplateSerializer.cs
- SecurityElement.cs
- BindUriHelper.cs
- LongValidatorAttribute.cs
- ServicesUtilities.cs
- EpmSyndicationContentDeSerializer.cs
- ListSortDescription.cs
- GeneralTransform2DTo3DTo2D.cs
- PlanCompiler.cs
- ComponentEvent.cs
- RepeaterItemCollection.cs
- ProgramNode.cs
- Span.cs
- TreeIterator.cs
- RegexWorker.cs
- LogicalExpr.cs
- DetailsViewDeleteEventArgs.cs
- BufferedReadStream.cs
- XmlUtf8RawTextWriter.cs
- WebHeaderCollection.cs
- SqlParameter.cs
- InitializationEventAttribute.cs
- InternalConfigHost.cs
- IssuedTokenParametersEndpointAddressElement.cs
- webeventbuffer.cs
- ColorPalette.cs
- ISSmlParser.cs
- BuilderElements.cs
- __Error.cs
- MemberPath.cs
- ImageCollectionEditor.cs
- AppliedDeviceFiltersDialog.cs
- DtdParser.cs
- PixelFormat.cs
- RequiredAttributeAttribute.cs
- LayoutTable.cs
- IsolatedStorageFile.cs
- ConsoleCancelEventArgs.cs
- TextReader.cs
- DataViewListener.cs
- StylusOverProperty.cs
- CompositeTypefaceMetrics.cs
- PowerStatus.cs
- Trace.cs
- DataGridViewCellConverter.cs
- ControlTemplate.cs
- MethodBody.cs
- MarkedHighlightComponent.cs
- RequestCacheManager.cs
- TransformCollection.cs
- FSWPathEditor.cs
- OleDbWrapper.cs
- PolicyStatement.cs
- EditorZoneAutoFormat.cs
- PropertyDescriptorCollection.cs
- Thread.cs
- Compiler.cs
- latinshape.cs
- DefaultDiscoveryServiceExtension.cs
- TextFindEngine.cs
- ToolStripSettings.cs
- TimeSpanMinutesConverter.cs
- ActivityDesignerAccessibleObject.cs
- X509WindowsSecurityToken.cs
- DataObjectCopyingEventArgs.cs
- FixedHighlight.cs
- WsdlInspector.cs
- StopStoryboard.cs
- EmptyReadOnlyDictionaryInternal.cs
- ColorMap.cs
- TraceLevelStore.cs
- NamespaceInfo.cs
- DesignerCommandSet.cs
- EllipseGeometry.cs
- GifBitmapEncoder.cs
- MultiSelectRootGridEntry.cs
- Serializer.cs
- prefixendpointaddressmessagefiltertable.cs
- ModuleElement.cs
- Page.cs
- RuleSettingsCollection.cs
- SupportsEventValidationAttribute.cs
- Model3DGroup.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- StrokeNodeOperations.cs
- MinimizableAttributeTypeConverter.cs
- Crc32.cs
- XmlTextReaderImplHelpers.cs
- MetabaseSettingsIis7.cs
- Matrix3D.cs
- Panel.cs
- FixedSOMTextRun.cs
- BindToObject.cs
- SortedList.cs
- ColorTransformHelper.cs