Share via


PropUpdate members

This class represents an update to an individual cell.

The PropUpdate type exposes the following members.

Constructors

  Name Description
Public method PropUpdate Constructor initializes a PropUpdate(Object, String, Prop) with keys identifying the record and field, a Prop object representing the updated cell.

Top

Properties

  Name Description
Public property FieldKey Gets or sets the field key of the cell.
Public property NewProp Gets or sets an object representing the new value of the cell.
Public property RecordKey Gets or sets a key identifying the record that has been updated. (Inherited from Update.)
Public property Type (Overrides Update.Type.)

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 ToJson Serializes this object to JavaScript Object Notation (JSON). (Inherited from Update.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

PropUpdate class

Microsoft.SharePoint.JSGrid namespace