The ParseObject type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ACL |
Gets or sets the ParseACL governing this object.
| |
| ClassName |
Gets the class name for the ParseObject.
| |
| CreatedAt | ||
| IsDataAvailable |
Gets whether the ParseObject has been fetched.
| |
| IsDirty |
Indicates whether this ParseObject has unsaved changes.
| |
| IsNew |
Returns true if this object was created by the Parse server when the
object might have already been there (e.g. in the case of a Facebook
login)
| |
| Item |
Gets or sets a value on the object. It is recommended to name
keys in partialCamelCaseLikeThis.
| |
| Keys |
Gets a set view of the keys contained in this object. This does not include createdAt,
updatedAt, or objectId. It does include things like username and ACL.
| |
| ObjectId | ||
| UpdatedAt |
See Also