SliceUpdate members

Represents an update to the serializer’s data that occurs after the data has been sliced but before it has been serialized.

The SliceUpdate type exposes the following members.

Constructors

  Name Description
Public method SliceUpdate Default constructor.

Top

Properties

  Name Description
Public property GetAfterColumnKey Gets or sets a delegate, which provides a way to specify where newly added columns are to be placed within the overall collection of columns. During serialization, it will be called with the key of each new column being added, and should return the key of the existing column that should precede the column being inserted.
Public property GridColumns Gets or sets the collection of GridColumn objects to be appended in this SliceUpdate.
Public property GridFields Gets or sets the collection of GridField objects to be appended when this SliceUpdate is applied.
Public property NewValues Gets or sets values that will be added to the serializer's data when this SliceUpdate is applied. Represented as a two level map: record keys to field keys to cell values.
Public property PivotedColumns Gets or sets the collection of PivotedGridColumn objects to be appended when this SliceUpdate is applied.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SliceUpdate class

Microsoft.SharePoint.JSGrid namespace