PFObject Properties |
The PFObject type exposes the following members.
Name | Description | |
---|---|---|
CreatedAt |
Gets the date of creation of this object in the database.
| |
CreatedBy |
Gets the user who created this object in the database.
| |
Guid |
Gets the GUID identifying this object.
| |
Id |
Gets the id identifying this object.
| |
IgnoreVersionConflicts |
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.
| |
ObjectReference |
Gets the reference to the corresponding object persisted in Packflow.
| |
UpdatedAt |
Gets the date of the last update of this object.
| |
UpdatedBy |
Gets the user who last updated this object in the database.
| |
VersionNumber |
Gets the version number of this object in database. Incremented after each save.
|