Defines the class name for a subclass of ParseObject.
Inheritance Hierarchy
SystemAttribute
ParseParseClassNameAttribute
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
The ParseClassNameAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParseClassNameAttribute |
Constructs a new ParseClassName attribute.
|
Properties
Name | Description | |
---|---|---|
ClassName |
Gets the class name to associate with the ParseObject subclass.
|
Methods
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also