Click or drag to resize

PFObject Properties

The PFObject type exposes the following members.

Properties
  NameDescription
Public propertyCreatedAt
Gets the date of creation of this object in the database.
Public propertyCreatedBy
Gets the user who created this object in the database.
Public propertyGuid
Gets the GUID identifying this object.
Public propertyId
Gets the id identifying this object.
Public propertyIgnoreVersionConflicts
Gets or sets a value indicating whether version conflicts should be ignored when updating a packflow object from this poco. Note : this value is not persisted nor serialiazed. Therefore this only affects the current instance.
Public propertyObjectReference
Gets the reference to the corresponding object persisted in Packflow.
Public propertyUpdatedAt
Gets the date of the last update of this object.
Public propertyUpdatedBy
Gets the user who last updated this object in the database.
Public propertyVersionNumber
Gets the version number of this object in database. Incremented after each save.
Top
See Also