Entity Properties

Include Protected Members
Include Inherited Members

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

The Entity type exposes the following members.

Properties

  Name Description
Public property EntityActions Gets the list of custom method invocations pending for this entity.
Public property EntityConflict Gets conflict information for this entity after a submit operation.
Protected property EntitySet Gets the EntitySet that this Entity is a member of.
Public property EntityState Gets the current state of this Entity.
Public property HasChanges Gets a value indicating whether this entity currently has any pending changes
Public property HasValidationErrors Gets a value indicating whether this entity has any validation errors.
Protected property IsDeserializing Gets a value indicating whether the current entity is currently being deserialized.
Public property IsReadOnly Gets a value indicating whether this entity is currently in a read-only state.
Public property ValidationErrors Gets the collection of validation errors for this entity.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property INotifyDataErrorInfoHasErrors Gets a value that indicates whether the entity has validation errors.
Explicit interface implemetationPrivate property IChangeTracking.IsChanged Gets a value indicating whether this entity currently has any pending changes.

Top

See Also

Reference

Entity Class

System.ServiceModel.DomainServices.Client Namespace