DomainClientResult Class
[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.]
Represents the result of a DomainClient operation.
Inheritance Hierarchy
System.Object
System.ServiceModel.DomainServices.Client.DomainClientResult
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public NotInheritable Class DomainClientResult
'Usage
Dim instance As DomainClientResult
public sealed class DomainClientResult
public ref class DomainClientResult sealed
[<SealedAttribute>]
type DomainClientResult = class end
public final class DomainClientResult
The DomainClientResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllEntities | Gets all entity results, including associated entities. | |
Entities | Gets the top-level entity results. | |
ReturnValue | Gets the return value of an Invoke operation. | |
TotalEntityCount | Gets the total server entity count for the original query without any paging applied to it. | |
ValidationErrors | Gets a collection of validation errors. |
Top
Methods
Name | Description | |
---|---|---|
CreateInvokeResult | Creates an Invoke operation result. | |
CreateQueryResult | Creates a Query operation result. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.