SubmitCompletedResult 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 submit operation.
Inheritance Hierarchy
System.Object
System.ServiceModel.DomainServices.Client.SubmitCompletedResult
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Class SubmitCompletedResult
'Usage
Dim instance As SubmitCompletedResult
public class SubmitCompletedResult
public ref class SubmitCompletedResult
type SubmitCompletedResult = class end
public class SubmitCompletedResult
The SubmitCompletedResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitCompletedResult | Initializes a new instance of the SubmitCompletedResult class with the specified change set and operation results. |
Top
Properties
Name | Description | |
---|---|---|
ChangeSet | Gets the value of the submitted change set. | |
Results | Gets the ChangeSetEntry results that were returned from the DomainService. |
Top
Methods
Name | Description | |
---|---|---|
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.