This topic has not yet been rated - Rate this topic

EntityDescriptor Class

July 26, 2012

Description of modifications done to entities by operations returned in a DataServiceResponse.

System.Object
  System.Data.Services.Client.Descriptor
    System.Data.Services.Client.EntityDescriptor

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)
[DataContractAttribute(IsReference = true)]
public sealed class EntityDescriptor : Descriptor

The EntityDescriptor type exposes the following members.

  NameDescription
Public propertyEditLinkGets or sets the URI that modifies the entity.
Public propertyEditStreamUriGets or sets the URI that modifies the binary property data of the entity.
Public propertyEntityGets the entity that contains the update data.
Public propertyETagGets an eTag value that indicates the state of data targeted for update since the last call to BeginSaveChanges.
Public propertyIdentityGets or sets the URI that is the identity value of the entity.
Public propertyParentForInsertGets the parent entity that is related to the entity.
Public propertyParentPropertyForInsertGets the name of the property of the entity that is a navigation property and links to the parent entity.
Public propertyReadStreamUriGets or sets the URI that accesses the binary property data of the entity.
Public propertySelfLinkGets or sets the URI that is used to return the entity resource.
Public propertyServerTypeNameGets or sets the name of the type in the data source to which the entity is mapped.
Public propertyStateWhen overridden in a derived class, gets the state of the object at the time this instance was constructed. (Inherited from Descriptor.)
Public propertyStreamETagGets the eTag for the media resource associated with an entity that is a media link entry.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

The EndSaveChanges method returns a DataServiceResponse object that contains a series of OperationResponse objects, each of which contains a sequence of EntityDescriptor or LinkDescriptor instances that represent changes that were persisted.

For successful operations, the State property of the descriptor will be set to Unchanged and the new values for insert and update operations will be merged according to the merge settings.

For operations with errors, the State of the descriptor will remain the same as it was before BeginSaveChanges was called.

Windows Phone OS

Supported in: 7.1

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.