ParseFieldNameAttribute ClassParse
Specifies a field name for a property on a ParseObject subclass.
Inheritance Hierarchy

SystemObject
  SystemAttribute
    ParseParseFieldNameAttribute

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

public sealed class ParseFieldNameAttribute : Attribute

The ParseFieldNameAttribute type exposes the following members.

Constructors

  NameDescription
Public methodParseFieldNameAttribute
Constructs a new ParseFieldName attribute.
Top
Properties

  NameDescription
Public propertyFieldName
Gets the name of the field represented by this property.
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