SurveyManagedModelForm Class Reference
| Inherits from | SurveyModelForm : SurveyForm : NSObject |
| Declared in | SurveyManagedModelForm.h |
Overview
SurveyManagedModelForm is a subclass of SurveyModelForm, designed to allow form creation directly from a Managed Object Model subclass.
Subclassing Notes
Methods to Override
When subclassing SurveyManagedModelForm, you must override the following methods in order for the form to have access to properties.
– managedObjectClass
Tasks
Create forms from a ManagedObject subclass.
-
+ managedObjectClassReturns the class of the ManagedObject subclass when creating the form.
Class Methods
managedObjectClass
Returns the class of the ManagedObject subclass when creating the form.
+ (Class)managedObjectClassReturn Value
the class of the ManagedObject subclass when creating the form.
Discussion
Returns the class of the ManagedObject subclass when creating the form.
Declared In
SurveyManagedModelForm.h