ParseClassNameAttribute ClassParse
Defines the class name for a subclass of ParseObject.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    ParseParseClassNameAttribute

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public sealed class ParseClassNameAttribute : Attribute

The ParseClassNameAttribute type exposes the following members.

Constructors

  NameDescription
Public methodParseClassNameAttribute
Constructs a new ParseClassName attribute.
Top
Properties

  NameDescription
Public propertyClassName
Gets the class name to associate with the ParseObject subclass.
Top
Methods

  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference