Entity.IEditableObject.EndEdit Method

[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.]

Commits the edits made to this entity since the last call to BeginEdit.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Private Sub EndEdit Implements IEditableObject.EndEdit
'Usage
Dim instance As Entity

CType(instance, IEditableObject).EndEdit()
void IEditableObject.EndEdit()
private:
virtual void EndEdit() sealed = IEditableObject::EndEdit
private abstract EndEdit : unit -> unit 
private override EndEdit : unit -> unit 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Implements

IEditableObject.EndEdit()

Remarks

This member is an explicit interface member implementation. It can be used only when the Entity instance is cast to an IEditableObject interface.

See Also

Reference

Entity Class

System.ServiceModel.DomainServices.Client Namespace