LoadOperation 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 LoadOperation type exposes the following members.

Properties

  Name Description
Public property AllEntities Gets all the entities loaded by the operation, including any entities referenced by the top-level entities.
Public property CanCancel Gets a value that indicates whether this OperationBase is currently in a state that enables it to be canceled. (Inherited from OperationBase.)
Public property Entities Gets all the top-level entities loaded by the operation.
Public property EntityQuery Gets the System.ServiceModel.DomainServices.Client.EntityQuery for this load operation.
Public property Error Gets the operation error if the operation failed. (Inherited from OperationBase.)
Public property HasError Gets a value that indicates whether the operation failed. (Inherited from OperationBase.)
Public property IsCanceled Gets a value that indicates whether this operation has been canceled. (Inherited from OperationBase.)
Public property IsComplete Gets a value that indicates whether this operation has completed. (Inherited from OperationBase.)
Public property IsErrorHandled Gets or sets a value that indicates whether the operation error has been handled. (Inherited from OperationBase.)
Public property LoadBehavior Gets the System.ServiceModel.DomainServices.Client.LoadBehavior for this load operation.
Protected property Result Gets the DomainClientResult for this operation.
Protected property SupportsCancellation Gets a value that indicates whether this operation supports cancellation. (Inherited from OperationBase.)
Public property TotalEntityCount Gets the total server entity count for the query used by this operation.
Public property UserState Gets the optional user state for this operation. (Inherited from OperationBase.)
Public property ValidationErrors Gets the validation errors.

Top

See Also

Reference

LoadOperation Class

System.ServiceModel.DomainServices.Client Namespace