Specifies a field name for a property on a ParseObject subclass.
Inheritance Hierarchy
SystemAttribute
ParseParseFieldNameAttribute
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
The ParseFieldNameAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParseFieldNameAttribute |
Constructs a new ParseFieldName attribute.
|
Properties
Name | Description | |
---|---|---|
FieldName |
Gets the name of the field represented by this property.
|
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