ParseObject Constructor Parse
Overload List

  NameDescription
Protected methodParseObject
Constructor for use in ParseObject subclasses. Subclasses must specify a ParseClassName attribute.
Public methodParseObject(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.
Top
See Also

Reference