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.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- className
- Type: SystemString
The className for this ParseObject.
Remarks
See Also