Update Class
Represents a single update to the grid. A Change object represents a collection of related updates.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.JSGrid.Update
Microsoft.SharePoint.JSGrid.InsertRecordUpdate
Microsoft.SharePoint.JSGrid.OutlineLevelUpdate
Microsoft.SharePoint.JSGrid.PropUpdate
Microsoft.SharePoint.JSGrid.RemoveRecordUpdate
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustInherit Class Update _
Implements IJsonSerializable
'Usage
Dim instance As Update
public abstract class Update : IJsonSerializable
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.