Overload List
| Name | Description | |
|---|---|---|
| ParseObject |
Constructor for use in ParseObject subclasses. Subclasses must specify a ParseClassName attribute.
| |
| ParseObject(String) |
Constructs a new ParseObject with no data in it. A ParseObject constructed in this way will
not have an ObjectId and will not persist to the database until SaveAsync
is called.
|
See Also