9 #import <Foundation/Foundation.h> 33 NSMutableArray* prompts;
36 NSMutableArray* allPrompts;
40 BOOL readyForAnswering;
41 BOOL preparationCanceled;
42 BOOL hidesPromptsForAnsweringLocation;
49 @property (nonatomic, strong) NSMutableArray* prompts;
54 @property (nonatomic, strong) NSMutableArray* allPrompts;
56 @property (nonatomic, copy) NSString* locale;
58 @property (nonatomic, readonly)
MSTRError* xmlError;
59 @property BOOL readyForAnswering;
60 @property BOOL preparationCanceled;
61 @property BOOL hidesPromptsForAnsweringLocation;
62 @property BOOL polarisVerver;
66 -(NSString*)getAnswerXml;
68 -(void)loadAnswers:(NSString*)xml;
69 -(
BOOL)validateAnswers;
75 -(void)prepareForAnswering;
76 -(void)cancelPreparation;
77 -(void)cancelRunningServices;
signed char BOOL
Definition: PDCwtypes.h:101
Definition: MSIPrompt.h:34
Definition: MSIReportDisplayInfo.h:91
BOOL requiredPromptsFirst
Definition: Prompts.h:63
Definition: SAXSupport.h:14
Definition: MSTRError.h:19
Definition: MIIDynamicTableDataIterator.h:10
enum _PromptTypes PromptTypes
Definition: ElementsPrompt.h:16
_PromptTypes
Definition: Prompts.h:14