| Form Methods |
The Form type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEntity |
Get entity for field.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue |
Get field's value.
| |
| GetValueBool |
Get field value as boolean.
| |
| GetValueFloat |
Get field value as float.
| |
| GetValueInt |
Get field value as integer.
| |
| GetValueString |
Get field value as a trimmed string.
| |
| Remove |
Remove this form from its parent.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |